登录
首页 » 汇编语言 » 汇编语言的课件,经典的汇编课件,老师使用了10年。

汇编语言的课件,经典的汇编课件,老师使用了10年。

于 2022-11-29 发布 文件大小:1.06 MB
0 118
下载积分: 2 下载次数: 1

代码说明:

汇编语言的课件,经典的汇编课件,老师使用了10年。-PPT

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

发表评论


0 个回复

  • 学生成绩核算系统的设计与实现(25) 要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百...
    学生成绩核算系统的设计与实现(25) 要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。 (6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。-The student achievement calculation system s design with realizes (25) Request: (1) reads in the corresponding usual result, the midterm examination result and the terminal examinations result according to the class and grade according to the curriculum from the document. (2) three result are defined to the general appraisal result s percentage as the constant, occupies the overall result respectively 30 , 30 and 40 . (3) calculates each student s general appraisal result. (4) calculates this class and grade this curriculum the population mean result. (5) calculates the student population which is in superiorly, good, passes an examination, does not pass an examination as well as accounts for the total number of peop
    2022-05-25 02:22:21下载
    积分:1
  • 8051单片机的监控程序
    8051监控程序:-使用外部ram运行用户程序-使用EEPROM保存用户程序-提供单步去毛刺,可以读取内部寄存器和ram
    2022-08-22 01:20:44下载
    积分:1
  • LPC764 produced motorcycle with EFI system program source
    用LPC764制作的摩托车电喷系统程序源码-LPC764 produced motorcycle with EFI system program source
    2022-03-20 09:58:16下载
    积分:1
  • 这是用写的关于十进制表达式的程序!输入完表达式之后,按"="键结束输入!在我们检查的时候,老师说这个程序考虑的很周到,希望会对大家有用!...
    这是用汇编语言编写的关于十进制表达式的程序!输入完表达式之后,按"="键结束输入!在我们检查的时候,老师说这个程序考虑的很周到,希望会对大家有用!-This is written in assembly language on the procedure decimal expression! End the importation of expression, according to the "=" key input end! We check the time, the teacher said this procedure is very thoughtful consideration, we would hope that useful!
    2022-05-27 08:32:56下载
    积分:1
  • 在C中使用设计边框范例  .zip
    在C语言中使用汇编语言设计边框范例  .zip-in the C language used assembly language frame design paradigm. Zip
    2022-03-12 07:28:18下载
    积分:1
  • Windows Environment 32
    Windows环境下32位汇编语言程序设计(第2版),对学习汇编很有用-Windows Environment 32-bit assembly language programming (2nd edition), compilation of useful learning
    2023-03-25 19:25:03下载
    积分:1
  • 配合mp3硬件之源程序,用于zip播放机。里面较为详细的收录
    配合mp3硬件之源程序,用于zip播放机。里面较为详细的收录-Mp3 hardware with the source code for the zip player. Which included more detailed
    2022-07-23 08:29:06下载
    积分:1
  • 贪食蛇代码,6502内核环境下开发,调用时去掉一些头文件,在环境里定义ram的起始地址就可以译...
    贪食蛇汇编代码,6502内核环境下开发,调用时去掉一些头文件,在环境里定义ram的起始地址就可以编译-贪食蛇assembly code, 6502 kernel development environment, called to remove a number of header files, in the definition of environment ram start address can be compiled
    2022-08-10 09:28:39下载
    积分:1
  • This is the snake game... It s better to set the "step delay" to "0" before runn...
    This the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit. -This is the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit.
    2022-12-02 14:35:03下载
    积分:1
  • 工作环境为: 按键采用中断方式 IIC总线接通 P0口上拉 LS244使能 接通数码管 K0:确定键,用来确定调节好的时钟或者闹钟...
    工作环境为: 按键采用中断方式 IIC总线接通 P0口上拉 LS244使能 接通数码管 K0:确定键,用来确定调节好的时钟或者闹钟 K1:时钟调节键,用来选择时钟调节的位置 K2:调节键,用来使选中的数字发生改变 K3:闹钟调节键,用来选择闹钟调节的位置 接通电源后可能需要按一次K4(复位键),时钟才会开始走动,此时是一个默认的时间,使用K1来选择需要更改的数字的位置,然后按K2调节,所有的数字都调节好后按K0确定,则时钟会按照新调节好的数据开始走动。 闹钟默认为晨7点,可以通过K3+K2+K0来调节,调节方法同时钟调节。 这是一个比较完善的时钟程序,当然还可以增加许多功能,例如增加闹钟的时间段,或者使到时间后某个输出有效等等,请大家多琢磨,希望看到各位写出的程序比我的这个好。 这个试验主要是学习PCF8563的使用,但也综合了IIC总线读写、中断方式按键处理、数码管数字显示、数码管动态刷新以及内部软件定时等方面,因此是一个综合性比较强的试验。
    2022-06-29 23:08:31下载
    积分:1
  • 696518资源总数
  • 105102会员总数
  • 21今日下载