搜索资源列表
jisuanqi
- 简单的计算器 1.键盘输入两个10进制数据(1到4位),选择实现加、减、乘、除运算,并选择以2进制、8进制、10进制、16进制方式输入。 要求: 程序界面尽量方便使用并简洁。
counter
- 自制的计算器程序,很简单的,可以随便下载,参考参考
CAC
- 汇编语言源程序:计算器程序,可实现简单十进制或十六进制单四则运算。-Assembly language source code: calculator program can be simple single decimal or hexadecimal arithmetic.
calculator
- 一个简单的加减乘除四则运算的计算器功能,使用C语言的程序代码-A simple addition and subtraction, multiplication and division arithmetic calculator functions, the use of C language code
WL032_jsj
- ME300B单片机开发系统演示红外遥控式简单计算器演示程序 -ME300B single-chip infrared remote control as demonstrated by the development of a simple calculator-style demo
jsq
- 用汇编语言实现的一个非常简单的计算器程序-Using assembly language to achieve a very simple calculator program
JIANDANJISUANQI
- 用汇编语言写成的一个简单计算器程序,运算范围为0~65535-This is a sequence about a simple counting device range 0 to 65535
Calc
- 汇编语言基于图形化界面实现简单程序计算器的程序。-Assembly Language graphical interface based on simple procedures for calculator program.
jisuanqi
- 使用汇编语言编写的小型计算器程序,简单易懂,内含实验报告!-Written in assembly language using a small calculator program, easy to understand, contains lab report!
JISUANQI
- 汇编语言编写的计算器程序,简单使用,适用于初学者-HUIBIAN BIANXIEDE JISUANQI CHENGXU SHIYONG YU CHUXUEZHE
ass
- 输入2个带符号的数 通过程序计算他们的和 差 积 商以及余数 简单的计算器-Input 2 signed by the program to calculate the number of poor product and their business, and the remainder simple calculator
Assembly-language-calculator
- 计算器的汇编语言实现程序,该计算器可以进行简单的加减乘除-Calculator assembly language program, the calculator can carry out simple addition and subtraction, multiplication and division
calculator
- 本程序用matlab模拟了一个简单计算器的功能,能够处理简单的数据运算-this project imitates a simple calculator and can deal with some simple calculation
jisuanqi
- 简单的汇编语言编程程序,实现计算器的基本功能,适合汇编语言初学者的参考-Simple assembly language programming, the basic functions of the calculator, suitable for assembly language reference for beginners
VC_SIMPLEcal
- 用VC 编写的简单的计算器,基于对话框的应用程序 vc简易计算器源码-VC prepared by the simple calculator, dialog-based application source code vc simple calculator
Calculator-program
- 简单计算器程序,能够完成双精度的数值的加减乘除算法-Simple calculator program, to complete the double-precision value of arithmetic algorithm
简单计算器的实现
- 利用汇编编写8086的程序实现简易计算器的仿真功能(Compiled using assembly 8086 program to achieve the simple calculator simulation function)
matlab制作计算器
- 这个程序是一个实现加减乘除的简单计算器,作为一个初学者编程者的简易计算器,希望各位大佬可以多多指点。