登录
首页 » 汇编语言 » 学生选课系统,自己毕业设计时做的,往大家指点!

学生选课系统,自己毕业设计时做的,往大家指点!

于 2023-03-11 发布 文件大小:258.30 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

学生选课系统,自己毕业设计时做的,往大家指点!-students, their graduation design done, to instruct you!

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

发表评论

0 个回复

  • 本程序实现用比较器模块输出方波。 入口参数:正脉冲宽度在SOUH:SOU中,负脉冲宽度在RLTH:RLT中。 出口参数:正脉冲宽度为(SOUH:SOU)...
    本程序实现用比较器模块输出方波。 入口参数:正脉冲宽度在SOUH:SOU中,负脉冲宽度在RLTH:RLT中。 出口参数:正脉冲宽度为(SOUH:SOU)*4TOSC,负脉冲宽度为(RLTH:RLT)*4TOSC。 -This procedure used to achieve square-wave output compare module. Entrance parameters: pulse width is in SOUH: SOU, the negative pulse width in RLTH: RLT in. Export parameters: positive pulse width (SOUH: SOU)* 4TOSC, negative pulse width (RLTH: RLT)* 4TOSC.
    2022-08-13 01:19:16下载
    积分:1
  • 外国人写的dds控制源代码。有兴趣的朋友可以看看!
    外国人写的dds控制源代码。有兴趣的朋友可以看看!-Written by foreigners dds source code control. Interested friends can see!
    2022-05-22 14:09:18下载
    积分:1
  • Written in assembly code using random number generation algorithm: program mainl...
    用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generation algorithm: program mainly by the eight parts. The main program main from the keyboard input 10 the number of decimal subroutine redigital generate random numbers, and output the results of the assessment of the subroutine random random assessment of a random number of random subroutine evaluAnum with the Monte Carlo Method to Evaluate the random of calpi will be hundreds of subroutines hexadecimal output printtohex will be hundreds of subroutines with the decimal print out printaxd the subroutine output carriage return line feed printrn.
    2022-08-13 21:17:06下载
    积分:1
  • USB slave fifo固件程序
    USB  slave fifo固件程序
    2022-07-22 21:36:43下载
    积分:1
  • 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
  • crout 比较经典 很好的一个方法 大家可以试一试
    crout 比较经典 很好的一个方法 大家可以试一试-crout
    2022-01-25 14:29:09下载
    积分:1
  • keil c51教程 keil c51教程
    keil c51教程 keil c51教程-keil c51keil c51keil c51keil c51
    2023-08-06 10:15:04下载
    积分:1
  • This is a countdown device, a little flaw, the need to improve, because I am a b...
    这是一个倒计时器,有点缺陷,需要改进,因为我是一个初学者-This is a countdown device, a little flaw, the need to improve, because I am a beginner
    2022-09-26 21:30:03下载
    积分:1
  • 本程序是通过利用文件240X.ASM中的子程序对EEPROM240X进行多字节读写的操作...
    本程序是通过利用文件240X.ASM中的子程序对EEPROM240X进行多字节读写的操作-This procedure is through the use of the subroutine file 240X.ASM of EEPROM240X multi-byte read and write operation
    2022-01-25 23:10:19下载
    积分:1
  • 8*8 LED 点阵屏幕显示全屏下滚2次及上滚2次,从左到右,从右到左各收缩1次.从中间扩展到四角,从四角收缩到中心,然后再显示:"祖国您好 合肥市 邦森公司...
    8*8 LED 点阵屏幕显示全屏下滚2次及上滚2次,从左到右,从右到左各收缩1次.从中间扩展到四角,从四角收缩到中心,然后再显示:"祖国您好 合肥市 邦森公司 国庆" 作为LED点阵练习,简单易懂.-8* 8 LED dot-matrix display full-screen under the roll-on roll 2 times and 2 times, from left to right, from right to left each contraction 1. From the middle extended to the four corners, from the contraction to the center square, and then displays: " Fatherland Hello, Hefei, Bunsen" s National Day" as a LED dot matrix exercise, easy to understand.
    2022-02-15 06:35:04下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载