搜索资源列表
C++计算器小程序
- C++计算器小程序
jisuanqi
- 此为模拟计算器的程序,C++写的……只能计算普通的运算-This is the analog calculator procedures, C++ ... ... Can only be written by calculating the average computing
jisuanqi
- 这是一个用C++编得计算器小程序,它能完成一个计算器的简单功能。对于初学C++的人来说,还是比较错的。-This is a C++ Made a small calculator program that can complete a simple calculator function. For beginner C++ The people, it is quite wrong.
jisuanji
- 这是一个简单的c程序计算器编程,用c程编写一个程序 可以从键盘输入一个公式,回车后得到结果: 2+44*0-7/7回车得 1 -This is a simple calculator c program programming, using c-way to prepare a procedure to keyboard input from a formula that results after the carriage return: 2+ 44* 0-7/7 Enter a
c
- 计算器vb程序,输出大中小三个数,查找学生序号为1的学生,用指针指向字符串,-Vb calculator program, the output Xinhuanet three the number of students in search of one serial number for students, with pointer to string
vc_computer
- visual c++的计算器小程序,主要是为了和初学者分享学习的快乐-visual c++ calculator small procedures, mainly for beginners to share learning and Happiness
calc
- 用c语言实现计算器; 程序很小,可以嵌入应用程序。-Calculator using c language procedures is very small, can be embedded applications.
FileNameCalculator
- 一个用C++写的关于计算器的程序!希望对大家有帮助!-A use of C++to write the program on the calculator! A use of C++ to write the program on the calculator!
Calculator
- C语言编写的计算器小程序,在Turboc2.0下编译通过,界面友好-C languages calculator applet, compiled under the Turboc2.0 approved, user-friendly
SimulationCalculator
- 仿真计算器的通用C程序 读者在使用WPS及Pctools等工具软件时,可方便地弹出计算器窗口来仿真使用计算器的功能。也许很多软件作者也设想在自已开发的软件中为用户提供这种计算器仿真功能,如读者在开发自已的MIS系统或表处理软件及文本检索软件等应用软件时,也应该具有一个热键弹出的计算器窗口,为用户提供仿真计算器的功能,从而改善应用软件的用户友好性。笔者介绍一个可供C语言及各种计算机语言调用的通用计算器仿真程序。该程序用MSC6.0语言编写,在DOSS.O环境下通过 源程序清单附后,各种子函数及
jisuanqi
- 一个基于表达式求值的科学计算器,C++,MFC,支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等)。-Expression based on the evaluation of the scientific calculator, C++, MFC, in support of a number of four-band exp
jisuanqi
- 液晶显示计算器C语言程序,并附加万年历,能进行加减乘除,弦切,反弦切,指数,对数运算,已经通过调试-JISUANQI
c
- 用C语言设计计算器程序源代码,可以完成计算功能-Calculator design using C language source code, you can complete the calculation
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.
jisuanqi
- 这个c++程序拥有计算器的一些基本功能,初学c++的朋友可以下载-The c++ program has some of the basic calculator functions, beginner c++ to see if a friend can be downloaded
Jisuanqi
- 仿windows系统自带的计算器c#程序-Imitation windows system comes with a calculator c# program
c语言实现加减乘除
- 运行该程序编程可以实现加减乘除的简单计算器(Using the C programming language can achieve add, subtract, multiply and divide)
calculator
- 这只是一个C++实验课上的计算器小程序。(This is a calculator.)
计算器
- C#窗体小应用计算器,简单的练习窗体程序,实现类似于微软自带的计算器(a samll application "calculator " which is coded in C#)
计算器程序
- 自学C语言中相关知识,设计出模拟简单计算器程序。要求如下所述: 1. .必须具有+、-、×、÷简单算术运算以及清除的功能 2. 输出显示简易计算器的界面; 3. 可以通过键盘上“↑←↓→”符号来选择需要输入的数据,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 4. 也可以通过输入窗口,直接从键盘上输入要计算的表达式,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 5. 选用任意一种(上述3或4)数据输入方法的测试表达式及运算结果均可以完整地在某个窗口中显示出来。 6.