搜索资源列表
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 Calculator.pdf China. The Calculato
Calculator
- 本程序是用java编写的类似与windows下的计算器程序!是继承于jpanel类编写而成的!实现了很多功能!-This procedure is written in Java similar with Windows of the calculator program! In jpanel class is inherited and compiled! Realized many function!
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 help.
calculator
- 计算器设计(运用词法分析&语法分析方法):1、为每种可能识别出来的合法单词创建一个类,类的属性包括该单词的各别码及值。 2、构建异常类,以实现计算器的容错性能。 3、构建一个词法分析类,用之提取单词。 4、构建表达式中各单词间的优先关系表。 5、构建一个语法分析类,对表达式进行规约。此类调用词法类获取单词,查询优先关系表进行规约操作。 6、构建一个计算类,调用语法分析类以实现计算。 7、构建一个GUI类,设计好操作界面,并内置计算类,以实现界面操作计算功能。 -Cal
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 following characteristics: 1. To sup
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 support for polynomial computing,
calc
- A class that implements a simple RPN calculator
calculator
- 我自己编的基于对话框的计算器,希望给你带来帮助-A calculator based on the dialog class . I hope that it would give you some help.
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和CalculatorFrame。其中Calculate类的功能是进行计算,它利用CalculatorFrame中的数据计算出结果,显示在界面上。CalculatorFrame 是初始化界面,以及响应用户的操作。另外还有一个是测试类Calculator类用于启动计算器。-Procedures will include two classes, Calculate and CalculatorFrame. Calculate the class in whic
calculator-class
- 同一个界面实现计算器跟用户登录功能: 1、在用户没有登录成功时,计算器控件的按钮变成灰色。用户登录成功方能使用计算器; 2、用户登录界面的验证码由随机数函数产生; 3、计算器跟用户登录界面均有数据重置功能。-Implement the same interface with the user login function calculator: 1, the user is not logged in successfully, the calculator button on th
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, which is automatically impo
jisuanqi
- 实现计算器类以及相关函数函数。 2、完善计算器类的检查函数,增加对输入的合法性检查,包括滤掉所有非法输入及处理左右括号不配对的输入。 3、编制应用程序测试这个计算器(The calculator class and the related function function are implemented. 2, improve the checking function of the calculator class, increase the validity of the input, i