-
定时器程序采用89c2051
定时器程序采用89c2051 -timer procedures used 89c2051
- 2022-02-02 10:27:08下载
- 积分:1
-
MSP430 C 例程_编译器为IAR embedded workbench,如要更多资料请联系我...
MSP430 C 例程_编译器为IAR embedded workbench,如要更多资料请联系我-MSP430 C compiler routines _ for IAR embedded workbench, if more information please contact me
- 2022-01-24 13:06:46下载
- 积分:1
-
经典的迷宫算法,这是一个迷宫算法很好的例子,不懂的人可以下来...
经典的迷宫算法,这是一个迷宫算法很好的例子,不懂的人可以下来-classic maze algorithm, which is a maze algorithm good example, but not the people can look down
- 2022-12-25 12:30:04下载
- 积分:1
-
一个汇编实习作业
一个汇编实习作业-a compilation of practical operation
- 2023-05-20 18:55:03下载
- 积分:1
-
基于分布式算法数字滤波器 VHDL语言编写 适用于FPGA
基于分布式算法数字滤波器 VHDL语言编写 适用于FPGA-Digital filters based on distributed algorithms written in VHDL for FPGA
- 2023-01-04 04:25:03下载
- 积分:1
-
PWM控制电机,编辑控制方式。在这个DEMO里建了一个函数F_Pwm(int a,int b) 用于PWM设置,传入两个参数第一个用于频率设置,第二个用于占空比...
PWM控制电机,编辑控制方式。在这个DEMO里建了一个函数F_Pwm(int a,int b) 用于PWM设置,传入两个参数第一个用于频率设置,第二个用于占空比设置。另外还开了外部中断可进行频率和占空比的步进,从而达到调整速度的目的-PWM motor control, edit control mode. In this DEMO was built inside a function F_Pwm (int a, int b) for the PWM settings, with two arguments the first one for the frequency setting, the second set for the duty cycle. It also opened the external interrupt can be the stepping frequency and duty cycle to achieve the purpose of adjusting the speed of
- 2022-02-01 17:37:59下载
- 积分:1
-
汇编写的通讯录代码
汇编写的通讯录代码-compiled code written correspondence
- 2022-01-21 18:22:02下载
- 积分:1
-
msp430f133 of 24c01 reading and writing, can be modified to read and write byte...
msp430f133对24c01的读写,可以修改读写字节长度,对其他eeprom进行读写-msp430f133 of 24c01 reading and writing, can be modified to read and write byte length, read and write to other EEPROM
- 2022-06-02 17:49:25下载
- 积分: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
-
汇编语言求解八皇后问题
汇编语言递归求解八皇后问题,使用栈空间,递归求解。递归调用子函数---PlaceQueue
- 2022-08-18 11:33:47下载
- 积分:1