-
8259A中断控制器实验
253A的计数器0为工作方式0,装入时间常数FFFFH,结束中断时显示信息:8253A INTERRUPT EXPERIMENT!...
8259A中断控制器实验
253A的计数器0为工作方式0,装入时间常数FFFFH,结束中断时显示信息:8253A INTERRUPT EXPERIMENT!-8259A interrupt controller experimental 253A of counter 0 0 way to work, the time constant FFFFH loaded to end disruption to display information : 8253A INTERRUPT EXPERIMENT!
- 2022-08-23 10:07:32下载
- 积分:1
-
Registry Edit Sample code
Registry Edit Sample code
- 2022-08-21 08:18:40下载
- 积分:1
-
可选自能抢答器,用来对一些节目抢答很有必要,,采用8255编程
可选自能抢答器,用来对一些节目抢答很有必要,,采用8255编程-optional self Responder, used to some programs Responder is necessary, using 8255 programming, and,
- 2022-08-10 01:39:17下载
- 积分:1
-
源程序,及程序运行截图,以及详细的程序说明报告,
源程序,及程序运行截图,以及详细的程序说明报告,-source, and running screenshots, and the detailed description of the procedures for reporting, thank you
- 2023-01-18 00:45:03下载
- 积分:1
-
试下发的上来不,同时,哎哟,搞点资料哦,好难
试下发的上来不,同时,哎哟,搞点资料哦,好难-Examination of the table is not issued at the same time, Oh, come up with something the information Oh,好难
- 2022-06-30 13:29:22下载
- 积分:1
-
汇编的时钟驻留程序
汇编的时钟驻留程序- Assembly clock resident program
- 2022-04-20 22:24:52下载
- 积分:1
-
课件、轻松汇编、汇编语言指令查询器等诸多材料
课件、轻松汇编、汇编语言指令查询器等诸多材料-Courseware, easy assembly, assembly language instructions, and many other materials Finder
- 2022-02-25 04:36:58下载
- 积分:1
-
The use of the EEPROM read and write the information needed to process the signa...
本eeprom的使用读写信息所需要的程序信号是24C02 本eeprom的使用读写信息所需要的程序信号是24C02-The use of the EEPROM read and write the information needed to process the signal is the use of 24C02 EEPROM read and write the information needed to process the signal is 24C02
- 2022-01-31 03:30:24下载
- 积分:1
-
依照个人成绩进行考核,这是程序的主界面,主要包含其他模块的调用等...
依照个人成绩进行考核,这是程序的主界面,主要包含其他模块的调用等-that is a programe for education
- 2022-08-19 14:57:52下载
- 积分: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