-
单源最短路径问题
单源最短路径问题-single source shortest path problem
- 2023-01-05 19:20:03下载
- 积分:1
-
用汇编写的win32程序一些例子。
用汇编写的win32程序一些例子。- With collects the compilation win32 procedure some examples.
- 2022-03-10 22:49:21下载
- 积分:1
-
绝对经典,学习masm6.1的绝好东东,只可惜是E文版的。(注意设路径)。...
绝对经典,学习masm6.1的绝好东东,只可惜是E文版的。(注意设路径)。-absolute classics, and the excellent learning masm6.1 Wanton But it is a pity E version. (Note that established path).
- 2023-07-07 10:40:04下载
- 积分:1
-
Assembly code is the ASM code, require the use of SCM. This is an example of sin...
汇编代码 是ASM的代码,要求使用单片机的。这是单片机的一个实例汇编语言程序,可以作为参考-Assembly code is the ASM code, require the use of SCM. This is an example of single-chip assembly language procedure, can be used as reference
- 2022-01-31 01:01:32下载
- 积分:1
-
In 51 of the P1 port to connect eight light
在51的P1口连接8个发光2级管,实现8个发光2级管轮流显示-In 51 of the P1 port to connect eight light-emitting tube 2, the achievement of eight light-emitting display two pipe rotation
- 2023-04-02 20:55:03下载
- 积分:1
-
sam课程设计的sam,栽斤斗三风口浪尖我ieufsdljfuefs
sam课程设计的sam,栽斤斗三风口浪尖我ieufsdljfuefs-sam curriculum design of sam, planted three Tuyere wave loop I ieufsdljfuefs
- 2022-11-08 19:05:02下载
- 积分:1
-
automatically from cars
自 动 往 返 小 汽 车-automatically from cars
- 2022-04-20 22:17:59下载
- 积分:1
-
汇编语言编写的记事本
汇编语言编写的记事本-assembly language prepared by the Notepad
- 2022-04-20 22:26:34下载
- 积分:1
-
回溯法求迷宫问题
回溯法求迷宫问题-back Method Maze
- 2022-08-12 12:43:48下载
- 积分: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