搜索资源列表
huitu805
- 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete 虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows gr
calculator
- 一个组合框可以选择运算符,两个编辑框输入运算数,一个按钮按下给出结果-A combo box to select the operator, two operands edit box, a button press gives the result
calc
- 是一款计算器,可以输入字符串,算混合运算。-A calculator, you can enter a string operator hybrid computing.
javashiyan7
- 1、具备基本的加减乘除功能;支持由括号和运算符组成的表达式的运算。 2、使用android界面元素设计用户友好的界面。 3、能够存储多个计算结果,并提取出来作为下一个计算的操作数。 4、能够处理计算过程中的异常情况。 -1, with basic addition and subtraction, multiplication and division computing support by parentheses and operator expression. 2, us
TestCalculatorDemo
- visual c++的mfc编程。简易计算器。可以实现基本功能。 特别说明:1,数字键的都调用PutIntoNum(int n),向当前操作数中追加数字并显示 2,定义了 enum eum_signl 用来存放点击的运算符类型, 点击操作符时调用 RunOperation(enum eum_signl e_signl) 进行运算并显示 3,等号和百分号的实现 定义了 eum_signl en_LastSignl 存放上次的运算符,然后在等号、百分号中调用 Run
jiemian
- 普及型数控机床操作界面。拥有数控车床,铣床,钻床等多种模式。-Universal CNC machine operator interface. With CNC lathes, milling, drilling and other models.
QtPushButton
- Qt各类控件操作指导,setStyleSheet 设置界面-QPushButton operator