-
编写一个函数,输入为偶数时,调用函数求,当输入为奇数时,调用函数1(利用指针函数)...
编写一个函数,输入为偶数时,调用函数求,当输入为奇数时,调用函数1(利用指针函数)-The preparation of a function, even when the input, call function for, when the input is odd, one function call (using indicator functions)
- 2022-11-27 05:15:02下载
- 积分:1
-
4x4 keyboard input P2 for P1 for output (note the connection)
4x4键盘
P2作输入P1作输出(注意接线)-4x4 keyboard input P2 for P1 for output (note the connection)
- 2022-03-17 23:29:33下载
- 积分:1
-
多功能跑马灯程序。包括按键、灯 等 。适合初学者联系。有详细介绍。...
多功能跑马灯程序。包括按键、灯 等 。适合初学者联系。有详细介绍。-multifunctional 5,250 procedures. Including the keys, and so on. For beginners links. A detailed briefing.
- 2023-02-17 23:25:03下载
- 积分:1
-
基于51单片机的带时间显示和紧急控制的交通灯的设计。
此程序在硬件上调试通,用定时器1延时,外部中断0接紧急控制,R0为100MS延时常数,R2为状态延时...
基于51单片机的带时间显示和紧急控制的交通灯的设计。
此程序在硬件上调试通,用定时器1延时,外部中断0接紧急控制,R0为100MS延时常数,R2为状态延时常数,8279控制数码管显示时间,用P1口控制双色灯-With 51 single-chip based on the time display and the emergency control of traffic lights design. On this process in hardware debugging pass, with one delay timer, external interrupt 0 then the emergency control, R0 for 100MS constant delay, R2 for a state of constant delay, digital 8279 control display time control using two-color lights I P1
- 2023-04-28 20:55:03下载
- 积分:1
-
汇编程序案例2产生随机数并运算的程序
ad.rar
汇编程序案例2产生随机数并运算的程序
ad.rar-Case 2 assembler generated random number and computing procedures ad.rar
- 2022-02-09 20:36:46下载
- 积分:1
-
Win32汇编编程指南。chm,精度和容易学习!
Win32 ASM 编程指南.chm,精而易学!-Win32 ASM programming guide. Chm, precision and easy to learn!
- 2022-11-02 21:20:03下载
- 积分:1
-
流行的实时时钟芯片操作源代码,包括各个基本操作
流行的实时时钟芯片操作源代码,包括各个基本操作-Popular real-time clock chip to operate the source code, including all the basic operation
- 2022-02-05 11:20:51下载
- 积分:1
-
基于51单片机的16个汉字显示并左移的点阵程序大家学习
基于51单片机的16个汉字显示并左移的点阵程序大家学习-Based on 51 SCM 16 characters dot matrix display and left the U.S. to study procedures
- 2022-06-20 00:04:55下载
- 积分: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
-
单片机与104键PS2接口标准键盘程序,用C语言编写。
单片机与104键PS2接口标准键盘程序,用C语言编写。-SCM and 104 key PS2 keyboard interface standard procedures, using C language.
- 2022-07-08 10:29:52下载
- 积分:1