搜索资源列表
多维数据的索引
- 这是一个可以检索大量数据的程序,希望对需要的朋友有所帮助 -This is a large volume of data retrieval procedures, and I hope to have a friend in need of help
成绩输出
- 知道成绩表,按分块查找法查找学号为几的各科成绩,索引表分3块。-know its performance, by the sub-block search, law school to find several branches achievements, indexing table three points.
C语言开发 BTREE 数据文件索引程序库
- 用c开发的B+树索引结构,能实现B+树基本的查找,删除,搜索功能-with the development of B-tree index structures to achieve the basic B-tree search, delete, search functions
spatialindex.vc
- 多维索引的多个结构的常用算法,如R树的插入删除修改,又如四叉树的插入删除修改等-Index multidimensional structure of a number of commonly used algorithms, such as the R-tree insert delete changes Again quadtree insert the revisions delete
jpg+ACCESS
- 使用ADO开发,将JPG图像保存至ACCESS数据库中,但是没有索引。-use ADO development, the preservation of JPG images to ACCESS database, but no index.
chuandesuoyin1
- 这是一个字符串索引的程序,使用c语言编写的,运行环境是vc6.0-This is a string indexing procedures, the use of the c language, the operating environment is vc6.0
bitsort
- 不错的排序算法。快速而且占用内存少,不过仅对不重复数据进行排序,如果出现重复,需要另加索引!-good sorting algorithm. Rapid and less memory, but only to not repeat data sorting, if duplication, and the need for indexing plus!
cisuoiyinbiao
- 数据结构-次索引的建立-data structure-building meeting Index
btree
- 为数据库创建索引的B+树的算法实现。功能包括创建删除节点、条目等。最终将树递归打印于屏幕。(包含内存资源管理)
cross_list
- c语言编写的十字链表,建立平凡词表,建立索引表,查找关键字。
IndexFileMain
- 索引文件操作(数据结构)-index file operations (data structures)
4-linkFileAutoWR
- 首先在程序中生成插入数据,可以随机插入也可以手动插入,然后自动生成索引文件,查找数据的时候可以根据索引来查找.
hash
- 使用链地址法解决冲突问题的哈希索引的实现!
Trie
- Trie树既可用于一般的字典搜索,也可用于索引查找。对于给定的一个字符串a1,a2,a3,...,an.则采用TRIE树搜索经过n次搜索即可完成一次查找。不过好像还是没有B树的搜索效率高,B树搜索算法复杂度为logt(n+1/2).当t趋向大,搜索效率变得高效。怪不得DB2的访问内存设置为虚拟内存的一个PAGE大小,而且帧切换频率降低,无需经常的PAGE切换。
qsort
- 可能是能找到的处理速度最快,处理能力最大的文本排序软件。软件里采用了如下技术加快排序速度和加大处理能力: 1.平衡二叉树排序;跳跃次数最少,路径最短; 2.重复字符串压缩存储;减少空间占用,也提高处理速度; 3.化零为整式申请内存,每次申请16M内存,减少了内存碎片,提高内存效率,同时也节省了内存申请所花的时间; 4.采用快速链接索引,可以快速跳到二叉树的分支; 5.含有按照通配符查找目录子目录所有文件的类,可快速排序整个目录和子目录的文本文件; 本软件用到C++诸多特征
WekaIndex
- 用过weka的知道,它需要特定的数据格式,如果对这种格式的做索引,效率会更高.这个wekaindex就是为这个做的.代码量虽然少,但是很有用的哦
索引技术
- 是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考-is the original data structure for doing business, it was a b tree this very worthwhile reference beginners
索引顺序表的查找源程序代码
- 数据结构上机实验内容 索引顺序表的查找源程序代码-data structure on the plane experiment content indexing table lookup sequence source code
BookFind
- 一个海量图书查询系统,程序可以模拟图书馆书库,随机生成100万条图书记录并形成索引表和哈希表,实现图书查找功能。同时计算执行效率。-Inquiry System of a mass of books, the program can simulate the library stacks, randomly generated one million books and records of the formation of the index table and hash table, the
十五个经典算法研究与总结、目录+索引(by_
- 十五个经典算法研究与总结、目录+索引(转)(classical algorithm)