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

Project 2 and Project 3 -- 桂义林 #125

Merged
merged 2 commits into from
Nov 11, 2014
Merged
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions 21451088桂义林/Project2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# iPhone开发第二次作业
======
- 作业内容:实现一个计算器
- 平台:iOS
- 编程语言:Objective-C
- 测试环境:iOS Simulator - iPhone 6 / iOS 8.0
- 实现功能说明:
- '+':加号
- '-':减号
- 'x':乘号
- '/':除号
- '%':取余数
- '(', ')':左、右括号
- '±':改变结果符号
- '=':计算表达式的值
- 'AC':清零
- 'MC':清空内存值
- 'M+':将显示值与内存值相加
- 'M-':将内存值减去显示值
- 'MR':重新调用存储在内存中的值
- 'delete':删除表达式最后一个字符

Loading