搜索资源列表
基于MS Index Server 的全文索引实现
- 本人有个爱好就是看到网上好的文章就收藏起来。目前机器上有250M的文章了,并都已按时间,目录分类存放好。但是在查找时发现很不方便。所以想自己建一个全文索引的知识库
分散索引的文件系统
- 分散索引的虚拟文件系统-scattered Index Virtual File System
索引结点实现目录管理
- 利用索引结点实现文件目录管理,可以实现dir,cd,md,rd操作。-Index node using files directory management, can achieve dir, cd, md, rd operation.
获取文件目录索引结构 v1.1.1
- 获取文件目录索引结构 v1.1.1
用C语言写的搜索引擎,包含多种建立索引的方式
- 用C语言写的搜索引擎,包含多种建立索引的方式-C serach engine, contains many methods for index establishing
QuadTree_src.zip
- 国外比较好的一个四叉树源码,对研究空间索引的同学有帮助,Abroad, a better source of a quadtree, the study of spatial index will help students
IndexMakerSrc
- 根据HTML的HEAD项将本机的HTML建立索引以便于浏览-Create index using html in local according by HEAD items of html ,thus make scan easier
BTREE
- 读写数据用直接地址而不用单元个数 全局变量的命名规则是所有首字母大写,其它命名规则是"驼峰命名法" 由于读取的数据的主码是账号都是正整数,所以如果索引中key为负值的话则表示该关键字为空 插入的方式是首先插入到数据文件中,如果索引启动了再维护索引文件. -Read and write data directly address the number of units rather than global variables naming the first letter of the rul
1.8
- 一本书的页码从自然数1开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多于的数字0,例如,第6页用数字6表示,而不是06或者006等。现在需要编写一个方法int[] CaculateNumber(int n),给它一个书的总页码n,方法能有个返回值,它记录了在给定的页码n中0,1,2….9数字出现的次数(如页码67表示6和7各出现了一次)。数组一共九个元素,0出现的次数记录在数组索引为0的元素中,依次类推。-A book page from the natural numbe
include1
- 这是关于学生成绩管理的程序,实现功能:输入、输出、插入、删除、查找、追加、读入、显示、保存、拷贝、排序、索引、分类合计、退出。-This is on student achievement management procedures, to achieve functions: input, output, insert, delete, find, additional, read, display, save, copy, sort, index and classification tog
test
- 大量点网格索引文件的实现,一个索引文件,一个点文件的结构。-Grid Index file a large number of points, the realization of an index file, a point file structure.
sjjg
- Index /*定义学号主关键字索引文件结构*/ typedef struct{ char num[8] /*学号*/ char name[9] /*姓名*/ char gender[3] /*性别*/ int score /*成绩*/ }DataType /*定义主文件结构*/-Index /* definition of Student ID primary key index file structure*/typedef struct (char
c
- 串联文件、索引文件存储模拟 操作系统课程设计-Series documents, the index file storage operating system, curriculum design, simulation
incert
- 数据库中,B+树索引的构造,此程序实现了200000个项目的插入!-Database, B+ tree index structure, the program achieved 200,000 into the project!
混合索引和成组链接法算法 - 副本
- 混合索引成组连接模拟实现(转) 混合索引成组连接模拟实现(转)(Hybrid index, group connection, simulation implementation (transfer))
实验六:索引及查询的优化
- sqlserver索引和查询优化,啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊(Sqlserver index and query optimization)
zepto
- zepto手机选择城市索引列表代码zepto手机城市列表,按字母分类排列、可以快速查找选择城市代码。(Zepto mobile phone select city index list code)
18.迭代器、分部类、索引器
- .迭代器、分部类、索引器 : 索引器的概述和声明 、18.5类在索引器中使用、18.6索引器在接口中使用、综合小结(Iterator, partial class, indexer)
lib
- lucene建立简单索引,配置本地文件路径,多文件建立索引(Lucene establishes a simple index)
Python算法:如何解决回文索引问题
- Python算法:如何解决回文索引问题 本文将给与解答(Python algorithm: how to solve the problem of the palindrome index)