资源列表
paixu
- 本人实际应用中的程序段,可以通过点取标题栏来对数据窗进行排序,可以实际中使用-I actual application block, can point to take the title bar to sort the data window, can be used in practice
ExcelTest
- MFC操作EXCEL的DEMO程序,使用VC++ MFC技术。-The DEMO program of MFC operation EXCEL, VC++ MFC.
DepotManage
- 仓库管理系统,VC++开发,使用ACCESS数据库。-Warehouse management system, VC++ development, using the ACCESS database.
tushuguan
- 完整的图书馆管理系统,我的课程设计,自己做的-Complete library management system, my curriculum design, do it yourself
SqlDemo
- 自己做的Qt连接数据库SQL Server 2008R2,使用dns的odbc的方式访问数据库。并实现查询操作。学C++Qt框架的必学!下载后改下数据库连接的设置即可!-Own Qt connected database in SQL Server 2008R2, use the odbc dns way to access the database. And query operation. Must learn learn C++Qt framework! Download database
dataGridView
- WinForm dataGridView分页,包含创建数据库的脚本和存储过程脚本-The WinForm dataGridView paging, containing the scr ipt to create a database and stored procedure scr ipts
Student-management-system
- 学生管理系统 通过C++具有实用性编写的程序-Student management system with practical programs written by C++
test
- Delphi+Access数据库最简单的增删改查实例,从Dbgrid获取行内容到textbox,新学者看几遍,就可以开发简单数据库程序。-This is a simple sample project for Delphi+Access ,with insert,delete,update,query function,and you can get data from dbgrid control then set value for Textbox. for new delphier,ju
vbknowaccess
- 用vb写的知识库系统,源码,本人自已一直髟着,非常方便,记录下平常工作中遇到的问题-Vb write knowledge-based systems, source code, I own has been shaggy, very convenient to record the problems encountered under normal working
MFC 图书管理系统
- MFC+ SQL Server 2005
Animals-ADO-Data
- 动物数据库编程,简单数据库编程,使用了ADO。-The animal database programming, a simple database programming, using ADO.
RAPIDXML
- RAPIDXML中文手册 RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。 整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。 R