搜索资源列表
BCD码相乘
- BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
Sum2
- sum2:是用汇编语音程序设计的。用途:用户输入两个数,将其相乘放入数组中 -sum2 : Speech is a compilation of program design. Purpose : user input number two, to multiply into an array
矩阵连乘问题
- 用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
Matrix_Transposition_Multiplication
- Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
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
MASM
- 汇编编程应用程序及两个1~9的两位数相乘代码,-Compilation of programming applications and two 1 ~ 9 multiply two-digit code,
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
calc
- 汇编语言完成的简单四则运算演示程序 可以完成2个二位数的加、减、乘、除运算-Achieve a simple assembly language operations 4 demo to be completed two two-digit add, subtract, multiply, with the exception of computing
24_Points_Game
- 算24点”作为一种扑克牌智力游戏,游戏内容为从一副牌中抽去大小王2张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24,每张牌必须用一次且只能用一次。我们可以人工计算,当然也可以用计算机来处理。本程序主要是借助计算机利用设计好的算法来计算24点问题。 该24点游戏程序内容主要包括界面显示,自动运算24点以及手动计算24点三部分,采用模块化开发方法,并汇编语言编写程序代码。-Count 24 points " as a mental poker game,
multiply
- 本实验为设计实验。要求实现两个较大的十进制数相乘,最后乘积用非压缩BCD码调整为十进制形式。实验中要用到DOS或BIOS中断;用非压缩BCD码调整乘积。本实验用到算术运算指令、十进制调整指令、子程序设计、DOS和BIOS中断等,所以通过本实验我们对这些知识应能熟练掌握并应用。-Experiment for the design of this experiment. Demands of the two larger decimal number multiplication, the fin
huibian
- 1, designed to achieve an add, subtract, multiply, in addition to more than the calculation procedure. 2, the program to accept keyboard input from a hexadecimal number, the implementation of the corresponding calculation, calculation of the n
MCU-51
- MCU-51子程序,包含加,减,乘,除,取补,平方,开方,数制转换,查表,校验。-MCU-51 routines, including add, subtract, multiply, divide, take up, square, prescribing, a number of system conversion, look-up table, check.
AVR-ASM
- AVR单片用源码: 访问的EEPROM ,块拷贝例程,负载程式记忆体,安装和使用的模拟比较,多和分裂例程,乘法和分裂例程,16位算法 -Accessing the EEPROM、Block Copy Routines、Load Program Memory、Setup and Use the Analog Comparator、Multiply and Divide Routines、Multiply and Divide Routines、16-bit Arithmetics
2
- X,Y 为字节类型数,求((X+Y)*8-(X-Y)*2)/16 写出完整的数据段和代码段,不用乘除指令 -X, Y the number of bytes type, seek ((X+ Y)* 8-( XY)* 2)/16 write complete data segment and code segment, do not multiply and divide instructions
year
- 一、实验名称:判断是否是闰年程序 二、实验目的:1、了解加、减、乘、除算术运算的编程方法; 2、了解变量传送的方式,如何访问存贮单元; 三、实验内容和要求: 用汇编语言编写判断某年是否为闰年,年份从键盘输入,通过运行计算后,输出相应信息。 -1, Experiment name: to determine whether it is a leap year program 2, experimental purposes: one, to understand add, subt
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
FourArithmeticOperations
- 通过汇编语言:能实现加、减、乘、除的计算。该程序接受 的是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 -Through assembly language: to achieve add, subtract, multipl
Multiply
- Multiplication of two number in 8051 microcontroller