CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - multiply
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
assembly language
SCSI-ASPI
ELanguage
Disk Tools
Speech/Voice recognition/combine
Editor
Anti-virus
MultiLanguage
MPI
source in ebook
Delphi VCL
OS Develop
MiddleWare
MacOS develop
LabView
e-language
python
Search - multiply - List
[
assembly language
]
BCD码相乘
DL : 0
BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
Date
: 2008-10-13
Size
: 860byte
User
:
123
[
assembly language
]
Sum2
DL : 0
sum2:是用汇编语音程序设计的。用途:用户输入两个数,将其相乘放入数组中 -sum2 : Speech is a compilation of program design. Purpose : user input number two, to multiply into an array
Date
: 2008-10-13
Size
: 1.14kb
User
:
linling
[
assembly language
]
矩阵连乘问题
DL : 0
用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
Date
: 2008-10-13
Size
: 2.73kb
User
:
秋
[
assembly language
]
Matrix_Transposition_Multiplication
DL : 0
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.
Date
: 2008-10-13
Size
: 72.89kb
User
:
Hong
[
assembly language
]
矩阵连乘问题
DL : 0
用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
Date
: 2025-12-28
Size
: 2kb
User
:
秋
[
assembly language
]
BCD码相乘
DL : 0
BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
Date
: 2025-12-28
Size
: 1kb
User
:
123
[
assembly language
]
Sum2
DL : 0
sum2:是用汇编语音程序设计的。用途:用户输入两个数,将其相乘放入数组中 -sum2 : Speech is a compilation of program design. Purpose : user input number two, to multiply into an array
Date
: 2025-12-28
Size
: 1kb
User
:
linling
[
assembly language
]
JS
DL : 0
这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下:-This is downloaded from the Internet a computer program to achieve add, subtract, multiply, with the exception of the calculation. The program accepted 16 hexadecimal number. Implementation needs to be directly in the file name to keep up with the calculation of expression, such as in the command prompt implementation of results are as follows:
Date
: 2025-12-28
Size
: 2kb
User
:
hdd
[
assembly language
]
jiajianchengchusizeyunsuan
DL : 0
这是一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式-This is a computer program to achieve add, subtract, multiply, with the exception of the calculation. The program accepted 16 hexadecimal number. Implementation needs to be directly in the file name to keep up with the calculation of expression
Date
: 2025-12-28
Size
: 4kb
User
:
shaguci
[
assembly language
]
suijishu
DL : 0
能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,-To achieve add, subtract, multiply, with the exception of the calculation. The program accepted 16 hexadecimal number. Implementation needs to be directly in the file name to keep up with the calculation of expression
Date
: 2025-12-28
Size
: 2kb
User
:
张非
[
assembly language
]
Matrix_Transposition_Multiplication
DL : 0
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. -Matrix Transposition and MultiplicationIt 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.
Date
: 2025-12-28
Size
: 73kb
User
:
Hong
[
assembly language
]
compulater
DL : 0
1. 计算器实现的功能 (1)整数的加、减、乘、除运算; (2)小数的加、减运算,包含小数加、减整数; (3)运算出错后报错,并重新开始。 (4)LED显示输出 2. 运算状态下,报错的几种情况(按‘=’后重新开始) (1)应该输入数字时,按符号,即第一个输入的数字是符号; (2)两数之和大于四位数; (3)两数之差为负数; (4)乘法的结果大于四位数; (5)除法的除数是零; (6)运算小数乘法; (7)运算小数除法。 -1. Calculator realize the function of (1) integer add, subtract, multiply, with the exception of computing (2) decimal add, subtract operation, including the decimal add, subtract integers (3) operator error after error, and re-开始. (4) LED display 2. Computation state, error of several situations (according to
Date
: 2025-12-28
Size
: 7kb
User
:
shenshuo
[
assembly language
]
asm
DL : 0
这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是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中运行。 -This is downloaded from the Internet a computer program that can realize add, subtract, multiply, with the exception of the calculation. The program accepted 16 hexadecimal number. Implementation needs to be directly in the file name to keep up with the calculation of expression, such as in the command prompt implementation of results are as follows: c: masm
Date
: 2025-12-28
Size
: 4kb
User
:
甄子丹
[
assembly language
]
jisuanqi
DL : 0
简单的计算器 1.键盘输入两个10进制数据(1到4位),选择实现加、减、乘、除运算,并选择以2进制、8进制、10进制、16进制方式输入。 要求: 程序界面尽量方便使用并简洁。 -Simple calculator 1. Keyboard input two 10-band data (1-4), select the realization of add, subtract, multiply, with the exception of computing, and choose to 2 M, 8 M, 10 M, 16 M enter. Requirements: easy-to-use interface and simple as possible.
Date
: 2025-12-28
Size
: 3kb
User
:
叶湘伦
[
assembly language
]
ZNTW
DL : 0
MCS51汇编语言,加、减、乘、开平方子程序,经实际应用检验,绝无问题-MCS51 assembly language, add, subtract, multiply, square root subroutine, by the practical application of testing, no problem
Date
: 2025-12-28
Size
: 1kb
User
:
刘欣
[
assembly language
]
jisuanqi
DL : 0
利用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, respectively, the implementation of add, subtract, multiply, with the exception of four procedures for calculating the function and the end of the function.
Date
: 2025-12-28
Size
: 3kb
User
:
李丽
[
assembly language
]
MASM
DL : 0
汇编编程应用程序及两个1~9的两位数相乘代码,-Compilation of programming applications and two 1 ~ 9 multiply two-digit code,
Date
: 2025-12-28
Size
: 92kb
User
:
qq
[
assembly language
]
calculator
DL : 0
一个较简易的能实现两位十进制数加、减、乘、除的汇编语言程序。功能比较有限,主要优于精简。-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.
Date
: 2025-12-28
Size
: 1kb
User
:
龙虎
[
assembly language
]
shizhe
DL : 0
实现加、减、乘、除的计算。该程序接受 的是16进制数。-Realize add, subtract, multiply, with the exception of the calculation. Acceptable to the program are 16 hexadecimal number.
Date
: 2025-12-28
Size
: 4kb
User
:
dingwuliang
[
assembly language
]
caloulator
DL : 0
简单的两位数计算器演示程 主要功能: 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
Date
: 2025-12-28
Size
: 27kb
User
:
李树峰
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.