-
汇编的windows显示消息框的例子
汇编的windows显示消息框的例子-Compilation of the windows to display a message box example
- 2022-02-12 14:01:23下载
- 积分:1
-
简易的汇编电子琴程序,在通用的PC下运行,没有什么外观可言,通过键盘字母实现按键发声...
简易的汇编电子琴程序,在通用的PC下运行,没有什么外观可言,通过键盘字母实现按键发声-Simple compilation of flower procedures, the common PC running under no appearance at all, through the keyboard keys letters realize voice
- 2023-05-30 22:00:03下载
- 积分:1
-
FM8P53实现七彩跳变+渐变(汇编)
应用背景本程序可以做广告箱控制,实现多彩多样的变化!对做户外亮化的厂家很实用!使用厂家多,是LED生产厂家的后盾!关键技术本程序可以实现AC(交流过零同步)控制,应用广泛,本程序可以实现AC(交流过零同步)控制,应用广泛,本程序可以实现AC(交流过零同步)控制,应用广泛!
- 2022-01-24 10:04:06下载
- 积分:1
-
MCS51 basic debugging procedures, including 8255, keyboards, LED, etc.
MCS51基本调试程序 包括8255、键盘、LED等-MCS51 basic debugging procedures, including 8255, keyboards, LED, etc.
- 2022-11-26 15:30:04下载
- 积分:1
-
Dos下屏蔽热启动,想要重启的话先按下Ctrl+Alt+Del,松开Del键,然后按R键则重 启,按Q键则关机...
Dos下屏蔽热启动,想要重启的话先按下Ctrl+Alt+Del,松开Del键,然后按R键则重 启,按Q键则关机-Dos under thermal shielding started, and wanted to resume the first pressing Ctrl-Alt-Del, loosen Del keys, then R button will resume by Q keys were shutdown
- 2023-08-05 10:10:03下载
- 积分:1
-
Release notes for emFile Version 2.40c
Release notes for emFile Version 2.40c
- 2022-05-12 12:15:57下载
- 积分:1
-
贪吃蛇游戏c语言源代码
天行健,君子以自强不息 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-21 02:02:56下载
- 积分:1
-
采用PIC16C54单片机实现车内空气的运动控制
用PIC16C54来实现汽车空调的动作控制(扫风、除霜、点火、循环扫风。。。),因16C54内存较小,故采用汇编来实现,其中的定时编程,颇费了我一番心思,希可供借签!-Using PIC16C54 to achieve motion control in vehicle air-conditioners (sweep wind, defrost, ignition, cycle the wind sweep 。。。), due to the smaller memory 16C54, it used to realize a compilation, of which the regular programming, a lot of my remarks thinking, by signing for Greek!
- 2022-07-02 02:53:49下载
- 积分:1
-
windows_32下的汇编基础教程!教程共17章!
windows_32下的汇编基础教程!教程共17章!-windows_32 compiled under the Basic Course! A total of 17 chapter tutorial!
- 2022-06-02 20:11:28下载
- 积分:1
-
//float abnormal control
//浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*---------------------------------------------------------- 打开指定的浮点异常 关闭指定的浮点异常-//float abnormal control-# define FPUEM_INVALIDOP 0x01# define FPUEM_DENORMALOP 0x02# define FPUEM_ZERODIVIDE 0x04# define FPUEM_OVERFLOW 0x08# define FPUEM_UNDERFLOW 0x10# define FPUEM_PRECISON 0x20# define __FORCE_INLINE __ __inline /*---------------------------------------------------------- designated open abnormal closure of the floating-point designated float anomalies
- 2023-05-15 01:00:03下载
- 积分:1