-
要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分;
程序可接受输入人名及相应的电话号码,并把它们加入电话号码...
要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分;
程序可接受输入人名及相应的电话号码,并把它们加入电话号码表中;
凡有新的输入后,程序应按人名对电话号码表重新排序;
程序可接受需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕上以如下格式显示出来。
-Require the establishment of a process to deposit the telephone number of the table 50, each including the name (20 characters) and telephone number (8 characters) in two parts program acceptable to enter the names and corresponding telephone numbers and telephone numbers to join them in the table where a new input, the program should list the names of the telephone number to re-sort procedures acceptable to the need to find phone numbers names, phone numbers from their telephone numbers found in the table, and then on the screen in the following format displayed.
- 2023-06-23 10:25:03下载
- 积分:1
-
进制转换,将数字以任意进制(2,8,10,16)输入,选择另一个进制(2,8,10,16)输出。...
进制转换,将数字以任意进制(2,8,10,16)输入,选择另一个进制(2,8,10,16)输出。-Hexadecimal conversion, digital to arbitrary M-ary (2,8,10,16) input, select another band (2,8,10,16) output.
- 2023-06-23 03:25:02下载
- 积分:1
-
汇编写的非压缩BCD码减法。实现两个非压缩BCD码在机器语言中的减法。但未实现输入...
汇编写的非压缩BCD码减法。实现两个非压缩BCD码在机器语言中的减法。但未实现输入-compilation write uncompressed BCD subtraction. Achieving two non-compressed BCD in the machine language of subtraction. But to achieve the importation
- 2022-04-06 16:28:54下载
- 积分:1
-
高手所写模拟WINDOWS界面的汇编源码,实属经典
高手所写模拟WINDOWS界面的汇编源码,实属经典-master simulated Windows interface written compilation of source code, it is classic
- 2022-02-12 19:17:06下载
- 积分:1
-
实现高
实现高级电子琴的程序,并实现若干扩展功能。
基本功能:用8257键盘输入对应的七个音阶,通过实验箱的喇叭发出声音,并通过七段数码管显示输入音阶;
扩展功能:1、录音:记录所弹奏曲目
2、放录音:任意时刻重放最新记录曲目
3、在程序中可预设一曲目,按一键实现播放该曲目。
4、在播放录制曲目或预设曲目时,按8279键盘上任意键可以暂停播放,再按一次从暂停处继续播放。
5、程序运行时有友好的用户介面
-Realize high-level organ of the process and realize a number of extensions. Basic functions: keyboard 8257 corresponds with the seven scale, through experimental sound speaker boxes, and through Seven-Segment LED display input scale the expansion of functions: one, sound recording: Record the playing pieces 2, released recordings: any time replay music 3-to-date records, in the proceedings may be the default one track, according to realize one key to play the tracks. 4, recording tracks in the player or the default program, press any key on the keyboard 8279 can pause playback, press once again to continue from the suspended players. 5, is running friendly user interface
- 2023-05-29 06:35:03下载
- 积分:1
-
汇编学习课件,PPtde ,讲得比较详细,没有基础的同学也可以学!...
汇编学习课件,PPtde ,讲得比较详细,没有基础的同学也可以学!-assembly language
- 2022-03-21 00:33:45下载
- 积分:1
-
ASM编程速查表, 包括ASCII码字符集, 数据类型, ASM语法速查
ASM编程速查表, 包括ASCII码字符集, 数据类型, ASM语法速查-Suchabiao ASM programming, including ASCII character sets, data types, ASM Grammar Check
- 2022-02-21 20:34:35下载
- 积分:1
-
这是一个学生成绩管理系统,其中“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
-
DS1302 driver, C51 series, and finally by the Proteus simulation can show the se...
DS1302的驱动程序,C51编的,最后由proteus仿真的,可以显示设定时间,程序中的延时函数是由汇编语言实现,也就是说这程序是C和汇编混编的。-DS1302 driver, C51 series, and finally by the Proteus simulation can show the set time delay proceedings by the assembly language function is to achieve, that is to say that the procedure is of mixed C and assembler.
- 2022-04-29 01:34:26下载
- 积分:1
-
mpc563 串行通讯程序和串行外围设备通讯程序代码
mpc563 串行通讯程序和串行外围设备通讯程序代码-mpc563 program code
- 2022-01-26 05:45:37下载
- 积分:1