文件名称:AA
介绍说明--下载内容均来自于网络,请自行研究使用
统计、求和与*排序
[目的] 熟悉循环和子程序调用的编程方法
[设计要求]
1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来;
2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来;
3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。
4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。
-Statistics, Sum* Sort [purpose] loop and subroutine calls are familiar with programming [design] 1. Random input from the keyboard dozens of data, statistics on the number of negative and displayed on the screen 2. Find that the sum of ten numbers, into the data segment SUM unit and displayed on the screen 3.* These numbers will be small to large order, ORDER led into the site storage area, and displayed on the screen. 4.** Compile a jump table, keys 1,2,3, respectively, perform the three operations.
[目的] 熟悉循环和子程序调用的编程方法
[设计要求]
1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来;
2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来;
3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。
4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。
-Statistics, Sum* Sort [purpose] loop and subroutine calls are familiar with programming [design] 1. Random input from the keyboard dozens of data, statistics on the number of negative and displayed on the screen 2. Find that the sum of ten numbers, into the data segment SUM unit and displayed on the screen 3.* These numbers will be small to large order, ORDER led into the site storage area, and displayed on the screen. 4.** Compile a jump table, keys 1,2,3, respectively, perform the three operations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AA.asm