资源列表
Bookstore_Sales_Management_System
- 一个不错的书店销售管理系统,欢迎大家指教-Bookstore Sales Management System
lhwy
- 这是利用Visual C++与Access数据库实现的学生成绩管理系统-This is the use of Visual C++ and Access database management system implemented student achievement
curso_cfp
- image processing general codes
DataBaseManager
- 一个数据库链接核心代码,一个公共模块,如果大家有链接SQL server 2000的代码 能发我一份 want-99@163.com-A database link to the core code, a public module, If you have link to SQL server 2000 code can be issued me a want-99@163.com
ddgl
- 一个针对家庭固定资产的程序(带源码),有需要取去吧-One for the family of fixed assets report
SalaryManagementSystemSource
- 工资管理系统源码pb9:基于PB的管理系统,适合于初学者-Salary Management System Source pb9: based on PB' s management system, suitable for beginners
11-06a-ADOSampleApp1
- some sample1 program made from visual basic
119128674Gabor
- pattern recognization and image processing
pODBC
- Direct mapping layer for ODBC database access (D5). Light weight, fast and no dependencies.
ReadAdoData
- Demo to Read a Access Database and print out one DataSet.
singlelink
- 单链表类的设计与实现,使用c++语言来描述-template<class type>class LinkList template<class type> class Node { friend class LinkList<type> //定义类LinkList<type>为友元 Node <type>*next //结点的指针域