-
电子琴程序,典型的汇编程序
电子琴程序,典型的汇编程序-flower procedures, the typical assembler
- 2022-01-27 13:33:39下载
- 积分:1
-
模拟Vista风格窗口..................易源码
模拟Vista风格窗口..................易源码-Analog Vista-style windows .................. Yi Source
- 2022-06-12 15:45:21下载
- 积分:1
-
CS1694 DEMO程序,CS1694主要用于DVDVFD驱动
CS1694 DEMO程序,CS1694主要用于DVDVFD驱动-CS1694 DEMO procedures, CS1694 driven mainly used DVDVFD
- 2022-03-19 03:56:47下载
- 积分:1
-
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减...
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。-the process required under the DOS operating. Every time running executable random.exe. two shows can be arbitrary number of 16 Decimal Addition or subtraction expression and Operational results. The subtraction operation, if less than subtrahend minuend, shows that the "Divide Overflow" message.
- 2022-03-23 17:26:53下载
- 积分:1
-
German 6 Track Irregularity simulation program, hoping for all of us!
模拟德国六级轨道不平顺的程序,希望对大家有用!-German 6 Track Irregularity simulation program, hoping for all of us!
- 2023-08-21 19:00:04下载
- 积分:1
-
这是汇编器的源代码
这是汇编器的源代码- This is the assembly source code
- 2022-06-17 05:52:04下载
- 积分:1
-
用汇编编写的密码锁,proteus仿真,程序,原理图全套,希望对需要的人有用...
用汇编编写的密码锁,proteus仿真,程序,原理图全套,希望对需要的人有用-Compilation prepared by using locks, proteus simulation, procedures, a full set of schematic diagram, in the hope that those who need it useful
- 2022-05-09 00:58:59下载
- 积分:1
-
C51 LCD Keyboard driver
C51 LCD Keyboard driver
- 2023-09-08 01:15:03下载
- 积分:1
-
批处理文件内容增加。汇编利用windows API函数实现。
批处理文件内容增加。汇编利用windows API函数实现。-add string batch program。win32 assembly language using windows API achieved。
- 2022-03-22 00:46:01下载
- 积分: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