搜索资源列表
Calculator
- 计算器c++实现,实现了计算器的基本够功能,采用mfc编程-Calculator
EX_Calculator02
- 一个计算器编程实例 用MFC做的有界面,可进行简单的加减乘除运算-Instance of a computer program using MFC to do with interface, simple addition and subtraction, multiplication and division operations
exe2
- 用MFC编程实现的简单计算器功能,可进行加减乘除,通过编辑框显示结果-MFC programming with a simple calculator function for addition and subtraction multiplication and division, through the edit box displayed
calc
- 自己做的计算器,用VC6.0的MFC编程写的 希望对某些人有点帮助!-Do their own calculators, using the MFC programming VC6.0 to write a little bit of hope for some help
calculator
- 利用MFC编程,实现一个简单的计算器,初学者可以用来参考参考,就当做练练手。其中代码清晰明了,很容易看懂的-In this program,a new simple calculator has been produced well, using MFC programming. It can be a example for a stranger in this area to learn well. Just practice and practice. The code in this p
Calculator(Core)
- 用mfc编程实现计算器,能实现很多计算功能-Mfc programming with a calculator, can achieve a lot of computing
Calculator
- 本计算器是基于C++的MFC下的编程,简单实用,适合初学者用作练习之用-The calculator is based on the MFC C++ programming under the simple and practical, for practice purposes for beginners
Perfect-calculator
- 本计算器主要是锻炼对界面编程方面的能力。用到了MFC中的各种控件。可以帮助初学者轻易掌握MFC中各种控件的使用,以及编写计算器是所用的各种技巧。-This calculator is mainly programming exercise on the ability of the interface. Uses MFC in a variety of controls. MFC can help beginners easily master the use of various contro
Calculator
- 一个简单实用的计算器,用MFC编程得到,可以给初学着一点经验-A simple and practical calculator, has been programming with MFC, you can give beginners a little bit of experience
Calculator
- 用VC6.0写的简易计算器,写了一个栈模板类,分别存储运算数和运算符,界面与处理分离,对栈的理解和学习有帮助,同时也对MFC编程初级入门者有很好的帮助作用-Write a simple calculator with VC6.0, write a template class stack, respectively, the number of storage operations and operators, separation of interface and handling of th
mfcCalculator
- 用MFC写的计算器,对接触MFC编程的新手有一定的帮助-Calculator written using MFC, contact the MFC programming novice some help! ! !
mfc
- 只是一个基于vc6.0用mfc编程的计算器小软件,可以计算简单的加减乘除平方等-Just a vc6.0 with MFC programming based on the calculator small software can simple calculation of add, subtract, multiply and divide square, etc
programmable-calculator
- 利用SLR实现的可编程计算器,界面是用MFC实现,压缩文件为VC6.0的工程文件。-Use of SLR realization programmable calculator
TestCalculatorDemo
- visual c++的mfc编程。简易计算器。可以实现基本功能。 特别说明:1,数字键的都调用PutIntoNum(int n),向当前操作数中追加数字并显示 2,定义了 enum eum_signl 用来存放点击的运算符类型, 点击操作符时调用 RunOperation(enum eum_signl e_signl) 进行运算并显示 3,等号和百分号的实现 定义了 eum_signl en_LastSignl 存放上次的运算符,然后在等号、百分号中调用 Run
CALCULATER
- 本程序实现了用mfc界面编程做计算器的功能,程序不大功能不多却是mfc编程的基本中的基本,新手值得一看。-This procedure has to do with mfc programming interface calculator function, the program is not very functional small basic mfc programming in basic, novice worth a visit.
JISUANQI
- 手把手教你制作一个最简单的计算器,基于VC++的MFC编程,适合入门的VC编程,已经入门的用不上-Taught you how to make a simple calculator, based VC++ MFC programming, suitable for entry VC programming, has no access to entry
CalExa
- 用VC6.0自己编的一款小型计算器,实现+,—,*,/功能,程序简单,容易实现,用MFC编程。-With VC6.0 own series of a small calculator, to achieve+,-,*,/function, the program is simple, easy to implement, with MFC programming.