Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新一届的作业 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion projects/Data-Structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@

#### 作业一 - 简易计算器

* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C)
* [name1e5s](https://github.com/kuso-kodo/libexprpr) (C)

### 2019 级

#### 作业一 - 简易计算器
* [evpeople](https://github.com/evpeople/dateStruct) (C)
实现的极端测试用例
sin(pi+lg(100)+1.1415926)=
sin(pi+lg(1e2)+1.1415926)+ln(e^2)=
sin(pi+lg(1e2)+1.1415926)=
(((sin(pi+lg(1e2)+1.1415926)))+ln(e^2))=
同时可以进行调整输出模式,选择以科学计数法输出还是小数输出,并且能控制小数输出的位数