搜索资源列表
calculator
- 一个用VC编写的计算器程序-VC prepared with a calculator program
Calculator
- java实现简易计算器-java realizes the simple calculator
Calculator
- 一个简单的计算器,用MATLAB开发-a simple calculator, developed using MATLAB
Calculator
- java的计算器-java calculator
counter-calculator
- 一个简单的计算器,可以实现四则运算的功能,并可以进行一些常见的功能,附说明书-a simple calculator, can achieve four Operational functions, and can be some common features, with brochures
calculator(c++)
- 用mfc实现的一个简单计算器-mfc achieved with a simple calculator
Calculator(xgw)
- 这是一个计算器界面的实现 但有很多巧妙之处-This is a calculator interface to achieve a lot of trick Department
calculator(java)
- 一个计算器代码,能够进行连加连减连乘连除-a calculator code, is capable of reducing even the company continually multiply even among
Calculator.NET
- 简单的计算器。是用C#进行开发的。可以看一看,学习一下怎么构造算符优先。-simple calculator. C# is used for development. Look at it, learning about how tectonic operator priority.
Java--Calculator
- 这是用java写的一个计算器的程序(原创)!-This is written in java using a calculator procedures (original)!
VC Calculator
- 实现了一个计算器应用程序,介绍了对话框添加菜单,高级按钮控件,高级编辑控件,对话框的扩展功能等应用。-achieved a calculator applications, introduced a dialog menu added, the High button controls, senior editor controls, the expansion of the dialog function applications.
super-calculator
- 此计算器是我们期末的实习作业,由两人合力完成,附有详细的源代码说明,界面和windows的几乎一样,功能强大,支持包括%,!(,)等高级运算符,-this calculator is the end of the internship work, completed by two together, accompanied by a detailed statement of the source code, the interface
windows-gui-calculator
- 一个带有图形界面的计算器程序,用汇编写的,用了windows.inc-a graphical interface with the calculator program, the compilation was made with the windows.inc
delphi-calculator
- 完成Windows程序中计算器中的所有功能,使用类似Windows计算器的图形界面; (2) 使用可视化方法设计,并编写合适的按钮和菜单事件代码; (3) 使用delphi语言编写代码 程序具有处理异常的能力,以防止用户输入和操作错误而导致的异常-complete Windows calculator procedures of all functions, similar to the Windows Calculator
java-calculator
- java 计算器(Caculaor)。小程序。仅供参考。-java Calculator (Caculaor). Small procedures. For reference purposes only.
Calculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。-GUI interface design through JAVA calcul
Calculator
- 这是一个计算器的程序, 我花了半个小时写出来的, 虽然我还可以下载200多个, 但还是上传一个上去. 写得不是很好,请大家见谅.-This is a calculator program, I spent a half an hour to write out, although I can also download more than 200, but still upload a go. Written not v
calculator
- 这是一个程序,主要介绍是在PPC做一个计算器-This is a process, mainly in the PPC introduce a calculator to do
Calculator
- 实现了一个计算器应用程序,介绍了对话框添加菜单,高级按钮控件,高级编辑控件,对话框的扩展功能等应用。-Realize a calculator application, introduction of the dialog box to add the menu, advanced button controls, a senior editor control extensions dialog applications.
calculator
- 1.实现科学计算器功能,对出错的输入计算式能进行识别 2.可以使用+,-,*,/,(,),&,|,~,sin,cos,tan,pow,log,exp,asin,acos,atan,sqrt以及0~9,pi的数字构成运算符; 3.负号的使用具有特殊性,可以使用2--2;也可以使用sin--2(表示sin2); 4.10进制支持小数;支持10、16、8、2进制运算;对于16、8、2进制,仅支持整型输入操作; 5、8、2进制的