登录
首页 » 汇编语言 » masm611.zip good use assembler ah

masm611.zip good use assembler ah

于 2022-09-10 发布 文件大小:4.65 MB
0 68
下载积分: 2 下载次数: 1

代码说明:

masm611.zip 很好用的汇编程序呀-masm611.zip good use assembler ah

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

发表评论

0 个回复

  • AT89C5X,看门狗程序,可以防止程序进入死循环.
    AT89C5X,看门狗程序,可以防止程序进入死循环.-AT89C5X, watchdog procedure can prevent the procedure to enter the infinite loop.
    2022-09-03 03:25:02下载
    积分:1
  • ST套件上0
    ST套件上0-99秒计时,比较准的!(由网友wonderfulsf提供) ST套件上0-99秒计时,比较准的! 这是我学习PIC完成的第一个程序烧在了ST套件上不错,0-99秒计时 如果用MPLAB模拟,用stopwach计时非常准 ST套件上0-99秒表程序,根据原0-99键控程序上改写的,初学练习-ST package on time 0-99 seconds, more accurate! (Wonderfulsf provided by users) ST package on time 0-99 seconds, more accurate! This is my PIC study completed the first procedure to burn in the ST package on good ,0-99 seconds time if MPLAB simulation, with very stopwach time on quasi-ST Suite 0-99 stopwatch program, according to the original 0-99 keying procedures on rewriting, and learning exercises
    2022-06-17 06:07:24下载
    积分:1
  • 进一步实现了VC++实现计算器功能,分为普通型和科学型
    进一步实现了VC++实现计算器功能,分为普通型和科学型-Further realization of the VC++ to achieve calculator functions are divided into common type and science-based
    2023-03-13 01:30:04下载
    积分:1
  • 程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1...
    汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试. -Assembler to achieve: program features: Using depth-first search method to solve the eight queens problem and print the results. Out a few lines with 1-8 marks, respectively. Therefore, the position applied for 8 Queens 9 debugging feeling: it is troublesome to debug compilation , unlike C, plus a printf in any place can be known what is wrong. jumping around, and I do not know where the infinite loop, and it is not good debugging.
    2022-07-23 13:48:34下载
    积分:1
  • 写的了一个定时计数器的程序,已经通过,实现良好...
    用汇编语言写的了一个定时计数器的程序,已经通过,实现良好-Written in assembly language with a regular counter procedures, have been adopted to achieve good
    2023-05-08 04:15:02下载
    积分:1
  • On the compilation of 100 examples to facilitate the compilation of beginners, t...
    关于汇编的一百个例子,方便汇编初学者,程序已可以通过-On the compilation of 100 examples to facilitate the compilation of beginners, the program has been through
    2023-02-21 01:05:03下载
    积分:1
  • 这是c++种比较实用的优先级的选择问题,主要为了资料的查阅方便...
    这是c++种比较实用的优先级的选择问题,主要为了资料的查阅方便-c++batter choice
    2022-09-27 21:00:03下载
    积分:1
  • 这是我个人的写作,p80_7款PC
    这是我个人写的,P807段在PC上
    2022-02-16 00:23:32下载
    积分:1
  • 设计一种自动洗衣机的程序控制器,在启动后先进水,等到达高水位后,启动洗衣马达转动4min,如在洗衣过程中发现水位低于高水位,则停止洗衣马达转动并报警,并在水位到...
    设计一种自动洗衣机的程序控制器,在启动后先进水,等到达高水位后,启动洗衣马达转动4min,如在洗衣过程中发现水位低于高水位,则停止洗衣马达转动并报警,并在水位到达高水位后再次启动马达。洗衣结束后则启动排水开关,待水位到达低水位后,则启动脱水马达,转动2min。如此重复三次,要求在每一动作之间有2s的间隔。 高水位,低水位为水位传感器,用两个开关模拟,当水位高于高水位或低于低水位时,两个开关的状态分别为0 。启动开关用一个开关表示。进水、排水、洗衣马达、脱水马达及报警分别用一个发光二极管表示。本实验只需用可编程并行接口电路的A口。其硬件接口如下图所示。也可采用可编程逻辑器件进行设计。 -Design of an automatic washing process controller, after commencement of advanced water, and so on to reach the high water mark, start laundry motor rotation 4min, such as in laundry water level lower than that found during the high water mark, then the motor stops rotating laundry and alarm, and the the water level reaches the high water mark again to start the motor. Laundry is started after the end of the drainage switch, when the water level reaches the low water level, then start the dehydration motors, rotating 2min. Repeat three times, each action requires the interval between the 2s. High water, low water level as water level sensors, with two analog switches, when the water
    2023-04-30 10:55:03下载
    积分:1
  • random.zip 随机数产生器的源代码 cmdsrc.zip 一个文本辑器的源代码 ourvxd.zip 一个用VxD的简单例子 foxpr...
    random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text editor ourvxd.zip compilation of source code used to compile a series of simple example VxD a foxprn.zip use Fox assembler language interface program print graphics procedures amis.zip in the compilation process TSRs flexibility in the use of the library
    2023-04-01 18:00:04下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载