搜索资源列表
Calculator
- Simple line-oriented calculator program. The class can also be used to create other calculator programs.
数学表达式计算器
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calcu
calculator
- 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替-Such has the follow
数学表达式计算器
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calcu
Calculator_C++
- VC++实现的一个计算器,采用了一个高手写的按钮类,界面友好-VC to achieve a calculator, using a button to write a master class, user-friendly
Calculator
- Simple line-oriented calculator program. The class can also be used to create other calculator programs.-Simple line-oriented calculator program. The class can also be used to create other calculator programs.
JAVAcaculatorlikewindows
- Java 语言实现的计算器,超级仿真windows自带计算器,功能强大-Java Language realize calculator, super windows own simulation calculator, powerful
Calculator
- 一个JAVA写的功能完整的计算器,包括标准型和科学型,跟Windows带的几乎一样,是学习写计算器的一个帮助。-JAVA write a full-featured calculator, including the standard type and science-based, with almost identical to Windows belt, is learning to write a calculator to he
Calculator
- 这是基于窗口类在MFC下编写的一个多功能计算器,很实用,代码很清晰可供大家分享-This is based on the window class in MFC, prepared a multi-function calculator, very useful, the code is very clear for everyone to share
20080405_9a428821385c382c2511qbZ6dSFYrYC3
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculators, in fact, in my opinion much better than using Windows system calculator. Main features are supp
JAVA-calculator
- JAVA计算器,NETBEANS开发。算法较容易理解。功能简单实用,适合初学者研究。-JAVA calculator, NETBEANS development. Algorithm easier to understand. Function is simple and practical study for beginners.
Calculator
- 一款不错的计算器程序,用C++编译,MFC图形界面。适合于学习C++以及MFC类库的新手学习研究。-A good calculator program, using C++ compiler, MFC graphical interface. Suitable for learning C++ and MFC class library novice study and research.
Calculator
- 包含JAVACC学习笔记 JAVACC对小型计算器的代码说明 以及小型计算器实现的.jj文件 及生成的java class文件-particularized in the Chinese descr iption~
calculator
- 程序主要包括两个类,Calculate和Calculatorfr a me。其中Calculate类的功能是进行计算,它利用Calculatorfr a me中的数据计算出结果,显示在界面上。Calculatorfr a me 是初始化界面,以及响应用户的操作。另外还有一个是测试类Calculator类用于启动计算器。-Procedures will include two classes, Calculate and Calculat
calculator-class
- 同一个界面实现计算器跟用户登录功能: 1、在用户没有登录成功时,计算器控件的按钮变成灰色。用户登录成功方能使用计算器; 2、用户登录界面的验证码由随机数函数产生; 3、计算器跟用户登录界面均有数据重置功能。-Implement the same interface with the user login function calculator: 1, the user is not logged in successfull
calculator
- 计算器课设,用于开发计算器,供做课设的同学使用-Calculator class set for the development of calculator, do the lesson for students to use established
calculator
- 一个简单的计算器,课堂作业,功能与界面有待改善。-A simple calculator, class assignments, function and interface to be improved.
calculator
- 用C++写的计算器类,运用面向对象的方法和思想,文件中包含说明文档-The written with C++ Calculator class, use of object-oriented methods and ideas, the file contains documentation
OC-Calculator
- OC写的一个关于三角函数的计算器功能 关于分类以及协议, Programming in OC书上的 chapter11中的第四题-The functions sin(), cos(), and tan() are part of the C Standard Library (as scanf () is). These functions are declared in the system header file math.h,
jisuanqi
- 实现计算器类以及相关函数函数。 2、完善计算器类的检查函数,增加对输入的合法性检查,包括滤掉所有非法输入及处理左右括号不配对的输入。 3、编制应用程序测试这个计算器(The calculator class and the related function function are implemented. 2, improve the checking function of the calculator class, increas