资源列表
c105
- 变温度为华氏摄氏度 然后让你知道温度为多少华氏摄氏度-#include < stdio.h> void main(){ double f,c printf( 请输入华氏温度: ) scanf( lf ,&f) c=5.0/9.0*(f-32) printf( 与华氏温度 .2lf对应的摄氏温度是: .2lf\n ,f,c) }
C129
- 微软自带计算器标准,日文版C#小型计算器,有加减乘除功能,程序繁冗,界面精致-Microsoft' s own standard calculator, the Japanese version C# small calculators, multiplication and division with addition and subtraction functions, procedures burdensome, interface refinement
c155
- 栈计算器,主要是利用栈来处理加减乘除运算-Stack calculator, mainly to deal with the use of stack Math
caculate109
- 简单的计算器程序,能够进行科学计算,即输入表达式之后可以得到结果,而且支持sin,cos,ln等的计算-Simple calculator program, to carry out scientific computing, that is, after the importation of expression can be the result of, and support the sin, cos, ln, such as the calculation of
caculatorcode
- 仿windows系统自带计算器,可实现基本的加减乘除等算术运算-caculator
cal110
- c语言万年历,输入年份可以显示出该年份所有月份和星期-c language calendar, enter the year you can show all the months and weeks of the year
calc108
- java简单实现的计算器,最基础的UI界面,适合java学习新手。-a simple calculater implements by java
calculator-program
- 一个简单的c语言写的计算器程序,支持加减乘除,开方平方的建议运算-A simple c language calculator program to support the addition, subtraction, and the recommendations of operation of the prescr iption square
Calculator113
- 简易计算器,实现加减乘除,功能简便,课堂小实验-Simple Calculator
calculator176
- 简单计算器,可以实现⑴正弦sin⑵余弦cos⑶正切tan⑷开平方sqrt⑸反正弦arcsin⑹反余弦arccos⑺反正切arctan⑻常用对数lg⑼自然对数ln⑽e指数exp⑾乘幂函数∧-A simple calculator, you can achieve of ⑴ sine sin ⑵ the cosine cos ⑶ tangent tan ⑷ open square sqrt ⑸ anyway chord arcsin ⑹ inverse cosine arccos ⑺ arctang
calculator219
- C语言编写的四则运算计算器,支持括号小数点,能通过运行,简洁易用-failed to translate
Calculator274
- 简单的计算器,能实现加、减、乘、除简单的运算-Simple calculator...................