文件名称:asm
介绍说明--下载内容均来自于网络,请自行研究使用
Project Descr iption
A. Write an IA-32 assembly language program that will conduct the following task.
1) Read from the key board a series of pairs of a name and a score associated with all the students in a class. A name consists of alphabets of 8 characters at most. A score is a whole number ranging between 0 and 100. The end of the input sequence is indicated by an empty name with a score of -1. You may assume that the number of data entry will never exceed 100.
2) List the students’ data (name and score pairs) arranged according to the score in a descending order. At the bottom of the list, show the mean and standard deviation of the data.
A. Write an IA-32 assembly language program that will conduct the following task.
1) Read from the key board a series of pairs of a name and a score associated with all the students in a class. A name consists of alphabets of 8 characters at most. A score is a whole number ranging between 0 and 100. The end of the input sequence is indicated by an empty name with a score of -1. You may assume that the number of data entry will never exceed 100.
2) List the students’ data (name and score pairs) arranged according to the score in a descending order. At the bottom of the list, show the mean and standard deviation of the data.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
4170666_source10.asm
TProj1.doc
TProj1.doc