搜索资源列表
常用计算器
- 本计算器实现了计算器的基本的运算功能,以及使用比较广泛的函数功能,可作为函数功能型计算器使用,同时为了方便实用,本人进行了统计功能的编程,使本计算器可以用于简单的统计。在编程时只使用了最基本的方法,未用到特别的技术。本程序的执行文件过大是一个较大的问题,在今后的学习中会逐渐改进,将程序进行分块儿,以提高执行效率。-the calculator calculator achieved the basic computing functions, and the use of more extens
计算器--程序
- 用VC实现的一个简单的计算器的程序。
MFC计算器
- 用MFC实现计算器功能
计算器
- 这是一个计算器实现程序,很不错,抓住机会啊
计算器的实现
- 计算器的简单实现
java实现的表达式计算器
- java实现的表达式计算器
一个简单计算器的源码
- 用C#实现的一个简单的计算机的程序源码。
C语言计算器程序
- 用51单片机作为控制器,c语言编程,实现简单的四则运算。
MFC做的计算器
- 用mfc编的的计算器,能实现一般一般计算器功能
计算器源码
- 用C实现的计算器
用VHDL编写的计算器
- 用VHDL编写的计算器:能实现简单的加减乘除四则运算 ,Prepared using VHDL Calculator: able to achieve simple addition and subtraction, multiplication and division 4 computing
AE9.2+C#实现的栅格计算器
- AE9.2+C#实现的栅格计算器,非常好用-AE9.2+ C# to achieve the raster calculator, very easy to use
Calculator
- android计算器实现,可以进行+,-,*,、运算而且界面设计过-android calculator implementation, operation and the interface can be designed+,-,*,,
整数计算器源码
- 整数计算器源码 VC++实现,无误 MFC界面实现
Ca
- 功能齐全的科学计算器,实现基本加减乘除,退格,和一些科学计算..希望给大家帮助-Full-featured scientific calculator, the realization of the basic addition and subtraction multiplication and division, backspace, and a number of scientific computing .. want to give you help
BigCalculator_src
- java开发的大整数计算器,实现基本的运算,还有sin,cos,tan,cot.-java big integer calculator developed to achieve basic computing, there is sin, cos, tan, cot.
counter51
- 8位单片机计算器(实现浮点运算,4*4键盘)-8-bit single-chip calculator (the realization of floating-point, 4* 4 keypad)
calculator
- delphi制作的一款简单的计算器,实现加,减,乘,除,次方,求根。-delphi produced a simple calculator to realize add, subtract, multiply, divide,-th power, Roots.
计算器应用程序
- 建立一简单的计算器应用程序,拖动一些按钮控件到窗体上,分别标明代表数字或功能,能够进行加、减、乘、除四则运算。实现基本的四则运算功能,连续运算,实现键盘输入和运算(即点击键盘上数字及运算符时,可输入数字和进行运算)。要求实现良好的布局效果,并对按钮功能分类编程。
用c#做的计算器
- 实现了简单数字运算以及科学计算器功能,仿照windows自带计算器,使用c#语言