-
转寝查询系统源代码,让我们大家一起共同学习进步
转寝查询系统源代码,让我们大家一起共同学习进步-Switch to sleep query system source code, so we can all learn from advances together
- 2022-04-30 21:18:58下载
- 积分:1
-
扩展存储器实验
运行步骤:1. 将平台板上存储器电源的跳接开关连上 *
* 2. 源程序编译,连接,运行 *
* 3. 运行后,在屏幕显示的结...
扩展存储器实验
运行步骤:1. 将平台板上存储器电源的跳接开关连上 *
* 2. 源程序编译,连接,运行 *
* 3. 运行后,在屏幕显示的结果中查看 *
* BUF2中的内容是否和BUF1的内容一致 *-Steps to expand the memory to run the experiment: 1. Will be the platform on-board storage power supply connected to the tap-dancing* * 2. Source compiler, connectivity, run* * 3. Running, display the results in view* * BUF2 whether the content and the content of BUF1 line*
- 2022-02-14 17:26:07下载
- 积分:1
-
该源代码能够实现任意三角形的剖分,功能很强大,希望对各位有所帮助...
该源代码能够实现任意三角形的剖分,功能很强大,希望对各位有所帮助-The source code to achieve arbitrary triangle mesh, features a very powerful, and they hope to help you
- 2022-02-04 20:50:25下载
- 积分:1
-
本公司高人设计的程序的头部分,很经典,原程序有2万多行
本公司高人设计的程序的头部分,很经典,原程序有2万多行-Expert design of the Company during the first part of the procedure, it is classic, the original procedures are more than 20,000 line
- 2022-11-16 12:15:03下载
- 积分:1
-
这是用汇编语言编写的关于十进制表达式的程序!输入完表达式之后,按"="键结束输入!在我们检查的时候,老师说这个程序考虑的很周到,希望会对大家有用!...
这是用汇编语言编写的关于十进制表达式的程序!输入完表达式之后,按"="键结束输入!在我们检查的时候,老师说这个程序考虑的很周到,希望会对大家有用!-This is written in assembly language on the procedure decimal expression! End the importation of expression, according to the "=" key input end! We check the time, the teacher said this procedure is very thoughtful consideration, we would hope that useful!
- 2022-05-27 08:32:56下载
- 积分:1
-
LED显示屏驱动程序,接收字母符号汉字的内码,显示到显示屏上。...
LED显示屏驱动程序,接收字母符号汉字的内码,显示到显示屏上。-err
- 2022-06-02 07:40:38下载
- 积分:1
-
对小学生算术加法程序的改进
具体要求如下:
1)、输入题数 2)、随机出题 3)、立即判对错,可随时退出
4)、最后给出总分 5、界面修饰。...
对小学生算术加法程序的改进
具体要求如下:
1)、输入题数 2)、随机出题 3)、立即判对错,可随时退出
4)、最后给出总分 5、界面修饰。
-Arithmetic addition of primary school students and improved procedures for the specific requirements are as follows: 1), enter the title number 2), random questions 3), right or wrong immediately contractor may at any time to withdraw from 4), Finally, Total 5, interfacial modification.
- 2022-04-16 22:31:28下载
- 积分:1
-
6led the assembler, compiler revealed 12345678
6led的汇编程序,编译后显示12345678-6led the assembler, compiler revealed 12345678
- 2022-01-25 17:06:16下载
- 积分:1
-
在屏幕上用黄颜色显示天堂两个字并且经过一定得时间向右平移一段距离。...
在屏幕上用黄颜色显示天堂两个字并且经过一定得时间向右平移一段距离。-Yellow on the screen with color display and after the word heaven must have time to shift to the right for some distance.
- 2022-03-18 11:13:57下载
- 积分: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