-
89C52
基于89C52的实验演示程序,单步运行观看存储单元数据变化, 读和写、发送和接收字节子程序要连续执行。-89C52-based experimental demonstration program, single step change in viewing the data storage unit, read and write, send and receive byte subroutine to consecutive.
- 2022-12-23 05:35:02下载
- 积分:1
-
用sse2来实现dct变换,对于图像处理的速度有很大提高。
用sse2来实现dct变换,对于图像处理的速度有很大提高。-realizing dct translation with sse2 promotes the graph calculting speed
- 2022-12-16 04:30:03下载
- 积分:1
-
compilation series operating procedures
汇编串操作的程序-compilation series operating procedures
- 2023-01-26 21:25:03下载
- 积分:1
-
自己写的一些MASM的小程序,可以实现在汇编底下的操作。
自己写的一些MASM的小程序,可以实现在汇编底下的操作。-himself wrote some of the small Multiple procedures can be achieved in the compilation of underground operation.
- 2022-08-19 23:26:45下载
- 积分:1
-
定时闹钟的一个简单实用的程序,可以对现在时间以及闹钟时间进行修改....
定时闹钟的一个简单实用的程序,可以对现在时间以及闹钟时间进行修改.-Regular alarm clock, a simple and practical procedures, the time now, and can modify the alarm time.
- 2023-01-15 19:05: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
-
用C++实现银行的模拟
用C++实现银行的模拟-C Bank"s simulation
- 2023-08-16 01:35:10下载
- 积分:1
-
通过用汇编语言编写液晶屏幕显示程序,连接左右液晶地址口和数据口,通过开关来来控制点亮和点灭.点亮开关则显示欢度佳节4个字样,点灭则屏幕是空....
通过用汇编语言编写液晶屏幕显示程序,连接左右液晶地址口和数据口,通过开关来来控制点亮和点灭.点亮开关则显示欢度佳节4个字样,点灭则屏幕是空.-Through the use of assembly language procedures for the preparation of liquid crystal display, LCD address to connect around the mouth and data port, through the switch to control light and point out. Lit switches show to celebrate the festive season four words, point out the screen is empty.
- 2022-05-24 08:23:55下载
- 积分:1
-
voltimeter +串口通信PIC16F690
Voltimeter + serial communication to PIC16F690-Voltimeter+ serial communication to PIC16F690
- 2023-08-23 14:20:04下载
- 积分:1
-
一个汇编通用对话框例子
一个汇编通用对话框例子-a compilation of common dialog example
- 2023-02-24 03:40:02下载
- 积分:1