搜索资源列表
计算器(课设)
- 本程序使用VC.net来实现一个计算器功能,用来实现简单的四则混合运算,可以作为一个课程设计来使用。-VC.net the procedures used to achieve a calculator function, to achieve a simple four mixed computing, as a curriculum design to use it.
calculator_by_VB
- 一个计算器的实现,设计简单,但是功能强大,除了“(”和“)”有问题,希望高手们改正-the realization of a calculator, a simple, but powerful, in addition to "(" and ")" problems in the hope that experts were correct! !
Calculator
- 自己写的一个简单的计算器程序。便于初学者学习C++类的设计,vc基于对话框控件设计等内容-himself wrote a simple computer program. Beginners learning to facilitate the design category C, vc-based dialog design content controls
computer
- 一个简单的计算器课程设计程序,可以实现加,减,乘,除等功能。
2402050403
- 一个简单的计算器程序,用到按钮,滚动条等组件,做课程设计用的到的
Calculatoror
- 用VC++界面设计一个计算器很简单 主要是学习VC++编程的方法和它的消息驱动机制 多用些变量控制吧-With VC++ Interface design a calculator is very simple to learn VC++ Programming methods and its message-driven mechanism to control the use of these variables it
jisuanqi
- VC++课程设计(GDUT) 计算器 (内含实验报告) 1.设计任务 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3)、以角度、弧度两种方式实现上述部分函数 4)、具备历史计算的记忆功
MFC-calculator
- 在visual c++中,主要使用按钮控件进行一个简单计算器的设计,可以实现加减乘除简单运算-In visual c, the main use for a simple calculator button control design, simple operation can be achieved Math
dengluchuangkou
- 这是一个基于VC++的登录窗口 ,使用简单工厂的设计模式实现计算器功能,要求:功能的增加对原有代码作最少改动-This is based VC++ login window using simple factory design pattern calculator function requirements: the increase of the functionality of the original code for minimalist
sssss
- 参照windows系统自带的计算器,设计并实现一个简单的带菜单的计算器,要求具有加、减、乘、除以及一定的错误提示功能。-implemented a simple calculator with a menu , add, subtract , multiply, divide , and a certain degree of error prompts .
3.4
- 设计一个简单的计算器,利用编辑框提供数字输入-Design a simple calculator, use the edit box to provide digital input
Calculater
- 运用Java设计的一个简单计算器运用程序。-This is a Calculater.
calculator
- 自制的一个功能简单的计算器,对初学者可以学习控件的基本使用方法,明白基本的设计过程。-Made a simple function calculator, beginners can learn the basics of using the method of control, understand the basic design process.
计算器
- 设计一个简单的计算器。可以完成简单的加减乘除运算。