Description: 一个科学计算器的源代码功能不是很全但, 一定能实现,上传的是一个压缩文件-a scientific calculator function of the source code is not all but certainly can be realized, is to upload a compressed files Platform: |
Size: 51200 |
Author:时雷 |
Hits:
Description: 本例设计一个普通的计算器,该计算器除没有科学计算机功能外和Windows带的计算器类似。通过此程序的设计,读者可以掌握VB中"控件数组"的建立和使用方法以及字符串与数值之间的互相转换方法-design an ordinary calculator, in addition to the no scientific calculator functions and the computer with the Windows calculator similar. Through this program design, readers can grasp VB "Control Array", the establishment and use of the string and numerical among the Conversion Platform: |
Size: 14336 |
Author:刘峰 |
Hits:
Description: 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。-GUI interface design through JAVA calculator program, the user can take part in the importation of the mouse followed by the numerical calculation for add, subtract, multiply, divide, such as mixed computing, which the basis of the standard calculator operation. When choosing a scientific calculator, you can realize sin, cos, tan, ln, x ^ y, x ^ 2, x ^ 3, pi, n!, Mod and hexadecimal In addition to the outside can also delete the import, empty the results, and one in addition to X, X percentage of the metric system is octal, binary mutual conversion. Platform: |
Size: 7168 |
Author:gggfhv |
Hits:
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:
Description: 该课程设计通过使用flex和bison编写了一个科学计算器的程序,运行时,出现dos界面,在其中输入您想要进行计算的数学表达式,并设定显示方式,就可以按照您的要求显示出计算结果。-The curriculum design through the use of flex and bison to prepare a scientific calculator program, run-time, there dos interface, in which you want to enter mathematical expressions, and set the display, you can display in accordance with your request the calculated results. Platform: |
Size: 22528 |
Author:zhangkun |
Hits:
Description: 简单计算器软件的设计,能够实现科学计算与标准界面。-Simple calculator software design, scientific computing can be achieved with the standard interface. Platform: |
Size: 1997824 |
Author:ywmen |
Hits:
Description: Description
Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument.
More detailed description of calculator is here.
-
Notes
* Write formula using normal infix notation, for example (x^2+ y^2)/1.5. To execute statement use Evaluate command.
* Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error.
* It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function
sum(x)=x>0?x+sum(x-1):0
Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator.
* All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three differen Platform: |
Size: 245760 |
Author:tang |
Hits:
Description: Java课程设计代码。这是一个关于简易科学计算器的程序。在JDK1.5上正常运行过。-Curriculum design Java code. This is a simple scientific calculator on the procedure. In normal operation on JDK1.5 too. Platform: |
Size: 2048 |
Author:卓如 |
Hits:
Description: 科学计算器,主界面具备以下功能:
1、通过直接输入表达式进行加、减、乘、除、乘方、开方、括号基本运算求值,需要考虑其符号优先级别;
2、加入三角函数,可进行正弦、余弦、正切、余切的运算;
3、对十进制数进行二进制、八进制、十六进制的转化;
4、实现弧度制的数与角度制的数互相转化。
-Scientific calculator, the main interface with the following functions: 1, through direct input expressions to add, subtract, multiply, divide, involution, administration, basic operations in parentheses evaluated the need to consider the symbol priority 2, by adding trigonometric functions , can be sine, cosine, tangent, cotangent computing 3 pairs of decimal to binary, octal, hexadecimal, conversion 4 to achieve the number and angle of curvature of the system the number of mutual transformation of the system. Platform: |
Size: 1927168 |
Author:李怡璇 |
Hits:
Description: 这是一个科学计算器的matlab程序,大家可以参考下-This is a scientific calculator matlab program, we can refer to the following Platform: |
Size: 19456 |
Author:zhuling |
Hits:
Description: source code for scientific calculator in javascript i s a html page to veiw the source code of calculator open the html page in Microsoft Notepad and you will able to veiw the code. It is simple and easyily understandable. Hope this will help you to learn alot............ Best of luck-source code for scientific calculator in javascript it is a html page to veiw the source code of calculator open the html page in Microsoft Notepad and you will able to veiw the code. It is simple and easyily understandable. Hope this will help you to learn alot............ Best of luck Platform: |
Size: 1024 |
Author:sana |
Hits: