搜索资源列表
ExtAdd
- extadd:是用汇编语音程序设计的关于计算两个64位整数相加的小程序-extadd : Speech is a compilation of program design for the calculation of two 64-bit integer, the sum of small programs
mVasm
- 实现加法在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。-achieve additive in the computer system, in order to increase the utilization rate of survival, often auxiliary memory (such as disk) as a main memory expansion. Multi-cha
data_add
- 用汇编语言进行两个数的相加-using assembly language to the sum of two numbers.
200751310584472310
- 一个由汇编实现的两个数相加,实现简单,比较适合学生 -achieve a compilation by the sum of two numbers, achieving simpler, more suitable for students
simple
- 单纯形法算法,int K,M,N,Q=100,Type,Get,Let,Et,Code[50],XB[50],IA,IAA[50],Indexg,Indexl,Indexe float Sum,A[50][50],B[50],C[50]
4
- 设计一个程序完成求1-100的累加和,结果送到SUM单元中
ex01_asm_ADD1-100
- 利用凌阳单片机中计算从从1到100进行累加,并把计算结果保存在[Sum]单元里
6-9
- 将存于DAT1开始的1个8字节BCD相加,结果放在SUM.考虑溢出.-will be stored in the DAT1 began an eight-byte BCD together, the results on SUM. Consider spills.
87361001DSO
- Abstract A new intelligent milometer base on a microcontroller can count the sum. By taking full use of the processor 89s51 and E² PROM (AT24C02) and sensor of magnetism, it can count the sum of fully distance and the course of development.
test3
- 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作 -1. Random input from the keyboard dozens of data, statistics on the number of negative and di
22
- 汇编程序源码,实现了输入n个数的相加,并输出总和-Assembler source, realized the sum of the number of input n and output the sum of
MUL32B
- 两个32位无符号整数的乘积的汇编程序 注意乘法的错位相加-Two 32-bit unsigned integer the product of the compilation process of dislocation multiplication sum attention
two
- 输入两个两位十进制数,就可以得到他们的和,实现两个十进制书相加-Enter two decimal number two, he will receive them and to realize the sum of two decimal book
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
sum
- 汇编程序的 1到100的求和 自然数的 很实用-sum 1to100 it is very useful
sum
- LC-3 program to calculate the sum of all the 8-bit 2’s complement values in a packed array of N elements. With N elements in the packed array, we require N/2 memory location. For this assignment, we will assume N is even. Your SUM will be stored in o
SUM
- read number from keyboard and sum
sum
- 各种求和程序,其中包含简单的1到100的for,do while,while;阶乘算法,各阶乘求和算法等-many sum ways
sum
- .org 3000 la r1, 9 counter for outer loop la r4, 36 initialize offset for saving area in memory lar r31, outerloop save target address for outerloop lar r30, innerloop save target address for innerloop outerloop: la r3, 0 initialize sum l
The-sum-of-polynomials
- 建立两个链表为稀疏多项式,将他们每项按项相加,最后将得到的链表打印出来。-The sum of polynomials