-
这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询,
“E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,...
这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询,
“E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,"p"表示打印.
本程序实现了:
(1)单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单
点别的功能键。如运行"cjgl"文件后,在出现的主界面中点“I”,可插入数据,插入完
以后,关闭;在出现的主界面中点“M”,可修改数据,修改完以后关闭,用同样的方法
可运行其它的功能。
(2)连续运行部分的功能。
应将文件"score.txt"放在相应的路径下.如在本程序中,需将该文件放在"c:masmscore.txt"下.
注:该文件的路径可从汇编源文件的"fname db "c:masmscore.txt"""中查找.-masm
- 2022-08-13 20:43:04下载
- 积分:1
-
题目实现DOS中的COPY命令。可首先打开源文件和目的文件,其次顺序读取源文件每个字节赋给目的文件对应位置,源文件读完时,目的文件也自然拷贝成功。...
题目实现DOS中的COPY命令。可首先打开源文件和目的文件,其次顺序读取源文件每个字节赋给目的文件对应位置,源文件读完时,目的文件也自然拷贝成功。-Title achieve the DOS in the COPY command. Be the first to open the source file and destination file, followed by sequential reads the source file is assigned to the purpose of the file corresponds to each byte location, the source file read, the purpose of copying documents the success of the natural.
- 2023-07-11 05:20:03下载
- 积分:1
-
16F877单片机与PC机通讯的源程序,老外的,别错过.
16F877单片机与PC机通讯的源程序,老外的,别错过.-16F877 microcontroller and PC communication source, the generals, and others.
- 2023-04-07 23:45:04下载
- 积分:1
-
许多专家推荐汇编语言编程指南书!!非
诸多高手推荐的汇编语言编程指导书!!非“汇编语言编程艺术”-Many experts recommend the assembly language programming guide book! ! Non-
- 2022-02-01 12:41:35下载
- 积分:1
-
汇编语言的课件,经典的汇编课件,老师使用了10年。
汇编语言的课件,经典的汇编课件,老师使用了10年。-PPT
- 2022-11-29 04:45:04下载
- 积分:1
-
CSTN with IC NT7528
CSTN用IC NT7528-OTC 程序参考!-CSTN with IC NT7528-OTC procedures reference!
- 2022-07-21 20:44:48下载
- 积分:1
-
一个I/O实现的8个数码管动态显示程序 内有详细算法说明
一个I/O实现的8个数码管动态显示程序 内有详细算法说明-An I/O to achieve the 8 digital tube dynamic display procedures have detailed algorithm description
- 2022-02-15 09:33:45下载
- 积分:1
-
write flash code
write flash code
- 2022-12-21 12:35:04下载
- 积分:1
-
单片机的入门小程序,用它来来扫描键盘,并根据不同的按键方式,显示不同流水灯...
单片机的入门小程序,用它来来扫描键盘,并根据不同的按键方式,显示不同流水灯-Procedures for the entry of small single-chip, to use it to scan the keyboard and buttons according to different methods show different water lights
- 2022-07-04 14:50:41下载
- 积分:1
-
Dining philosophers problem is presented and solved Dijkatra typical synchroniza...
哲学家就餐问题是由Dijkatra提出并解决的典型同步问题。该问题描述的是有五个哲学家共用一张圆桌,分别坐在周围的五张椅子上,圆桌上有五个碗和五只筷子,他们的生活方式是交替的进行思考和就餐。平时,一个哲学家进行思考,饥饿时便试图取用其左右最靠近他的筷子,只有在他拿到两只筷子时才能进餐。进餐完,放下筷子继续思考。-Dining philosophers problem is presented and solved Dijkatra typical synchronization problems. Description of the problem is that there are five philosophers share a round-table were sitting around the five chair, round table has five bowl and five chopsticks, their way of life is the turn of thinking and eating. Normally, a philosopher to think, hunger when trying to access their nearest him about the chopsticks, only if he can get two chopsticks when eating. End meals, to lay down their chopsticks to continue thinking.
- 2023-06-13 12:15:03下载
- 积分:1