登录
首页 » 汇编语言 » 由8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单片机汇编语言、do

由8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单片机汇编语言、do

于 2023-03-23 发布 文件大小:319.96 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

由8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是汇编语言的知识宝库!-Compiled by the 8051/8096/8099/8048 SCM tools, assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 microcontroller assembly language, dos not open secret, windows process control, graphics programming, innovative development of 32-bit sound, video examples, etc. many elements, rich in content, is definitely assembly language of knowledge!

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

发表评论

0 个回复

  • 任意图形的相交,相切,进行计算机的图形处理程序。
    任意图形的相交,相切,进行计算机的图形处理程序。-Arbitrary graphics intersection, tangent, computer graphics processing.
    2022-01-25 17:57:03下载
    积分:1
  • 实现25+9=34
    应用背景 1.进一步学习汇编语言源程序的编辑,编译,目标文件的链结和可执行文件的执行全过程 2.进一步学习文本的编辑软件,TASM,TLINK和TD的使用方法 3.学习掌握汇编语言的语法规则,练习汇编语言的语法错误查找和排除。 4.通过编制汇编程序,学习分支循环程序的编程方法 关键技术 通过比较法完成8位二进制数转换成十进制数送屏幕显示功能的汇编语言源程序,但有很多语法错误。要求实验者按照原样对源程序进行编辑,汇编后,根据TASM给出的错误信息对源程序进行修改,直到没有语法错误为止。然后进行链接,并执行相应的可执行文件。正确的执行结果是在屏幕上显示:25+9=34。
    2022-01-22 02:21:57下载
    积分:1
  • 网上水果店(JSP)
    网上水果店(JSP)
    2022-10-23 18:50:03下载
    积分:1
  • 特点: 1. 双轴倾角传感器 2. 测量范围0.5g(±30 度)或者1g(±90 度) 3. 单极5V 供电,比例电压输出 4. 高分辨率双轴
    特点: 1. 双轴倾角传感器 2. 测量范围0.5g(±30 度)或者1g(±90 度) 3. 单极5V 供电,比例电压输出 4. 高分辨率双轴倾角传感器 5. 数字SPI 或模拟输出 6. 内置温度传感器 7. 长期稳定性非常好 8.高分辨率,低噪声,工作温度范围宽 优势: 长期稳定性好,温度特性优良 抗冲击能力强 应用: 双轴平台调平 倾斜测量 垂直方向的各种角度的测量-Features: 1. Biaxial inclination sensor 2. Measuring range of 0.5g (± 30 degrees) or 1g (± 90 degrees) 3. Unipolar 5V power supply, the ratio of voltage output 4. High-resolution dual-axis inclination sensor 5. SPI digital or analog output 6. Built-in temperature sensor 7. 8 very good long-term stability. High-resolution, low noise, wide operating temperature range of advantages: long-term stability, excellent temperature characteristics of the application of anti-shock capability: dual-axis tilt platform leveling vertical measurement range of the angle measurement
    2023-01-03 08:30:03下载
    积分:1
  • PIC单片机解码EV1527实例
    资源描述EV1527解码程序:单片机PIC16F630,内部4MHz,EV1527发射频率433MHz,振荡电阻270K,遥控器供电电压DC12V,周期为1.2ms。 在上电3S钟内按开机键,程序学习遥控器识别码,1次只能学习一个遥控器;按关机键程序将擦除所有遥控器识别码。 本程序最多可以学习42个遥控器,当遥控器个数满42个后第43个将会覆盖第1个。
    2023-03-15 05:50:03下载
    积分:1
  • 这个源
    This the source-code of a 64k-intro. Run it through tasm and tlink, and it will work (the makefile will also work). ----------------------------------------------------------------------- -This is the source-code of a 64k-intro. Run it through tasm and tlink, and it will work (the makefile will also work). ----------------------------------------------------------------------- -----------------------------------------------------------------------
    2022-03-29 20:12:24下载
    积分:1
  • Do STC89C52 learning remote control, infrared remote control can keep eight of i...
    STC89C52做的学习型遥控器,可存八个红外遥控信息,只要再把按键用定时器中断2完成就可以用于商业生产了-Do STC89C52 learning remote control, infrared remote control can keep eight of information, as long as the button and then use Timer 2 interrupt can be completed for commercial production of the
    2022-02-09 12:04:42下载
    积分:1
  • 确定结构的DFA句子识别程序的基础上,识别…
    一个根据所构造的确定有穷自动机进行识别句子的程序,识别由0,1所构成的字符串,并且该字符串不能含有两个连续的0.运行效果良好,是个值得参考的程序.-a basis to determine the structure DFA sentence identification procedures, identification by 0. consisting of a string, and the string can contain two consecutive 0. running well, is a worthy reference procedures.
    2022-06-21 10:19:47下载
    积分:1
  • 一个用写的计算器程序
    一个用汇编语言编写的计算器程序-an assembler language calculator program
    2023-07-02 21:05:03下载
    积分:1
  • a simple service under linux
    一个简单的linux下的服务端,有什么问题请多指教!-a simple service under linux-and what problems it should improve!
    2023-01-22 01:20:03下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载