搜索资源列表
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协议发布
CHAP09
- 顺序表的查找,有序表的查找,静态树表的查找,索引顺序表的查找-Sequential table lookup, table lookup ordered, static tree table lookup, index lookup table in order
ArticleTree
- 从数据库中的留言表取出数据,根据帖子的层次,输出树状的留言内容-Message from the database table data removed, in accordance with the level of posts, the output message tree contents
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
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
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
MiniSQL4.0
- MiniSQL Search for certain tuple Search between a range Create table Create B+index based on the key Drop table Drop index -A simple database. Simple operations are supported like search for certain tuple and create a new table. B+tree