Welcome![Sign In][Sign Up]
Location:
Search - calculator

Search list

[Othercalculator

Description: 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进制的计算结果仍然用原进制表示,若结果为负则用10进制表示结果; 6.sin 之类的函数可用角度或弧度运算,sin之类的函数支持嵌套使用,如sinsinsin1;-1. Realize scientific calculator functions, the input of the error calculation formula can be identified 2. Can use 2B !,-,*,/,(,),
Platform: | Size: 12288 | Author: 程梁 | Hits:

[ComboBoxcalculator

Description: 模拟计算机上的计算器,可以进行各种简单的运输,如,加减乘除等-Computer simulation of a calculator, you can conduct various kinds of simple transport, such as multiplication and division, such as addition and subtraction
Platform: | Size: 3072 | Author: 黄滢锋 | Hits:

[OtherCalculator

Description: 用MFC写的一个计算器,是访WINDOWS做的,功能比较完善-Using MFC to write a calculator to do is visit WINDOWS, feature relatively perfect
Platform: | Size: 41984 | Author: 於乐凯 | Hits:

[Othercalculator

Description: 计算器源码,支持加减乘除,括号和小数点运算-Calculator source to support the addition and subtraction multiplication and division, parentheses and the decimal point computing
Platform: | Size: 3445760 | Author: 张套 | Hits:

[JSP/JavaCalculator

Description: java编写的简单计算器代码,可显示运算式,使用StringTokenizer区分出运算符。代码清晰易读。-java code to prepare a simple calculator to show expression, the use of StringTokenizer distinguish operators. Clear and readable code.
Platform: | Size: 1024 | Author: 冬梅 | Hits:

[Windows CECalculator

Description: 此示例是一个用于 Pocket PC 的简单计算器应用程序。它使用多个 Windows 窗体控件且仅在 Visual Basic 中可用。-This example is a Pocket PC for a simple calculator application. It uses a number of Windows Forms controls and only available in Visual Basic.
Platform: | Size: 17408 | Author: 王子 | Hits:

[assembly languagecalculator

Description: the calculator s usage! after you have inputed 2 operators,choose + - * / function! But the only situation I did t deal with is that when you choos + fuction ,and the operaters signs is like this -A+B,just turn it to B-A!- the calculator s usage! after you have inputed 2 operators,choose+-*/function! But the only situation I did t deal with is that when you choos+ fuction ,and the operaters signs is like this -A+B,just turn it to B-A!
Platform: | Size: 3072 | Author: za | Hits:

[JSP/JavaCalculator(java)

Description: 比较牛b的一个计算器程序,源码在word文档里面,-Comparison of bovine b of a calculator program, source code in word documents inside,
Platform: | Size: 27648 | Author: | Hits:

[OtherCalculator

Description: Java编写的一个计算器源码,需要运行库支持.-Java source code prepared by a calculator, the need for runtime support.
Platform: | Size: 512000 | Author: 黑色游戏 | Hits:

[JSP/JavaCalculator

Description: 计算器小程序,使用java网格布局,图形化的界面设置-Calculator applet, use the java Mesh Bureau, the graphical interface settings
Platform: | Size: 1024 | Author: luxrain | Hits:

[OtherCalculator

Description: 简单的计算器程序 经由本人改动 可实现常见的一些计算功能 有兴趣的朋友可以拿去做初级编程的练习-A simple calculator program can be achieved through changes in my common interest in a number of computing friends can get to do the initial programming exercises
Platform: | Size: 2048 | Author: 张岩 | Hits:

[JSP/Javacalculator

Description: 计算器,简单的几个功能,希望大家多指教.-Calculator, a few simple functions, hope that more advice.
Platform: | Size: 1024 | Author: 周益康 | Hits:

[OtherCalculator

Description: VC开发的计算器,功能比较简单,但是可以实现一般的计算。-VC developed calculator, function is relatively simple, but the calculation can be achieved in general.
Platform: | Size: 793600 | Author: winger | Hits:

[JSP/JavaCalculator

Description: 用java实现的一个计算器代码,是我们课程的作业,编译通过-Achieved using a calculator java code, the operation of our courses, the compiler through
Platform: | Size: 2048 | Author: 张云 | Hits:

[CSharpCalculator

Description: 程序实现了类似windows的计算器,可以进行加减乘除,界面形式跟windows的一样,已通过测试,可直接编译使用-Procedures to achieve a similar windows calculator, calculation can be carried out, interface with the windows of the same form, has been tested to direct the compiler to use
Platform: | Size: 59392 | Author: 毛毅 | Hits:

[Algorithmcalculator

Description: 一个简单的复数计算器程序,可以实现复数的相加减,以及测试功能。-A simple calculator program plural, the plural can be achieved with the addition and subtraction, as well as the test function.
Platform: | Size: 998400 | Author: fwei | Hits:

[Othercalculator

Description: 本实例是用VC编写的计算器程序,在vc6环境下可以顺利运行-This example is prepared using VC Calculator procedures vc6 environment can be the smooth operation of
Platform: | Size: 29696 | Author: caogen | Hits:

[SCMCalculator

Description: proteus仿真程序 c51 计算器 proteus仿真程序 c51 计算器-Proteus Proteus simulation program Simulation Program C51 calculator calculator C51
Platform: | Size: 47104 | Author: zhang | Hits:

[OtherCalculator

Description: 本计算器实现了如下两个功能: 1、windows自带计算器的键盘输入加减乘除,目前没有连续运算功能 操作:用户用键盘或者鼠标分别输入‘1’,‘+’,‘2’,按‘=’ 文本框显示运算结果‘3’。 2、表达式运算功能,目前只支持整数运算。 操作:选择菜单Option->Expression,在文本框用键盘输入表达式 如‘12/2+(4*5/4)*6’,按计算器上‘=’,文本框显示运算结果 ‘12/2+(4*5/4)*6=36’。 3、换肤功能 提供了4种skin,可以自由切换。 操作:菜单Skin->Load Skin,选择skin文件。-This calculator realize the following two functions: 1, windows bring their own calculator Math
Platform: | Size: 864256 | Author: gin | Hits:

[Othercalculator

Description: 基于windows环境,用c语言编写的计算器程序,带简单的界面-Windows-based environment, using c language calculator program with simple interface
Platform: | Size: 4096 | Author: 剑雄封 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net