Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
ADD
Browse files Browse the repository at this point in the history
  • Loading branch information
FTS427 committed Jul 23, 2023
1 parent 23810bb commit f252480
Show file tree
Hide file tree
Showing 16 changed files with 1,499 additions and 0 deletions.
86 changes: 86 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
name: C/C++ CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build-linux-pre:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build-linux-pre
run: make
working-directory: src/Preview
- name: Build Prewiew MCT-Linux
uses: actions/[email protected]
with:
name: MCT-Linux-Pre
path: src/Preview/MCT-Linux-Pre

build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build-linux
run: make
working-directory: src/Stable
- name: Build MCT-Linux
uses: actions/[email protected]
with:
name: MCT-Linux
path: src/Stable/MCT-Linux

build-osx-pre:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: build-osx-pre
run: make
working-directory: src/Preview
- name: Build Prewiew MCT-OSX
uses: actions/[email protected]
with:
name: MCT-OSX-Pre
path: src/Preview/MCT-Linux-Pre

build-osx:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: build-osx
run: make
working-directory: src/Stable
- name: Build MCT-OSX
uses: actions/[email protected]
with:
name: MCT-OSX
path: src/Stable/MCT-Linux

build-windows-pre:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: build-windows-pre
run: g++ MCT-Windows-Pre.cpp -o MCT-Windows-Pre.exe
working-directory: src/Preview
- name: Build Prewiew MCT-Windows
uses: actions/[email protected]
with:
name: MCT-Windows-Pre.exe
path: src/Preview/

build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: build-windows
run: g++ MCT-Windows.cpp -o MCT-Windows.exe
working-directory: src/Stable
- name: Build MCT-Windows
uses: actions/[email protected]
with:
name: MCT-Windows.exe
path: src/Stable/
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

.vs
.vs/
.fake
70 changes: 70 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<div align="center">
<img width="175" src="/other/MCT.png"></img>
</div>

<h1 align="center">MathCentralTool</h1>

<div align="center">

[![Download](https://img.shields.io/github/downloads/QuantumLS-Studio/MathCentralTool/total?logo=github&label=Download&style=for-the-badge&color=44cc11)](https://github.com/QuantumLS-Studio/MathCentralTool/releases)
[![Stars](https://img.shields.io/github/stars/QuantumLS-Studio/MathCentralTool?logo=github&label=Stars&style=for-the-badge)](https://github.com/QuantumLS-Studio/MathCentralTool/stargazers)
[![License](https://img.shields.io/github/license/QuantumLS-Studio/MathCentralTool?logo=github&label=License&style=for-the-badge&color=ff7a35)](https://github.com/QuantumLS-Studio/MathCentralTool/blob/master/LICENSE)
[![Issues](https://img.shields.io/github/issues/QuantumLS-Studio/MathCentralTool?logo=github&lable=issues&style=for-the-badge "Issues")](https://github.com/QuantumLS-Studio/MathCentralTool/issues)
[![Forks](https://img.shields.io/github/forks/QuantumLS-Studio/MathCentralTool?logo=github&style=for-the-badge "Forks")](https://github.com/QuantumLS-Studio/MathCentralTool/forks)

[![Version](https://img.shields.io/github/v/tag/QuantumLS-Studio/MathCentralTool?label=Version&style=for-the-badge "Version")](https://github.com/QuantumLS-Studio/MathCentralTool/releases/latest)
[![](https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/c-cpp.yml?label=CI&style=for-the-badge "C/C++ CI")](https://github.com/QuantumLS-Studio/MathCentralTool/actions)

![Archlinux](https://img.shields.io/badge/archlinux-1E90FF?style=for-the-badge&logo=archlinux&logoColor=white)
![Windows](https://img.shields.io/badge/windows-4682B4?style=for-the-badge&logo=windows&logoColor=white)

![C++](https://img.shields.io/badge/c++-4B0082?style=for-the-badge&logoColor=white)

![EMAIL](https://img.shields.io/badge/EMAIL-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white)

</div>

[🀄简体中文](/README_zh.md) | 🔠[English](/README.md)

## 📃Introduce
A terminal-based math gadget that doesn't seem to be of any use.

This program is free and open source, this source code can be used at will. We allow everyone to use the source code for enrichment, compilation, etc. But we don't take any responsibility for any problems!

⚠note: This program is in the development stage and cannot be used for scientific precision calculations! If anything goes wrong, do so at your own risk!

## ❔How to use

Look for the version in GitAction that matches your device

Or clone and compile by yourself, but the source code of Linux and Windows is not the same, this needs to be noted!

📦Linux compilation environment requirements: make, gcc

### 🐧Linux

Stable

Please open the terminal under src/stable and run "make" to compile.

Preview

Please open the terminal under src/stable and run "make" to compile.

### 💠Windows

Compile the cpp file yourself using the compiler.

## 🧑‍💻Contributing people

[FTS427](https://github.com/FTS427)Responsible for the entire project

[JWJUN233233](https://github.com/JWJUN233233)Provides help with "Git Action" for this project

[N55743](https://github.com/N55743)Provided Windows-side testing and translation services for the entire project, and asked some questions and suggestions

Thank every developer very much for their help!👍

## 👀Othres things

See for previous versions[MathCentralTools](https://github.com/FTS427/MathCentralTools)(Archive🗃️)
71 changes: 71 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<div align="center">
<img width="175" src="/other/MCT.png"></img>
</div>

<h1 align="center">MathCentralTool</h1>

<div align="center">

[![下载](https://img.shields.io/github/downloads/QuantumLS-Studio/MathCentralTool/total?logo=github&label=下载&style=for-the-badge&color=44cc11)](https://github.com/QuantumLS-Studio/MathCentralTool/releases)
[![星标](https://img.shields.io/github/stars/QuantumLS-Studio/MathCentralTool?logo=github&label=星标&style=for-the-badge)](https://github.com/QuantumLS-Studio/MathCentralTool/stargazers)
[![协议](https://img.shields.io/github/license/QuantumLS-Studio/MathCentralTool?logo=github&label=协议&style=for-the-badge&color=ff7a35)](https://github.com/QuantumLS-Studio/MathCentralTool/blob/master/LICENSE)
[![议题](https://img.shields.io/github/issues/QuantumLS-Studio/MathCentralTool?logo=github&lable=议题&style=for-the-badge "议题")](https://github.com/QuantumLS-Studio/MathCentralTool/issues)
[![分支](https://img.shields.io/github/forks/QuantumLS-Studio/MathCentralTool?logo=github&style=for-the-badge "分支")](https://github.com/QuantumLS-Studio/MathCentralTool/forks)

[![版本](https://img.shields.io/github/v/tag/QuantumLS-Studio/MathCentralTool?label=版本&style=for-the-badge "版本")](https://github.com/QuantumLS-Studio/MathCentralTool/releases/latest)
[![CI](https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/c-cpp.yml?label=CI&style=for-the-badge "C/C++ CI")](https://github.com/QuantumLS-Studio/MathCentralTool/actions)

![Archlinux](https://img.shields.io/badge/archlinux-1E90FF?style=for-the-badge&logo=archlinux&logoColor=white)
![Windows](https://img.shields.io/badge/windows-4682B4?style=for-the-badge&logo=windows&logoColor=white)

![C++](https://img.shields.io/badge/c++-4B0082?style=for-the-badge&logoColor=white)

![邮箱](https://img.shields.io/badge/邮箱-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white)

</div>

[🀄简体中文](/README.md) | 🔠English

## 📃介绍

一个似乎没有什么用的基于终端的数学小工具。

本程序是免费开源的,此源代码可以随意使用。允许任何人使用源代码进行扩充,编译等操作。出现任何问题,本人不承担任何责任!

⚠注意:本程序处于开发阶段,不可用于科学的精密计算!如果出现任何问题,后果自负!

## ❔如何使用

在GitAction中寻找符合自己设备的版本

或自行拉取编译,但Linux和Windows的源代码不一样,注意!

📦编译环境需求(Linux):make,gcc

### 🐧Linux

Stable

请在src/Stable下打开终端,执行“make“即可编译

Preview

请在src/Preview下打开终端,执行“make“即可编译

### 💠Windows

自行使用编译器编译cpp文件

## 🧑‍💻贡献人员

[FTS427](https://github.com/FTS427)负责了整个项目

[JWJUN233233](https://github.com/JWJUN233233)提供了对于这个项目有关于“Git Action”的帮助

[N55743](https://github.com/N55743)提供了Windows端的测试和提出了一些问题

在此非常感谢每一位贡献人员的帮助!👍

## 👀其他

先前的版本参见[MathCentralTools](https://github.com/FTS427/MathCentralTools)(已归档🗃️)
73 changes: 73 additions & 0 deletions Update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# 数学集成工具

> 注:本更新日志从 v0.0.0.7 开始使用
先前的版本参见[MathCentralTools](https://github.com/FTS427/MathCentralTools)(已归档)

## Stable

- v0.0.0.7 :
- 功能 : 未更新
- UI : 微调 , 修复小Bug
- 整体 : 修复小问题 , 简化代码 , 判断方式更新 , 减少无用死循环
- v0.0.0.8 :
- 功能 : 添加了对乘方的支持
- UI : "计算器"UI部分更改
- 整体 : 简化代码(函数)
- v0.0.0.9 :
- 功能 : 未更新
- UI : 部分更改
- 整体 : 更新日志采用“MarkDown”文档
- v0.0.1.0
- 功能:增加"About" , UI模块
- UI:部分大改
- 整体:部分已知Bug修复,代码模块化,简化
- v0.0.1.1
- 功能 : 未更新
- UI:部分更改
- 整体:部分已知Bug修复,代码简化
- v0.0.1.2
- 功能 : 未更新
- UI:部分更改
- 整体:部分已知Bug修复,代码简化,引用了“ECPPH”头文件辅助开发

##Preview

> 注:原有的“Insider”于2023年7月8日更名为“Preview”
- v0.0.0.8-Alpha
- 功能:添加了对乘方的支持
- UI:未更新
- 整体:添加了输出函数“print”,简化代码(函数)
- v0.0.1.0-Alpha
- 功能:添加了”设置“部分(未启用)和”清屏“clear()部分
- UI:部分小更改
- 整体:运算更新,简化代码(函数)
- v0.0.1.0-Beta-01
- 功能:增加了”EEOER“函数,报错结构更容易,程序模块化
- UI:部分区域更改
- 整体:简化代码,部分已知Bug修复
- v0.0.1.0-Beta-02
- 功能:增加显示版本号的功能
- UI:部分修复
- 整体:部分已知Bug修复
- v0.0.1.0-Beta-03
- 功能:增加显示的“关于”功能
- UI:部分大改
- 整体:部分已知Bug修复,代码模块化,简化
- v0.0.1.0-Beta-04(v0.0.1.0)
- 功能:增加UI模块
- UI:部分大改
- 整体:部分已知Bug修复,代码模块化,简化
- v0.0.1.1-Alpha
- 功能:未更新
- UI:部分更改
- 整体:部分已知Bug修复,代码简化
- v0.0.1.2-Alpha
- 功能:增加“几何”功能
- UI:未更新
- 整体:部分微调
- v0.0.1.2-4-Pre
- 功能:未更新
- UI:大改界面
- 整体:引用了“ECPPH”头文件,整体代码逻辑修改,更便于维护
Binary file added other/MCT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f252480

Please sign in to comment.