搜索资源列表
JIAJIAN010
- 1、输入模块:从键盘读入两个长整数,并存储在內存中。 2、运算模块:编写子程序完成大整数的加法和减法。 3、实验环境:软件环境 MASM 5.0 -an import module : Reading from the keyboard into two long integer, and stored in the memory. 2 computational modules : subroutine completed the preparation of the lar
plus
- 实现任意长的2个整数相加 但是有个BUG,就是当最高位溢出时,就缺少最高位的1-The realization of arbitrary length, however the sum of two integers have a BUG, is highest when the overflow when the lack of a maximum of 1-bit
add
- 用汇编语言实现任意长的两个整数相加的运算,稍微改一下还可以实现相减-Assembly language to add two integer of any length
multiplication
- 长整数乘法,利用汇编语言实现两个长整数的乘法运算-Long integer multiplication
shiyan6
- 1.编写完整的汇编语言程序: (1) 从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果。 (2) 已定义了两个整数变量A和B,试编写程序完成下列功能(使用简化段源程序格式): 若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中; 若两个数均为奇数,则将两数均加1后存回原变量; 若两个数均为偶数,则两个变量均不改变。 (3) 用减奇数次数的方法,求一个数的近似平方根,这
huiiban3.zip
- 实现任意长的2个整数相加 .汇编实现。最高位溢出,The two integers achieve any long compilation realize. MSB overflow
111
- C++ 十进制长整数转换为16进制和8进制 vectror动态数组分配-Decimal long integer is converted to hexadecimal and octal vectror dynamic array allocation