搜索资源列表
MyCalculator
- c++小程序,计算器,可作加减乘除运算,以类形式实现
lmYEaNdR.rar
- 1:判断闰年程序 2:产生随机数并计算程序 3:计算平台长度程序 4:加减乘除运算 5:数字方阵程序 6:数据加密程序 7:代码转换程序 8:键盘录入数据的转换与显示 9:音乐演奏 10:显示色彩矩形块 11、12:字符图形程序 13:图形变换 14、15:动画 16:打字练习 17:打字计时练习 18:系统时间显示 19:显示日期时间 20:七段电子表显示 21:简易文本编辑器 22:磁盘文件读写 23:成绩管理 24、25:pc机通信 26:钟表显
3位计算器按键显示程序
- 3位计算器按键显示程序,用汇编语言编写,可实现加减乘除运算。-3 Calculator button to display the program, written in assembly language, multiplication and division addition and subtraction can be realized.
calculater
- 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
huibiandaimadaquan
- 1:判断闰年程序 2:产生随机数并计算程序 3:计算平台长度程序 4:加减乘除运算 5:数字方阵程序 6:数据加密程序 7:代码转换程序 8:键盘录入数据的转换与显示 9:音乐演奏 10:显示色彩矩形块 11、12:字符图形程序 13:图形变换 14、15:动画 16:打字练习 17:打字计时练习 18:系统时间显示 19:显示日期时间 20:七段电子表显示 21:简易文本编辑器 2
C
- 带界面的两位数计算器,完成加减乘除运算欢迎使用-calculator
111
- 用汇编完成的整数的加、减、乘、除运算。用法:任意输入两个整数,可以实现加减乘除运算,控制台下的方式使用。-Completed with the compilation of an integer add, subtract, multiply, in addition to computing. Usage: Any input two integers, addition and subtraction multiplication and division operations can be
Binaryoperations
- 输入两个有符号二位十进制数的加减乘除运算-Enter two signed two decimal addition and subtraction multiplication and division operations
wchdai
- 汇编模拟计算器功能,具有加减乘除及括号运算-Compiled simulation calculator function, with brackets, Math and computation
ASM-Program
- 1:判断闰年程序 2:产生随机数并计算程序 3:计算平台长度程序 4:加减乘除运算 5:数字方阵程序 6:数据加密程序 7:代码转换程序 8:键盘录入数据的转换与显示 9:音乐演奏 10:显示色彩矩形块 11、12:字符图形程序 13:图形变换 14、15:动画 16:打字练习 17:打字计时练习 18:系统时间显示 19:显示日期时间 20:七段电子表显示 21:简易文本编辑器 22:磁盘文件读写 23:成绩管理 24、25:pc机通信 26:钟表显示 27:霓虹灯模拟显示-1: Determ
NON
- 汇编语言写的51单片机程序,实现2位10进制数的加减乘除运算,内含按键扫描和8段LED数码管显示程序段。-51 SCM program written in assembly language, to two decimal addition and subtraction, multiplication and division, the block containing the key-scan and 8-segment LED display.
calculator
- 通过使用该计算器,你可以进行简单的加减乘除运算-You can use the calculator to calculate simple addition and subtraction, multiplication and division
proiect
- 基于vc++写的一个计算器,能实现基本的加减乘除运算!-write by vc++
jisuanqi
- 这是一筐DOS下运行的计算器,可以实现简单的四则加减乘除运算-This calculator is running under a basket DOS, you can achieve a simple four arithmetic operations
MicroprocessorFormulaCalculator
- 单片机课的实验作业。功能是实现一个有着简易计算功能的计算机,利用LCD屏互动。可以做加减乘除运算。特别的,给出了四个内置公式:等差数列求和,一元二次方程求根,排列,组合。-Our project is aiming at making a calculator to help the users calculate particular formulae. As long as the user correctly input the values of parameters needed in
computer
- 能够实现简单的加减乘除运算,可以实现多项式的运算,应输入一个以#结束的算式,算式里可以包含+,-*,/,()-To achieve a simple arithmetic operations can be achieved polynomials, enter a formula ending with#, formula can contain+,-*, /, ()
xy
- 简易计算器,单片机加减乘除运算,简易计算器,单片机加减乘除运算-Simple calculator, SCM arithmetic operations, simple calculator, SCM arithmetic operations
jisuanqi
- 液晶计算机,可以计算两位数以内的加减乘除运算,并通过液晶显示器显示-LCD computer, you can calculate the two-digit addition and subtraction multiplication and division within and through the LCD display
jisuanqi
- 用MFC向导创建对话框应用程序,实现整数运算器,在对话框中进行加减乘除运算-Use the MFC application wizard to create dialog, the realization of integer arithmetic unit, operation in the dialog for addition, subtraction, multiplication, and division
64-Calculator
- 采用4×4键盘,16个键依次对应0~9、“+”、“-”、“×”、“÷”、“ ”和清除键。可以进行小于255的数的加减乘除运算,并可连续运算。当键入值大于255时,将自动清零,可以重新输入。反转法扫描键盘,串行口数据输出,74ls164驱动数码管显示 P1口为扫按键特征码输入端 P3.0,P3.1为串行口数据输出端连接串行静态显示模块的DIN、CLK端。-Using 4 4 keyboard, 16 key corresponding to 0 ~ 9+ in turn- and clear