搜索资源列表
Osql10_demo.zip
- 上面代码的一个测试例子
c45
- 该代码是数据挖掘里面的决策树算法 利用c45理论,通过对训练数据的分析判断,计算出各个数据的其它对目标属性的重要程度,即计算出每个其它数据的信息增益值来将训练数据逐步分类,最后得出目标分类,从而实现决策树的生成过程。最后即可利用此决策树来对新的数据进行测试,判断其目标属性的可能值。
CppSQLite_3_1_demo_and_src
- 嵌入式数据库sqlite 3.1源码,含有原始的类封装和测试代码
Flash Thief
- (转载)在网上看到别人用C写的一个简单的U盘小偷源程序,确实很简单,因为没什么功能,也没什么错误检测。因为自己需要(当然是干坏事了^_^,不过不是什么伤天害理的坏事),也就简单的编译了那个小程序。 后来想起这个东东,就自己亲手用VC++重新编写了一个,而且是以Windows服务形式工作的,功能还勉强。现在把一些不足的代码完善完善,经测试可用。如有不足或好的想法请提出,一起交流交流~~~ 提供源代码下载,VS2008项目的,如果你用VS2005或以下版本,可能有些数据库类型需要强制转换
TestOracleJDBC
- OracleJDBC的测试代码,数据库脚本为create table usb( nmb int,sb char(20)) -Oracle test code, database scr ipts to create table usb (nmb int, char sb (20))
My-Ado
- 利用ADO进行封装库和测试代码 个人信息管理-A DO class t o c o n n e c t to d a t a b a s e and t h e test
GameicoTodatabase
- 大量ICO存取数据库,类似网吧游戏平台,不完整的前期测试代码,欢迎下载,呵呵, -ico save to Access,
Advanced.examples.vc.test.data.list
- vc编程实例数据列表高级测试代码Advanced programming examples vc test code data list -Advanced programming examples vc test code data list
dbtest
- vc ado数据库连接程序,测试代码,连接sqlserver 数据库
database_test
- 数据库测试代码,可以列出数据库内容,简单程序-Database to test the code, you can list the contents of the database
devtext
- 针对设备数据库的测试代码,有设备数据库,可以学习一下-Test code for the device database, equipment database, you can learn about
mongodb c#测试代码
- mongodb c#测试代码,包含数据库的连接,插入,批量插入操作
windowtype
- PowerBuilder学习时写的测试代码,数据库为Sybase-Test code PowerBuilder learning to write, the database is Sybase
MysqlDoc09f47fsa804d2
- Vs2010连接Mysql数据库方法, 包括环境设置,连接方法,测试代码等。-Vs2010 Mysql database connection methods, including environmental settings, connection method, test code and so on.
helloworld
- 路由器openwrt系统交叉编译环境测试代码hellloworld及makefile,liuux可以支持gcc编译,交叉编译环境需要下载OpenWrt-SDK-ar71xx-for-Linux-i686-gcc或直接下载openwrt编译出SDK 文件-Router openwrt cross-compile environment test code hellloworld and the the makefile, liuux support the gcc compiler, cross-
testodbc
- ODBC测试代码,可以测试出你的odbc有没有安装成功,使用QT 或者通过运行vsproject 也可以运行。ACCESS数据库-ODBC test code, you can test out your odbc have not installed successfully, using QT or by running vsproject you can run. ACCESS
stopwatch
- 测试代码运行时间,很不错的程序测试类。已封装好,有注释。-Run-time test code, it is a good type of program testing
Test118
- 编程环境测试代码,通过测试可以判断是否可以编译次序。-err
stopwatch
- 测试代码运行时间,很不错的程序测试类。已封装好,有注释。-Run-time test code, it is a good type of program testing
VBsqliteDB
- 无需部署即可使用的sqlite演示程序 程序用vb6编写,包含sqlite的基本操作及性能测试,直接调用sqlite.dll中的api函数。性能测试中演示了插入操作使用事务提交及不使用事务提交方式在时间上的巨大差异。演示及性能测试代码为原创。-No need to deploy sqlite demo program can use the program with vb6 write, contains the the sqlite basic operation and performanc