CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - multiply

搜索资源列表

  1. BCD码相乘

    0下载:
  2. BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:860byte
    • 提供者:123
  1. Sum2

    0下载:
  2. sum2:是用汇编语音程序设计的。用途:用户输入两个数,将其相乘放入数组中 -sum2 : Speech is a compilation of program design. Purpose : user input number two, to multiply into an array
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:linling
  1. 矩阵连乘问题

    0下载:
  2. 用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:
  1. Matrix_Transposition_Multiplication

    0下载:
  2. 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.
  3. 所属分类:汇编语言

    • 发布日期:2014-01-18
    • 文件大小:72.89kb
    • 提供者:Hong
  1. jisuanqi

    0下载:
  2. 利用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
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2.98kb
    • 提供者:李丽
  1. MASM

    0下载:
  2. 汇编编程应用程序及两个1~9的两位数相乘代码,-Compilation of programming applications and two 1 ~ 9 multiply two-digit code,
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:92.67kb
    • 提供者:qq
  1. calculator

    0下载:
  2. 一个较简易的能实现两位十进制数加、减、乘、除的汇编语言程序。功能比较有限,主要优于精简。-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.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1.38kb
    • 提供者:龙虎
  1. shizhe

    0下载:
  2. 实现加、减、乘、除的计算。该程序接受 的是16进制数。-Realize add, subtract, multiply, with the exception of the calculation. Acceptable to the program are 16 hexadecimal number.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3.79kb
    • 提供者:dingwuliang
  1. caloulator

    0下载:
  2. 简单的两位数计算器演示程 主要功能: 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
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:26.83kb
    • 提供者:李树峰
  1. calc

    1下载:
  2. 汇编语言完成的简单四则运算演示程序 可以完成2个二位数的加、减、乘、除运算-Achieve a simple assembly language operations 4 demo to be completed two two-digit add, subtract, multiply, with the exception of computing
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:7.39kb
    • 提供者:seul
  1. 24_Points_Game

    0下载:
  2. 算24点”作为一种扑克牌智力游戏,游戏内容为从一副牌中抽去大小王2张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24,每张牌必须用一次且只能用一次。我们可以人工计算,当然也可以用计算机来处理。本程序主要是借助计算机利用设计好的算法来计算24点问题。 该24点游戏程序内容主要包括界面显示,自动运算24点以及手动计算24点三部分,采用模块化开发方法,并汇编语言编写程序代码。-Count 24 points " as a mental poker game,
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:6.58kb
    • 提供者:杜畅
  1. multiply

    0下载:
  2. 本实验为设计实验。要求实现两个较大的十进制数相乘,最后乘积用非压缩BCD码调整为十进制形式。实验中要用到DOS或BIOS中断;用非压缩BCD码调整乘积。本实验用到算术运算指令、十进制调整指令、子程序设计、DOS和BIOS中断等,所以通过本实验我们对这些知识应能熟练掌握并应用。-Experiment for the design of this experiment. Demands of the two larger decimal number multiplication, the fin
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:4.33kb
    • 提供者:
  1. huibian

    0下载:
  2. 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
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:5.2kb
    • 提供者:成水
  1. MCU-51

    0下载:
  2. MCU-51子程序,包含加,减,乘,除,取补,平方,开方,数制转换,查表,校验。-MCU-51 routines, including add, subtract, multiply, divide, take up, square, prescribing, a number of system conversion, look-up table, check.
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:122.76kb
    • 提供者:成伟
  1. AVR-ASM

    0下载:
  2. 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
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:13.6kb
    • 提供者:Kevin
  1. 2

    0下载:
  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
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:28.5kb
    • 提供者:施洋葱
  1. year

    0下载:
  2. 一、实验名称:判断是否是闰年程序 二、实验目的:1、了解加、减、乘、除算术运算的编程方法; 2、了解变量传送的方式,如何访问存贮单元; 三、实验内容和要求: 用汇编语言编写判断某年是否为闰年,年份从键盘输入,通过运行计算后,输出相应信息。 -1, Experiment name: to determine whether it is a leap year program 2, experimental purposes: one, to understand add, subt
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:752byte
    • 提供者:wangwang
  1. 111

    0下载:
  2. 用汇编完成的整数的加、减、乘、除运算。用法:任意输入两个整数,可以实现加减乘除运算,控制台下的方式使用。-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
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:3.3kb
    • 提供者:luye
  1. FourArithmeticOperations

    0下载:
  2. 通过汇编语言:能实现加、减、乘、除的计算。该程序接受 的是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
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3.51kb
    • 提供者:sizo
  1. Multiply

    0下载:
  2. Multiplication of two number in 8051 microcontroller
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5.88kb
    • 提供者:Sachin
« 12 3 »
搜珍网 www.dssz.com