-
这是12864与复位字体显示子程序显示初始屏幕…
这是12864 带字库的显示子程序 reset 是初始屏幕的 display 是显示数据的 input是输入地址的指令-This is the 12864 with reset font display subroutine is the initial screen display is to show the data input is the input address command
- 2022-09-07 19:05: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
-
一种很好的用单片机控制步进电机的程序,用汇编语言编写。...
一种很好的用单片机控制步进电机的程序,用汇编语言编写。-A good use of single-chip stepper motor control procedures, with the compilation of languages.
- 2022-04-22 11:35:50下载
- 积分:1
-
linux驱动开发linux_drive_the_development.rar中文版
linux驱动开发linux_drive_the_development.rar中文版-linux driver development linux_drive_the_development.rar Chinese version
- 2023-02-22 22:05:04下载
- 积分:1
-
不是本人开发,但是是我从网上发现的qbasic 下的鼠标程序,调用了汇编语言...
不是本人开发,但是是我从网上发现的qbasic 下的鼠标程序,调用了汇编语言-qbasic program under the mouse
- 2022-01-22 08:59:46下载
- 积分:1
-
这个东东是我刚写出来的,这可以完成定时1秒的功能,并且使用定时器来完成,定时精度高,可靠性高....
这个东东是我刚写出来的,这可以完成定时1秒的功能,并且使用定时器来完成,定时精度高,可靠性高.-I just write out, it can be a regular seconds to complete the function, and the use of timers to complete, regular high accuracy and high reliability.
- 2022-10-10 06:05:02下载
- 积分:1
-
汇编语言实现的四则运算。。。。。好好东西
汇编语言实现的四则运算。。。。。好好东西-Assembly language implementation of the four operations. . . . . Good stuff
- 2022-03-21 19:16:57下载
- 积分:1
-
显示石英钟表,用汇编语言写的,也挺简单,初学者比较适合...
显示石英钟表,用汇编语言写的,也挺简单,初学者比较适合-Show quartz sheet, written in assembly language, but also quite simple and more suitable for beginners
- 2023-04-11 02:00:03下载
- 积分:1
-
First, the use of a keyboard display interface chip receive keys keys 8279, and...
一、 使用键盘显示接口芯片8279接收按键键值,并在七段数码管上显示出来,通过判断键值进入相应音乐播放处理程序。在音乐播放程序中,使用定时器/计数器8253的计数器2,使其工作在方式¬ ¬ 3―方波发生器,通过查表依次取出乐曲频率值送入计数器作为计数初值,经out2输出方波,驱动扬声器发出不同频率的声音,在每个音阶之间加入相应的延迟时间,即实现了音乐的播放。-First, the use of a keyboard display interface chip receive keys keys 8279, and Seven-Segment LED display, through to determine the corresponding music player keys to enter the treatment program. Procedures in the music player, use the timer/counter 2 counter 8253 to work in the way ? ? 3- square-wave generator, followed by out music through the look-up table values into the counter as a frequency count of the initial value, the output side out2 waves, driven loudspeakers of different frequency sound, in between each scale by adding the appropriate delay time, namely, the realization of the music player.
- 2023-03-17 05:55:03下载
- 积分:1
-
汇编小程序 多种方法解冒泡法排序
以masm 5.0以上版本编译运行...
汇编小程序 多种方法解冒泡法排序
以masm 5.0以上版本编译运行 -small compilation method for a variety of procedures Bubble Act to masm ranking above version 5.0 compiler operation
- 2022-03-03 23:00:00下载
- 积分:1