登录
首页 » 汇编语言 » 编写程序,程序运行时使PC机成为一架可弹奏的“钢琴”。当按下数字键1~8,依次发出1,2,3,4,5,6,7,I八个音调。按CTRL+C则退出“钢琴”状态。...

编写程序,程序运行时使PC机成为一架可弹奏的“钢琴”。当按下数字键1~8,依次发出1,2,3,4,5,6,7,I八个音调。按CTRL+C则退出“钢琴”状态。...

于 2022-03-23 发布 文件大小:635.00 B
0 175
下载积分: 2 下载次数: 1

代码说明:

编写程序,程序运行时使PC机成为一架可弹奏的“钢琴”。当按下数字键1~8,依次发出1,2,3,4,5,6,7,I八个音调。按CTRL+C则退出“钢琴”状态。-Write a program, the program is running to make PC-1 may play into the " piano." When pressing the number keys 1 to 8, followed by issue of 1,2,3,4,5,6,7, I eight tones. Press CTRL+ C has withdrawn from the " Piano" state.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
    DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
    2023-06-25 06:50:03下载
    积分:1
  • 一个ASM的VXD例子
    一个ASM编的VXD例子-a series of examples VXD
    2022-01-22 05:25:21下载
    积分:1
  • 很好的键盘驱动代码
    很好的键盘驱动代码-good keyboard code
    2023-08-30 20:50:04下载
    积分:1
  • 子程序 大学课程设计需求者的最爱
    汇编子程序 大学课程设计需求者的最爱-compilation subroutine university curriculum design needs a favorite
    2023-04-11 00:55:03下载
    积分:1
  • This paper stresses the C language devil language interpretation systems, the de...
    本文主要讲了C语言编写魔王语言解释系统,把魔王抽象的语言通过进队出队按照规则α 转换为 β1β2…βm 和θδ1δ2…δn 转换为 θδnθδn-1… θδ1θ 进行解释,最后解释译成我们能够看懂得语言。同时也讲述了在编写调试程序中一些需注意的问题,如调试程序的步骤。通过队的应用(出队入队)以及其他相关知识完成了这次课程设计。-This paper stresses the C language devil language interpretation systems, the devil of abstract language into the team through the Team in accordance with the rules is converted to α β1β2 ... βm and θδ1δ2 ... δn convert θδnθδn-1 ... θδ1θ explanation, and finally explained to us to look to understand the language. Also described in the preparation of commissioning procedures should pay attention to some issues, such as the debugger steps. Through the application of force (a team into the team), and other relevant knowledge to complete the curriculum design.
    2022-10-15 03:55:04下载
    积分:1
  • Info compilation manual .. is a practical tool for beginners ...
    汇编速查手册..是初学者的实用工具-Info compilation manual .. is a practical tool for beginners ...
    2023-08-13 03:00:03下载
    积分:1
  • 从键盘输入两个数字(0~7)之间 (1)用16进制表示两个数的和 (2)用四位二进制表示两个数的差,结果一定>=0 (3)用两位十进制表示两个数的积 ex...
    从键盘输入两个数字(0~7)之间 (1)用16进制表示两个数的和 (2)用四位二进制表示两个数的差,结果一定>=0 (3)用两位十进制表示两个数的积 exemple:-keyboard input from the two figures (0 to 7) between (a) a 16-band, said the number two and (2) with four two binary said the number of poor, the results would certainly gt; = 0 (3) with two decimal number two said the plot example :
    2022-11-07 13:35:03下载
    积分:1
  • Windows环境下32位程序设计配套书源码第9章
    Windows环境下32位汇编语言程序设计配套书源码第9章-Windows Environment 32-bit assembly language programming package source book Chapter 9
    2022-07-08 03:30:18下载
    积分:1
  • 介绍tc35i与单片机通信的程方法。
    介绍tc35i与单片机通信的汇编语言编程方法。-TC35i introduce single-chip communications and assembly language programming.
    2022-03-15 23:27:50下载
    积分:1
  • 另一个打字测试游戏更好MASM6.0
    汇编语言的另一个打字游戏 比较好 测试通过masm6.0-Assembly language of another typing test game better masm6.0
    2022-08-16 01:33:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载