-
This program sports a fresh interface which uses a variety of components. It bas...
This program sports a fresh interface which uses a variety of components. It basically underlines the use of the Database Access Object (DAO) in Delphi by storing information about your Clients into a MS Acess database.
- 2023-04-29 06:00:04下载
- 积分:1
-
对于VC编程很有帮助,非常好的非常好的不可见的分隔条
对于VC编程很有帮助,非常好的非常好的不可见的分隔条-for VC helpful, very good very good visibility to the separation of
- 2022-06-21 05:27:46下载
- 积分:1
-
实例290——创建记录键盘动作的全局钩子DLL
创建记录键盘动作的全局钩子DLL。
- 2022-02-05 19:55:19下载
- 积分:1
-
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。...
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。- C++ University Guide , the abstract data type and sample programs. Teach you methods of interface and implementation separation, control of members of private property access and function of the tool.
- 2022-01-25 20:11:08下载
- 积分:1
-
公开先进战争
应用背景二维moddable兵棋在“高级战争风格”(任天堂GBA &;DS)游戏。Lua脚本可以是。使用sfml2,升压和luabind(也许guichan)。关键技术战术策略游戏和动作脚本支持前:lua,sfml2,luabind,guichan ;
- 2022-03-12 09:05:53下载
- 积分:1
-
vc++在操作系统的应用 vc++在操作系统的应用
vc++在操作系统的应用 vc++在操作系统的应用-vc in the operating system application in vc application of operating system
- 2022-02-26 12:31:49下载
- 积分:1
-
一个使用CD播放器的代码
一个使用CD播放器的代码-use of a CD player code
- 2023-07-09 10:55:03下载
- 积分:1
-
MCP2515 CAN通讯,在ADS1.2下编译,硬件平台为S3C2410X,通过测试
MCP2515 CAN通讯,在ADS1.2下编译,硬件平台为S3C2410X,通过测试-MCP2515 CAN communications, in the next ADS1.2 compiled, the hardware platform for S3C2410X, to pass the test
- 2022-06-01 14:30:52下载
- 积分:1
-
bios 1351 编程技巧
bios1351.编程技巧-bios1351. Programming Skills
来自:http://www.bockelkamp.de/
- 2022-01-24 13:32:10下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1