搜索资源列表
gongziguanlixt
- 用VB6.0编写工资管理系统,利用软件工程原理,采用面向对象的编程方法,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,实现了工资管理的自动化和信息化.-prepared with VB6.0 wage management system, using software engineering principles, using object-oriented programming methods, including development of its key data
ODBCApiDataManager
- ODBC的API应用,包括创建连接,获取数据的功能,工程还包括了一些按钮,菜单及列表控件的自画功能-ODBC-API applications, including the creation of connections, access to data, function, project also includes a number of buttons, menus and list controls the self-portrait function
OledbCustome
- Oledb自定义数据库浏览程序 摘要:VC/C++源码,数据库应用,Oledb VC++实现Oledb自定义数据库浏览程序,要运行程序 必须将数据库文件students.mdb与可执行文件放在一起,如果在vc开发环境中运行,则需要将该数据库文件放在工程目录下。-Oledb custom database browsing procedure
knn
- 这是一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳。 K-nearest neighbor search已经广泛应用在科学与工程上,比如模式识别,数据挖掘和信号处理。 -This is a small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm J
testSQLite
- VC访问SQLite数据库的完整工程,包含了基本的数据库应用测试代码,对快速学习有帮助。-VC access SQLite Database