-
在三分钟内快速答完三十道题,有clock计时的哦
在三分钟内快速答完三十道题,有clock计时的哦-in three minutes rapid wound 30 title and a clock time of oh
- 2022-01-26 01:54:26下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
《Inside C#》教程和一些C#例子
《Inside C#》教程和一些C#例子- Inside C# Guide and a number of C# Example
- 2022-05-28 00:37:12下载
- 积分:1
-
vs2005开发
实现运行时线程优先级的动态显示
vs2005开发
实现运行时线程优先级的动态显示-VS2005 realize the development run-time thread priority of the dynamic display
- 2023-07-29 09:30:04下载
- 积分:1
-
另类模拟按键,易语言源码,供易语言初学者参考。
另类模拟按键,易语言源码,供易语言初学者参考。-Alternative analog buttons, easy-language source code for easy language reference for beginners.
- 2022-01-26 06:42:58下载
- 积分:1
-
这是一个 VC摹仿手写字的C源码 大家参考一下
这是一个 VC摹仿手写字的C源码 大家参考一下-This is like a hand-written word imitation VC source we refer to C
- 2022-01-31 20:19:36下载
- 积分:1
-
ADO visits access database.It contains many sql sentences,very significant to be...
ADO访问访问数据库。它包含许多sql语句,对初学者很有意义
- 2022-12-24 01:25:03下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1
-
管理实例1,需要一定编程基础,入门者要仔细多读几遍源码,其中有许多编程技巧。...
管理实例1,需要一定编程基础,入门者要仔细多读几遍源码,其中有许多编程技巧。-Management instance 1 with a lot of techniques requires novices having certain programme foundations to read several times carefully.
- 2022-02-03 05:42:09下载
- 积分:1
-
数字基带传输系统信息工程核心课程希望给大家有帮助
数字基带传输系统信息工程核心课程希望给大家有帮助 -Digital base-band information transmission system engineering core curriculum hope to have everyone help
- 2022-03-30 07:32:04下载
- 积分:1