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

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

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

代码说明:

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

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

发表评论

0 个回复

  • 电动车从起跑线出发(车体不得超过起跑线),沿引导线到达B点。在“直道区”铺设的白纸下沿引导线埋有1~3块宽度为15cm、长度不等的薄铁片。电动车检测到薄铁片时需...
    电动车从起跑线出发(车体不得超过起跑线),沿引导线到达B点。在“直道区”铺设的白纸下沿引导线埋有1~3块宽度为15cm、长度不等的薄铁片。电动车检测到薄铁片时需立即发出声光指示信息,并实时存储、显示在“直道区”检测到的薄铁片数目。 (2)电动车到达B点以后进入“弯道区”,沿圆弧引导线到达C点(也可脱离圆弧引导线到达C点)。C点下埋有边长为15cm的正方形薄铁片,要求电动车到达C点检测到薄铁片后在C点处停车5秒,停车期间发出断续的声光信息。 (3)电动车在光源的引导下,通过障碍区进入停车区并到达车库。电动车必须在两个障碍物之间通过且不得与其接触。 (4)电动车完成上述任务后应立即停车,但全程行驶时间不能大于90秒,行驶时间达到90秒时必须立即自动停车。 -err
    2022-06-15 21:39:27下载
    积分:1
  • Serial debugger
    串口调试程序很划算哦的 杜可风上的饭-Serial debugger
    2022-02-11 19:11:26下载
    积分:1
  • High to low dividend deposited in TEMP_STR
    被除数由高到低存于TEMP_STR-->TEMP_STR+4中,除数存于TEMP_STR+10-->TEMP_STR+14中, 运算后商存于TEMP_STR-->TEMP_STR+4中,余数存于TEMP_STR+5-->TEMP_STR+9中 高字节在前 方法:移位相除 10位BCD码除法 XUE:20080729-High to low dividend deposited in TEMP_STR-> TEMP_STR+ 4, the divisor stored in TEMP_STR+ 10-> TEMP_STR+ 14, the operations are kept in after TEMP_STR-> TEMP_STR+ 4, the remainder stored in TEMP_STR+ 5-> TEMP_STR+ 9 in the high byte of the former method: shift 10 BCD division code division XUE: 20080729
    2022-07-08 14:31:21下载
    积分:1
  • 1,消除按键的抖动问题 因为按键在闭合或断开过程中出现一段抖动期,主要由于按键的不稳定性引起的,这时会呈现一串页脉冲,时间的长短和开关的机械特性有关。一般在5m...
    1,消除按键的抖动问题 因为按键在闭合或断开过程中出现一段抖动期,主要由于按键的不稳定性引起的,这时会呈现一串页脉冲,时间的长短和开关的机械特性有关。一般在5ms~10ms之间。为保证CPU对键的一次闭合作一次处理,必须去抖动。在键的稳定闭合或断开时读键的状态。 2,据EICE51原理图编写并调试一个键输入子程序,其功能为判断键盘上有无键输入,若有键入,作去抖动处理后,计算输入键的键号送累加器A。-eliminate jitter button issues as keys or disconnect the closure process for some jitter period, mainly due to the instability of the keys to the cause, then it will result in a bunch of pages pulse, the duration and switches on the mechanical properties. General ~ 10ms between 5ms. To ensure that the CPU in a pair of keys a close cooperation, must go jitter. The key to the stability closed or disconnected when reading the key state. 2, EICE51 schematics prepared and debug a key input subroutine, and its function of determining whether keys on the keyboard input, if typing for to handle jitter, the admission of Bond, Bond sent accumulator A.
    2022-05-06 22:58:19下载
    积分:1
  • 控制LED慢慢变亮和慢慢变暗的一个程序.初学者可以多分析一下,从而能学到一些程方法和思路...
    控制LED慢慢变亮和慢慢变暗的一个汇编程序.初学者可以多分析一下,从而能学到一些编程方法和思路-control LED change slowly and gradually darken-a compilation of the procedure. Beginners can analyze, It will be able to learn some programming methods and ideas
    2022-07-21 23:35:03下载
    积分:1
  • PHILIPS ARM IAP程序,用于远程更新
    PHILIPS ARM IAP程序,用于远程更新-PHILIPS ARM IAP procedures for remote update
    2022-01-27 16:15:13下载
    积分:1
  • Multisim的瑞利杂波模型
    锐利分布的杂波的生成 运用于杂波模拟当中-rayli model clutter mulitisim
    2022-01-24 09:14:57下载
    积分:1
  • 用递归的方法写函数求Fibonacci级数的源程序
    用递归的方法编写函数求Fibonacci级数的源程序-using recursive function method for the preparation of the source Fibonacci Series
    2022-06-30 12:34:47下载
    积分:1
  • 是金桑子的平衡功放,很详细的电路图
    是金桑子的平衡功放,很详细的电路图-Is part of the balance Kuwako amplifier, it is a detailed circuit diagram
    2022-03-24 06:28:15下载
    积分:1
  • 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图...
    目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target tracking; Use block matching methods for estimating the target region in the next frame image position; Until this process cycle from the goal frame images disappear. Technology : avi video streaming reading frame; Image frame storage formats; RGB images of gray; Gray image smoothing filter; Block motion estimation algorithm implementation; MFC showed images frame; MFC on the use of the mouse.
    2022-03-18 00:44:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载