-
用汇编写的二叉树遍历程序包括前序,中序,后序遍历。
用汇编写的二叉树遍历程序包括前序,中序,后序遍历。-was compiled using the binary tree traversal procedures including the former sequence, sequence, after the preorder.
- 2022-03-09 23:37:14下载
- 积分:1
-
汇编语言windows32位编程,有墙壁的阻挡,可以设定食物数量,速度,难度等。...
汇编语言windows32位编程,有墙壁的阻挡,可以设定食物数量,速度,难度等。-Windows32-bit assembly language programming, there are the walls of the block, you can set the amount of food, speed, difficulty and so on.
- 2022-07-16 23:52:08下载
- 积分:1
-
通过P2.4,P3.3实现电机转速控制,源码汇编语言编写,单定时器实现...
通过P2.4,P3.3实现电机转速控制,源码汇编语言编写,单定时器实现-Through P2.4, P3.3 to achieve motor speed control, the preparation of assembly language source code, single-timer realize
- 2023-02-28 12:20:04下载
- 积分:1
-
贝贝大厅+数据库脚本
应用背景CPasswordKeyboard::CPasswordKeyboard() : CDialog(IDD_PASSWORD_KEYBOARD)
{
//设置变量
m_nRandLine[0]=rand()%11;
m_nRandLine[1]=rand()%10;
m_nRandLine[2]=rand()%13;
m_nRandLine[3]=rand()%13;
//键盘状态
m_bShiftStatus=false;
m_bCapsLockStatus=false;
//状态变量
m_bMouseDown=false;
m_wHoverRow=INVALID_WORD;
m_wHoverLine=INVALID_WORD;
//键盘字符
m_nItemCount[0]=11;
lstrcpyn(m_szKeyboradChar[0][0],TEXT("`1234567890"),CountArray(m_szKeyboradChar[0][0]));
lstrcpyn(m_szKeyboradChar[0][1],TEXT("~!@#$%^&*()"),CountArray(m_szKeyboradChar[0][1]));
//键盘字符
m_nItemCount[1]=10;
lstrcpyn(m_szKeyboradChar[1][0],TEXT("-=[];",./"),CountArray(m_szKeyboradChar[1][0]));
lstrcpyn(m_szKeyboradChar[1][1],TEXT("_+{}|:"?"),CountArray(m_szKeyboradChar[1][1]));
//
- 2022-01-29 01:54:02下载
- 积分:1
-
a practical subroutine
一个实用子程序――看门狗,存储器与 89C2051接口子程序-a practical subroutine-- watchdog, memory and interface subroutine 89C2051
- 2022-03-31 14:13:38下载
- 积分:1
-
许多专家推荐汇编语言编程指南书!!非
诸多高手推荐的汇编语言编程指导书!!非“汇编语言编程艺术”-Many experts recommend the assembly language programming guide book! ! Non-
- 2022-02-01 12:41:35下载
- 积分:1
-
binary file comparison procedures
二进制文件比较程序-binary file comparison procedures
- 2022-04-28 01:07:19下载
- 积分: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
-
运行环境MASM.程序功能是:小车自动前进!界面简单且易于操作!...
运行环境MASM.程序功能是:小车自动前进!界面简单且易于操作!-runtime environment. Procedures functions : automatic car! Interface is simple and easy to operate.
- 2022-02-04 10:38:36下载
- 积分:1
-
数字钟的verilog程序,很经典,大家可以看看。
数字钟的verilog程序,很经典,大家可以看看。-Verilog digital clock procedures, it is a classic, we will look at.
- 2022-02-04 16:42:29下载
- 积分:1