搜索资源列表
vc108423425233
- 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treect
学校管理系统
- 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自
k-d tree C++ source codes
- 空间数据库中空间数据结构的应用,K-d树基本操作的源码,都在这个文档中。-spatial database structure of the data space applications, K-d trees basic operation of the source code in the documents.
tokyocabinet-1.4.17.tar.gz
- Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布
ECSClient
- 数据库的应用和树状结构的应用,可以通过该例子学习如何动态添加树形节点,以及如何使用ADO访问SQL数据库。-Database application and the application of tree, you can learn how to dynamically add the example of tree nodes, and how to use ADO to access SQL databases.
R-tree
- R树索引树的代码,用于空间数据库索引,是先进比较流行的数据库索引算法-R-tree index tree code, the index for spatial databases, advanced database indexing algorithm more popular
Bplus
- B+树的源代码,c++版,用类实现的。 是许多数据库系统使用的检索系统-B+ tree source code, c++ version, with the class achieved. Database system used in many retrieval systems
tree
- treeview控件与数据库连接、操作实例,具体修改、添加、删除节点的功能,可供学习。-treeview control with the database connection, the operation instance, specific changes, add, delete node function, available for study.
UDS
- UDS Oa 用 vs2008重新编译, 替换了里面的 tree和一些不再支持的控件. 不过不知道是原始文件的问题还是升级造成的,有些功能不太正常. 只包含网站,数据库,文档等请自己搜索-UDS Oa recompiled to use vs2008 to replace the inside of the tree and some of the controls is no longer supported. But do not know the original documen
tree
- 可以有多层目录的树控件,连接数据库,自由的添加删除节点!-Can have multi-directory tree controls, connect database, free to add delete the node!
ArticleTree
- 从数据库中的留言表取出数据,根据帖子的层次,输出树状的留言内容-Message from the database table data removed, in accordance with the level of posts, the output message tree contents
dTreePric
- 主要是用Dtree.js做的一个树形结构,有利于大家都学习和共同进步。用到了数据库,主要有Student和Class两张表,通过Class可以动态的获得Student的信息-Dtree.js is mainly used to do a tree structure is conducive to all learning and common progress. Use a database, there are Student and Class 2 form, through the Cl
AssociationRuleAlgorithm
- 本文在分析以往各种算法的基础上,提出了一种适用于长模式挖掘的不产生候选集的 关联规则改进算法,我们利用数据库查询语言存储FP一tree的信息而不建立FP一tree结构, 提出约简属性和直接从频度表(f_list)中提取CLOSET的方法,从而节省时间和空间。 -Based on the analysis of the previous algorithms based on a model applicable to long-mining does not produce a ca
ASP.NETSKv1.01
- T树索引源代码.一个T树索引示例,用来展示内存数据库中,T树索引是怎么建立的。-t-tree index MMDB
program
- Delphi中数据库关联树型结构生成与同步数据维护-Delphi, the database associated with tree-structure generation and synchronization of data maintenance
20067258578011
- 名片管理 pb9.0,很多技巧非常实用,希望管理员多加点分。 /*-------------采用过的pb技巧---------------*/ 1、自动注册ODBC及自动卸载ODBC 2、从数据库中检索出数据,动态的生成弹出式树结构菜单 3、利用双列的数据库表生成树结构函数 -Card management pb9.0, a lot of skill is very useful and hoped that more dotted the administra
SalaryPrint
- 06年给一个工厂做的工资打印的源码,采用SQLSERVER数据库链接,FASTREPORT报表,VirtualTree树形控件,压缩文件包含这两个控件和源码。-In 2006 to a factory to pay the printed source code, using SQLSERVER database link, FASTREPORT reports, VirtualTree tree controls, compressed file that contains the two c
TreeCtrlDB
- tree 控件的数据库演示,以及tree是如何响应的。是个初学者很好的列子
Netbeanjtree
- 采用JTree根据数据库表建立树形结构。需要用mysql创建一个area(id,name)。id的结构是x.xxx.xxx.xxx结构,层次可自己设定。-Established according to a database table using JTree tree. Need to use mysql to create a area (id, name). id structure is x.xxx.xxx.xxx structure, hierarchy can set yoursel
MiniSql-master
- 具有B+树,能完成搜索,插入,删除功能的简易数据库(A simple database with B+ tree that can search, insert and delete functions)