-
一段用汇编语言完成的程序 非常好用 用于显示器的实现
一段用汇编语言完成的程序 非常好用 用于显示器的实现-section complete with assembly language is very useful procedure for the realization of displays
- 2023-01-29 10:15:03下载
- 积分:1
-
k分布的杂波的生成 运用于杂波模拟当中
k分布的杂波的生成 运用于杂波模拟当中-k model clutter mulitisim
- 2022-02-07 21:53:52下载
- 积分:1
-
图书管理系统,管理图书的借阅与归还,并进行记录
图书管理系统,管理图书的借阅与归还,并进行记录-Library management system to manage the books borrowed and returned, and recorded
- 2022-03-22 09:51:51下载
- 积分:1
-
好的界面
好的界面-Good interface
- 2022-02-01 13:06:47下载
- 积分:1
-
The use of the temperature of the outside world ds18b20 collection led to the us...
利用ds18b20对外界的温度进行采集,利用led进行温度的实时显示-The use of the temperature of the outside world ds18b20 collection led to the use of real-time display of temperature
- 2022-07-24 04:20:33下载
- 积分:1
-
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMes
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How
demonstrates uses: CreateWindow, CreateWindowEx, S endMessage and
GetMessage TranslateMessage and DispatchMessage, how does CreateFont
demonstrate uses API to found the Windows window to control
- 2022-11-17 12:00:03下载
- 积分:1
-
Described in detail how to use the C language, digital signal processing in the...
详细介绍了如何使用C语言编写数字信号处理中最常用的FFT程序-Described in detail how to use the C language, digital signal processing in the most commonly used FFT procedure
- 2022-10-21 02:25:02下载
- 积分:1
-
用C51串口之间的通信2
used to communicate between 2 C51 by serial -used to communicate between 2 C51 by serial
- 2022-01-26 04:04:50下载
- 积分:1
-
RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家....
RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家.-RC (2), RC (4), RC (5), RC (6) algorithm. My collection software, designed to prepare graduates for. Now and share with everyone. I hope everyone can help.
- 2022-10-12 04:25:03下载
- 积分: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