-
DS1302 integrity C procedures used in the four eight
DS1302的完整C程序,用到了四位八段数码管显示,同时也用了74LS164,大家有空可以看看哈。-DS1302 integrity C procedures used in the four eight-Digital Display, also spent 74 LS164, we can look at the availability Kazakhstan.
- 2022-05-28 14:04:06下载
- 积分:1
-
6221mada.asm.........遥控电机程序, 按遥控器0
6221mada.asm.........遥控电机程序, 按遥控器0-9步进电机正转0-9步,按遥控器11-19步进电器分别反转
dianji.asm..........步进电机正转,反转各3圈
keyd.asm............步进电机控制程序p3.2正转,p3.3反转,p3.4停止 步进电机接p1.0p1.1p1.2p1.3
abdian.asm...........步进电机正反快慢转!
madatest.asb.............步进电机测试,最简单的转圈程序
-6221mada.asm ......... electric remote control procedures, in accordance with the remote control stepper motors 0-9 to 0-9 are step-by-step, 11-19 step by remote control electrical inversion, respectively dianji.asm ... stepper motor is ....... turn, reversal of the 3 lap keyd.asm ............ stepper motor control program to p3.2 is, p3.3 inversion, p3.4 stepper motor to stop p1.0p1.1p1.2p1.3 abdian.asm ........... then stepping motor speed to the pros and cons! stepper motor test madatest.asb ............., the simplest circular motion the procedures
- 2022-01-26 03:29:05下载
- 积分:1
-
X86汇编写的32位图形操作系统
X86汇编写的32位图形操作系统--MenuetOS 很有帮助的哦, -X86 compilation of 32 write graphical operating system-- MenuetOS helpful Oh,
- 2022-11-03 04:35:03下载
- 积分:1
-
本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机汇编语言编程的各种基础知识和编程技巧,内容涉及到数据表示、存储器管理、各种数...
本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机汇编语言编程的各种基础知识和编程技巧,内容涉及到数据表示、存储器管理、各种数据类型、过程、与汇编语言相关的体系结构、控制结构、文件、宏指令、位处理指令、字符串指令、MMX指令、类和对象,以及混合语言编程等,尤其是在高级汇编语言(HLA)方面,该书给予了细致深入的讲解。对于有意学习X86汇编语言编程的程序员来说,这是一本难得的好书。 本书的作者Randall Hyde在大学中教授汇编语言十多年,并且开发了好几个商用软件,具有丰富的汇编语言开发经验。该书的英文电子版受到了成千上万的网站和高级程序员的高度评价,已经成为了高级汇编语言编程方面的一本经典之作。虽然该书的出版时间不长,但在Amazon上为该书作出评价的人很多,而且几乎所有的人都给予5星的评价,可见其内容之好。笔者相信,随着时间的推移,它在程序员中的影响回越来越大-this book X86 computer as a background, from a simple Hello proceedings began, and the system described in detail in the X86 PC assembly language programming in basic knowledge and programming skills, which relates to the data, memory management, data types, processes, and assembly language related to the body the grade structure, the control structure, document, macros, handle the orders, string instructions MMX instructions, classes and objects, as well as mixed-language programming, particularly at the senior assembly language (HLA), the book to give a detailed in-depth explanations.
- 2022-09-18 08:30:03下载
- 积分:1
-
MenuetOS是一个操作系统开发的PC完全在32写的…
MenuetOS is an Operating System in development for the PC written entirely in 32/64 bit assembly language. Menuet64 is released under License and Menuet32 under GPL. Menuet supports 32/64 bit x86 assembly programming for smaller, faster and less resource hungry applications.
Menuet has no roots within UNIX or the POSIX standards, nor is it based on any operating system. The design goal has been to remove the extra layers between different parts of an OS, which normally complicate programming and create bugs.
- 2023-04-08 09:00:03下载
- 积分:1
-
Windows Environment 32
Windows环境下32位汇编语言程序设计配套书源码第三章-Windows Environment 32-bit assembly language programming book source package in Chapter III
- 2022-03-04 21:03:47下载
- 积分:1
-
从C51单片机最基本的节拍、机器周期、指令周期、指令时序谈开去,基础不扎实的汇编程序员的必补资料。...
从C51单片机最基本的节拍、机器周期、指令周期、指令时序谈开去,基础不扎实的汇编程序员的必补资料。-C51 cycles, reference for ASM programmer.
- 2022-04-07 21:22:38下载
- 积分: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
-
红绿灯程序,采用汇编,分主干次干,显示不同时间,比较简单...
红绿灯程序,采用汇编,分主干次干,显示不同时间,比较简单-Traffic light procedure for the compilation of sub-sub-stem trunk, showing a different time, a relatively simple
- 2022-05-11 00:14:02下载
- 积分:1
-
鼠标控制CD
鼠标控制CD-Audio播放程序!!!!!汇编语言-mouse control CD-Audio player! ! ! ! ! Assembly language
- 2022-02-06 08:56:36下载
- 积分:1