-
教务管理系统
这是一个关于学校的教务管理系统,包含学生、教师、管理员等模块,还包括子模块
- 2022-10-26 13:40:12下载
- 积分:1
-
窗口自动伸缩,注要是用VC++6.0来开发的一个程序,也用到了MFC架构的一些注要内容,希望能够给大家一些参考。...
窗口自动伸缩,注要是用VC++6.0来开发的一个程序,也用到了MFC架构的一些注要内容,希望能够给大家一些参考。-Automatic retractable window, note if using VC++ 6.0 to develop a process, also used in the MFC framework to the contents of some note, I hope everyone can give some reference.
- 2022-02-21 13:39:47下载
- 积分:1
-
Get RGB value of the screen point.
能够很准确的获取屏幕上的各种颜色值,很直观,很方便的 。-Get RGB value of the screen point.
- 2022-03-09 12:05:41下载
- 积分:1
-
在DOS下显示HZK16。
最近要用到此功能,本来打算在网上随便下一个用的。可down来down去都找不到纯汇编环境下的,唯一一个被copy的飞来飞去的版本还有错,根本通不过编译。
唉~~ 无奈了,只好自己写一个。希望能用到的朋友来看看。很高兴能帮到大家。
本程序中采用了即时显示的方法,不缓存数据,显示速度大大提高。程序中包含了几个头文件,是为了方便程序的可读性写的,内容比较简单,大家可以自己写一下。万一懒的动手,可以给我发邮件索取。
欢迎指正,欢迎转载。请标明出处并保证代码的完整性。
我的邮箱: han_shuai@163.com- Show HZK16 under DOS.
- 2023-01-24 21:45:04下载
- 积分:1
-
USB接口完整组件D7_D2010
USB接口完整组件D7_D2010
- 2022-04-30 04:36:28下载
- 积分:1
-
这本书是一个彻底改写的第一个版本,以反映所有的变化…
This book is a thorough rewrite of the first edition to reflect all the changes introduced in C++
by the finalization of the ANSI/ISO C++ Standard. The entire text present in the first edition
has been examined and rewritten, sometimes removing old examples, often changing existing
examples and adding new ones, and adding many new exercises. Significant rearrangement
and re-ordering of the material took place to reflect the availability of better tools and my
improved understanding of how people learn C++. A new chapter was added which is a rapid
introduction to the C concepts and basic C++ features for those who haven’t been exposed.
The CD ROM bound into the back of the book contains a seminar which is an even gentler
introduction to the C concepts necessary to understand C++ (or Java). It was created by
Chuck Allison for my company (MindView, Inc.) and it’s called “Thinking in C: Foundations
for Java and C++.” It introduces you to the aspects of C that are necess
- 2022-10-23 19:40:04下载
- 积分:1
-
SDI实现MDI的功能
SDI实现MDI的功能-SDI to achieve the function of MDI
- 2022-07-19 18:50:37下载
- 积分:1
-
MFC Insider (source book distribution) CHAP03.rar
MFC技术内幕(配书源码)CHAP03.rar- MFC Insider (source book distribution) CHAP03.rar
- 2022-06-18 20:23:37下载
- 积分:1
-
一个挂钩鼠标,模拟鼠标移动HHOOK的原代码,希望对朋友们有用,
一个挂钩鼠标,模拟鼠标移动HHOOK的原代码,希望对朋友们有用,-It is a mouse hook program, simulating a mouse moving. Hope it helpful.
- 2022-10-29 13:20: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