搜索资源列表
(1)
- 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
searchBST
- 二叉搜索树实现的文本文件单词索引表,可将文本中单词按字母顺序列出并且列出每个单词在文本中出现的次数-Binary search tree implementation of the text file the word index table, you can text the word list in alphabetical order and each word in the text are listed in the number of occurrences
Demo_caut
- Search algortim , this apllication allows you to search text from a textbox
Trie
- Trie,又称单词查找树、前缀树,是一种哈希树的变种。应用于字符串的统计与排序,经常被搜索引擎系统用于文本词频统计-Trie, also known as the word search tree, the prefix tree, is a variant of the hash tree. Applied statistics and sorting of strings, often by the search engine system for text word frequency s
dictionary
- 电子词典的创建链表程序,将文本文档内的内容放入链表中,为后续的查找做准备。-Program to create lists of electronic dictionary, the contents of the text within the document into the list in preparation for the subsequent search.
tf-idf-algorithm
- 按tf-idf在剔除一些常用词后给出文本中术语的统计算法和程序,并按降序进行排序,另外,对文档建立inverted file,然后进行检索的算法-Tf-idf removed by a number of commonly used words in the text given after the algorithm in terms of statistics and procedures, according to descending order, in addition, the do
wenbenbianjiqi
- 文本编辑器插入查处,查找,是数据结构的实验,大学实验,我拿个100分的-The text editor insert to investigate and deal with the search
xiaoxingwenbenbianjiqi
- 问题描述:设计一个行编辑程序,使其具有通常行编辑器(如Vi、Edlin)应具备的基本功能。 基本要求:编辑器应具备对文本文件的查找、插人、删除、修改、字符串替换、统计字数,统计行数等功能,对于超过一屏的长文件,应能够分页显示,查找功能用字符串匹配算法实现。设计用户接口命令,实现对文本的编辑。 可以支持“* ”、“? ”等通配符-Problem Descr iption: design a line editor, which is usually a line editor ( such
dictionarytree
- 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for statistical, sort and save a lot
textedit
- 一个简单的文本编辑小程序,可以实现添加、删除、插入、搜索等功能,运用数据结构。-A simple text editor small program, and can realize add, delete, insert, search, and other functions, using data structure.
simpletextedit
- 运用数据结构编写的一个简单的文本编辑小程序,可以实现添加、删除、插入、搜索等功能。-Using the data structure of write a simple text editor small program, and can realize add, delete, insert, search, and other functions.
filesheacher
- 自己写的全文检索工具,可应用成小型搜索引擎.-Write your own text retrieval tools can be applied to a small search engine
Keyword-Search-System
- 建立一个文本文件,文件名由用户用键盘输入,输入一个不含空格的关键字,统计输出关键字在文本中的出现次数。 本项目的设计要求可以分成两个部分实现:首先建立一个文本文件,文件名由用户用键盘输入;然后输入一个不含空格的关键字,统计输出该单词在文本中的出现次数。-Create a text file, the file name input by the user using the keyboard, enter a keyword with no spaces, statistical outpu
Hashing Search
- 哈希查找, 根据文本输入构建哈希表, 输入字符串输出对应字符串在文本中出现的位置(Hash lookup, Build a hash table based on text input, The input string outputs the position in which the corresponding string appears in the text)