-
WIN32架构的立方体绘制,是我编写的关于WIN32架构的立方体绘制的程序,适合初学者使用及资深者使用...
WIN32架构的立方体绘制,是我编写的关于WIN32架构的立方体绘制的程序,适合初学者使用及资深者使用-WIN32 architecture cube drawing, written by me on the WIN32 architecture cube drawing program, suitable for beginners and experienced to use
- 2022-07-14 04:30:25下载
- 积分:1
-
VB简明版 VB简明版
VB简明版 VB简明版-VB ?蛎 ???VB ?蛎 ??
- 2022-04-13 17:22:06下载
- 积分:1
-
A Core VC reference book.
A Core VC reference book.
- 2022-04-20 15:30:21下载
- 积分:1
-
又一HART软件开发例程,程序小巧,只用到几个命令,易读易懂。...
又一HART软件开发例程,程序小巧,只用到几个命令,易读易懂。-HART another software routines, procedures small, only a few commands to use, easy to read and understand.
- 2022-03-14 11:34:02下载
- 积分:1
-
基于mfc 的飞机大战源码
一款飞机大战游戏源码,基于mfc开发,包含设计文档
- 2022-06-18 20:25:27下载
- 积分:1
-
在一个班,C++使用三关键词设置访问界限:公共、私人…
在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
- 2023-08-14 12:10:03下载
- 积分:1
-
虚拟内存分页逻辑地址和物理地址之间的转换…
分页式虚拟存储器中逻辑地址和物理地址之间的转换和缺页中断-Virtual memory paging logical address and physical address conversion and between the page fault
- 2022-04-25 00:34:02下载
- 积分:1
-
一个win32下,用sdk编写的键盘操作代码
一个win32下,用sdk编写的键盘操作代码-a win32, with sdk prepared by the keyboard operation code
- 2022-03-25 21:55:13下载
- 积分:1
-
图书管理系统,采用Visual Basic编写,能实现对图书书籍的管理,对其进行添加、删除、修改。并能进行借书日期的管理,当超过一定的时间后就会对读者进行罚款...
图书管理系统,采用Visual Basic编写,能实现对图书书籍的管理,对其进行添加、删除、修改。并能进行借书日期的管理,当超过一定的时间后就会对读者进行罚款-Library management system using Visual Basic development, to achieve the management of the library books, their add, delete, modify. And to date the management of library, when after more than a certain amount of time readers will be fine
- 2022-07-03 12:51:50下载
- 积分:1
-
VC实现属性页示例
项目中应用程序常会实现配置对话框,以方便用户配置参数。复杂应用的配置参数可能比较多,如果所有配置参数显示在一个对话框窗口,可能显得拥挤并且有些凌乱。属性页可以很好的解决此问题,可将不同类别的配置参数放在不同属性页中显示操作,界面显得既简洁又有条理。本程序为visual C++实现的属性页的例子,对做工程项目有帮助。程序采用MDI窗口实现,visual studio 2008工程
- 2022-03-10 12:28:33下载
- 积分:1