搜索资源列表
简易计算程序
- 一个简单的计算器程序,从键盘输入"3+5"这样的表达式,程序读入数据和运算符,调用Calculate函数,根据运算符进行+,-,*,/四则运算。要求能反复执行这一过程,直到用户输入#符号作为运算符
一个简单计算器的源码
- 用C#实现的一个简单的计算机的程序源码。
caculate
- 这是一个简单的计算器程序,它可以实现简单的常用计算。本程序是用其qt编写的。有助于qt初学者了解qt的编程方法。-This is a simple calculator program that can be used to achieve a simple calculation. This procedure is written using the qt. Qt help beginners learn the programming methods qt.
MFC_calculator
- 上课时编的 基于对话框的简单计算器程序 完成实数的 加减乘除 四则运算 代码简单 初学者参考-this is a simple calculator,using vc++
Calculator
- 一个用Visual Studio 2008编写的简单计算器程序,对.net初学者有一定的帮助。附有实验报告-Visual Studio 2008 with a simple calculator program to prepare for. Net will certainly help beginners. With the experimental report
xinjisuan
- 这是一个本人刚开始学这门课程时编写的简单计算器程序,里面有很多不足之处,-This is a I just started studying this course will prepare a simple calculator program, there are many deficiencies,
jisuanqi
- VC++实现的简单的科学计算器程序,希望对大家有所帮助 -VC++ Realized simple scientific calculator program, I hope all of you to help
calculator
- 用c#自己编的简单计算器程序,希望能对大家有所帮助-C# own with a simple calculator program, hoping to be helpful for everyone
Calculator
- 这是一个简单计算器程序的实现的源码及解决方案,用的C#语言开发的。-This is an calculator application implemented by C#.With the IDE-VS2008.
yiran
- 面向对象程序设计做的课程设计是一个基于gui的简单计算器,-Curriculum design to do a simple gui based calculator
vbjisuanqi
- vb编写的简单计算器程序,适合vb入门者看看,-vb write a simple calculator program, suitable for beginners vb look
Caculator_Code
- C#计算器代码:实现简单计算器功能,是较好的C#入门程序,适合C#初学者-C# Calculator Code: implements a simple calculator function, is a better C# entry program, suitable for C# beginners
Calculator
- 用MFC编写的简单的计算器程序,包含界面的编制。-With the MFC write a simple calculator program, including the preparation of the interface.
MFC简单计算器
- windows编程初学者作业,一个简单的基于MFC的计算器程序,源代码为C++语言编写。可以简单执行四则运算,三角函数计算等。(Windows programming beginners job, a simple MFC based calculator program, the source code for the C++ language. You can simply perform four operations, trigonometric functions, and so on
简单计算器
- 用vc实现的简单计算器功能的 mfc 文档程序,适合初学者练习(Using VC to achieve a simple calculator function of the MFC document procedures, suitable for beginners to practice)
控件使用_简单计算器
- 控件使用_简单计算器,自己编写的小程序。(controls using a simple calculator)
jre
- 模仿windows自带的计算器功能,设计一个简单计算器 (1)至少要求实现整数和小数的加、减、乘、除、清零功能。 (2)其他计算功能,请参考windows自带的计算器,尽可能多的实现(Design a simple calculator by imitating the function of windows's own calculator. (1) at least the functions of adding, reducing, multiplying, dividing, re
计算器
- 简单的计算器程序,能够较为方便的进行有理数的四则运算(Simple calculator program, it can be more convenient for four operations of rational number.)
计算器程序
- 自学C语言中相关知识,设计出模拟简单计算器程序。要求如下所述: 1. .必须具有+、-、×、÷简单算术运算以及清除的功能 2. 输出显示简易计算器的界面; 3. 可以通过键盘上“↑←↓→”符号来选择需要输入的数据,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 4. 也可以通过输入窗口,直接从键盘上输入要计算的表达式,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 5. 选用任意一种(上述3或4)数据输入方法的测试表达式及运算结果均可以完整地在某个窗口中显示出来。 6.
简单计算器程序
- stm32简单计算器程序,使用正点原子STM32F103VET6开发板,液晶显示(STM32 simple calculator program)