-
24C02存储IC有2K的空间,可用于断电后程序的保存,这里提供读写程序...
24C02存储IC有2K的空间,可用于断电后程序的保存,这里提供读写程序-24C02 memory IC has 2K of space, can be used to save power after the procedure, here to read and write procedures
- 2022-03-25 10:31:17下载
- 积分:1
-
- 2022-02-14 05:30:25下载
- 积分:1
-
用递归的方法编写函数求Fibonacci级数的源程序
用递归的方法编写函数求Fibonacci级数的源程序-using recursive function method for the preparation of the source Fibonacci Series
- 2022-06-30 12:34:47下载
- 积分:1
-
这是一个无线遥控发射芯片的解码源程序,希望大家借鉴使用...
这是一个无线遥控发射芯片的解码源程序,希望大家借鉴使用-This is a wireless remote control to launch source decoder chips, I hope everyone from the use of
- 2022-05-14 15:49:30下载
- 积分:1
-
CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验
CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验-CRC checksum of eight, was compiled using the procedure. Can be used for the calibration data communications
- 2022-04-14 20:25:35下载
- 积分:1
-
在PC机上,用汇编语言实现交通灯管理系统,包括路面,灯,车的动静态画面。...
在PC机上,用汇编语言实现交通灯管理系统,包括路面,灯,车的动静态画面。-In the PC, using assembly language to achieve traffic light management system, including roads, lights, static and dynamic vehicle images.
- 2022-08-16 17:40:23下载
- 积分:1
-
俄罗斯方块程序源码
俄罗斯方块程序源码-Tetris procedures FOSS
- 2022-07-22 22:00:36下载
- 积分:1
-
hex 转 二进制
hex 转 二进制-hex binary switch
- 2022-10-12 23:10:02下载
- 积分: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
-
关于LCD液晶的开发应用等技术文章包括驱动程序,硬件开发等...
关于LCD液晶的开发应用等技术文章包括驱动程序,硬件开发等-LCD on the development and application of technical articles driver and hardware development
- 2023-04-21 03:20:02下载
- 积分:1