-
this program is compiled using a series of intricate graphics clock, double
本程序是一个用汇编编的精致的图形时钟,运行时双击clock图标即可,钟表显示的时间为本机系统的时间。 按b键可扩大画面 ;按s键可缩小画面;按c键可改变颜色;按e键可听音乐;按q键退出本程序.-this program is compiled using a series of intricate graphics clock, double-click the clock running icon, watches showed the time-based system of the machine. By b Bond picture can be expanded; According s keys can narrow picture; By c Bond can change color; By e keys to listen to music; Q keys on the withdrawal procedures.
- 2023-06-24 10:15:03下载
- 积分:1
-
你可以做一个尝试,我要做一个,感觉
你可以做个试试看,我是做了一个,有感觉-you can make a try, I have to do one, and feel that
- 2022-04-27 19:09:09下载
- 积分:1
-
ds1302时钟电路的汇编语言程序,编译无法通过,请各位大虾指教...
ds1302时钟电路的汇编语言程序,编译无法通过,请各位大虾指教-DS1302 clock circuit assembly language program, the compiler can not, please enlighten prawns
- 2022-03-02 07:27:59下载
- 积分:1
-
running executable testword.exe, appeared main menu interface, press the Enter k...
运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成
的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母
消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。-running executable testword.exe, appeared main menu interface, press the Enter key emerging from the 26 letters of disorder OK, then any one of the letters ended in Jianpanshangqiao into the letters, If the input is correct, the letters disappeared. by the ESC key to return to the main interface; see box by the moratorium; by the "E" withdrawal.
- 2022-09-23 07:35:03下载
- 积分:1
-
汇编语言程序设计自学设计教程
汇编语言程序设计自学设计教程-assembly language programming self-Design Guide
- 2022-11-17 09:30:03下载
- 积分:1
-
bootsect print red p on the screen follow the book written by yuan yu
bootsect 在屏幕上打印p 仿于渊的那本自己动手写操作系统-bootsect print red p on the screen follow the book written by yuan yu
- 2022-01-30 17:21:48下载
- 积分:1
-
实现企业财务部门对工资进行集中管理。可供财务人员对企业的员工进行添加、删除,对员工的基本工资、浮动工资、工资发放进行管理以及提供财务人员查询员工的基本工资、浮动...
实现企业财务部门对工资进行集中管理。可供财务人员对企业的员工进行添加、删除,对员工的基本工资、浮动工资、工资发放进行管理以及提供财务人员查询员工的基本工资、浮动工资和总体工资并且可以打印报表;-Corporate finance department for centralized management on wages. Financial officer for the staff of enterprises to add, delete, on the staff of their basic wages, floating wages, payroll and financial management staff personnel inquiries basic wages, floating wages and overall wage and can print statements
- 2022-02-20 17:54:57下载
- 积分:1
-
捕捉视频VB编写, 捕捉视频VB编写,捕捉视频VB编写
捕捉视频VB编写, 捕捉视频VB编写,捕捉视频VB编写-VB prepared to capture video, capture video prepared VB, VB prepared to capture video
- 2023-05-08 17:05:03下载
- 积分:1
-
指令功能及汇编语言程序设计时钟输出,利用了单片机
指令功能及汇编语言程序设计时钟输出,利用了单片机-Command functions and assembly language programming
- 2022-02-26 18:33: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