文件名称:compiler_homework
介绍说明--下载内容均来自于网络,请自行研究使用
我大一时候的作业,实现了以下功能:
用16位8086汇编语言编写下列程序之一:
a) 两矩阵相加
b) 求Fibonacci数列
c) 输入一个正整数n, 输出1-n之间的所有素数
d) 矩阵相乘
e) 把一个十进制小数转换成IEEE754格式并输出的程序,
要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the following features:
8086 with 16-bit programs written in assembly language one of the following:
a) sum of two matrices
b) seek Fibonacci series
c) Enter a positive integer n, output 1-n for all prime numbers between
d) matrix multiplication
e) to convert a decimal IEEE754 format and output program
Requests from the keyboard to enter a decimal, the final output in IEEE754 format on the screen binary code sequence.
用16位8086汇编语言编写下列程序之一:
a) 两矩阵相加
b) 求Fibonacci数列
c) 输入一个正整数n, 输出1-n之间的所有素数
d) 矩阵相乘
e) 把一个十进制小数转换成IEEE754格式并输出的程序,
要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the following features:
8086 with 16-bit programs written in assembly language one of the following:
a) sum of two matrices
b) seek Fibonacci series
c) Enter a positive integer n, output 1-n for all prime numbers between
d) matrix multiplication
e) to convert a decimal IEEE754 format and output program
Requests from the keyboard to enter a decimal, the final output in IEEE754 format on the screen binary code sequence.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
compiler_homework\readme.txt
.................\把一个十进制小数转换成IEEE754格式\convert.asm
.................\.................................\CONVERT.EXE
.................\.................................\convert.obj
.................\.................................\convert的说明文档.txt
.................\斐波那契\fbnqi.asm
.................\........\FBNQI.EXE
.................\........\fbnqi.obj
.................\........\斐波那契说明文档.txt
.................\求素数\prime.asm
.................\......\PRIME.EXE
.................\......\prime.obj
.................\......\prime素数说明文档.txt
.................\矩阵相乘\MUL.ASM
.................\........\MUL.EXE
.................\........\mul.obj
.................\........\MUL的说明文档.txt
.................\把一个十进制小数转换成IEEE754格式
.................\斐波那契
.................\求素数
.................\矩阵相乘
compiler_homework
.................\把一个十进制小数转换成IEEE754格式\convert.asm
.................\.................................\CONVERT.EXE
.................\.................................\convert.obj
.................\.................................\convert的说明文档.txt
.................\斐波那契\fbnqi.asm
.................\........\FBNQI.EXE
.................\........\fbnqi.obj
.................\........\斐波那契说明文档.txt
.................\求素数\prime.asm
.................\......\PRIME.EXE
.................\......\prime.obj
.................\......\prime素数说明文档.txt
.................\矩阵相乘\MUL.ASM
.................\........\MUL.EXE
.................\........\mul.obj
.................\........\MUL的说明文档.txt
.................\把一个十进制小数转换成IEEE754格式
.................\斐波那契
.................\求素数
.................\矩阵相乘
compiler_homework