搜索资源列表
我的远代码
- 汇编原代码,能够实现加,减,乘,除,等功能, 对于出学者,是很有帮助的,所以 一定要看看呀-compilation of the original code can be achieved, plus or minus, multiplication and addition, the function for up academics, is very helpful and I must look at the ah
yunsuan
- 简易的计算器,能进行加,减,乘,除等简单的运算!-simple calculator, capable of addition, subtraction, multiplication and simple arithmetic!
sizeyunshuan
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6-This is downloaded from the Internet from a compu
HuiBian_JiSuanQi
- 一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式-a computer program can achieve, plus or minus, by, in addition to the calculation. The program is acceptable to the 16-band number. Implementation required in the file name directly to keep
Calculatorassembly
- 文件名:main.asm 完成对从键盘输入的0-9的数的存入 完成对从键盘输入回车、\"ESC\"键及“+”,“-”,“*”,“/”键的分析及对加、减、乘、除过程的调用。 完成对从键盘输入错误数据的分析 程序在编写过程中使用了宏,模块。供汇编程序初学者及爱好者参考。 -File Name : main.asm completion of the keyboard input from 0-9 for the completion of deposit from the k
JS
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下:
jiajianchengchusizeyunsuan
- 这是一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式
suijishu
- 能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,
compulater
- 1. 计算器实现的功能 (1)整数的加、减、乘、除运算; (2)小数的加、减运算,包含小数加、减整数; (3)运算出错后报错,并重新开始。 (4)LED显示输出 2. 运算状态下,报错的几种情况(按‘=’后重新开始) (1)应该输入数字时,按符号,即第一个输入的数字是符号; (2)两数之和大于四位数; (3)两数之差为负数; (4)乘法的结果大于四位数; (5)除法的除数是零; (6)运算小数乘法; (7)运算小数除法。
asm
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6 注:本程序在dos中或windows98中运行。
jisuanqi
- 简单的计算器 1.键盘输入两个10进制数据(1到4位),选择实现加、减、乘、除运算,并选择以2进制、8进制、10进制、16进制方式输入。 要求: 程序界面尽量方便使用并简洁。
1_5_3
- 求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过-seeking two figures, plus or minus, multiplication and addition, although the procedures are simple but very well written and can reference. The test 8086
a
- 两位数的加减乘除四则运算。此程序能实现加、减、乘、除的计算。 -Four fundamental operations addition and subtraction multiplication and division
jisuanqi
- 利用BIOS和DOS的中断来设计一个计算器,要求在屏幕上显示一个主菜单,提示用户输入相应的数字键,分别执行加、减、乘、除四种计算功能和结束程序的功能。-Use BIOS and DOS interrupt to design a calculator, the requirements on the screen displays a main menu that prompts the user to input the corresponding number keys, respectiv
calculator
- 一个较简易的能实现两位十进制数加、减、乘、除的汇编语言程序。功能比较有限,主要优于精简。-A relatively simple to achieve two decimal add, subtract, multiply, with the exception of the assembly language procedures. Relatively limited functions, mainly to streamline superior.
shizhe
- 实现加、减、乘、除的计算。该程序接受 的是16进制数。-Realize add, subtract, multiply, with the exception of the calculation. Acceptable to the program are 16 hexadecimal number.
caloulator
- 简单的两位数计算器演示程 主要功能: 0-99两位数之间的加、减、乘、除整数运算-Demonstration of double-digit calculator easy way main functions: a double-digit between 0-99 add, subtract, multiply, with the exception of integer calculations
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
5744114893829
- 用VHDL实现16位的简单CPU。具有加减乘除等功能-vhdl cpu can do add sub and so on
24gamedesign
- 设随机给出1-100中的四个数(可重复),能用加,减,乘,除,括号,给出运算结果为24的所有表达式。-Given a random set of four numbers 1-100 (repeatable), can add, subtract, multiply, divide, brackets, operation results are given for all the expressions (24).