Inverted_search

所属分类:数据结构
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-02-22 17:51:46
上 传 者sh-1993
说明:  使用c编程进行反向搜索
(Inverted search using c programming)

文件列表:
a.out (22256, 2023-02-22)
backup.txt (339, 2023-02-22)
create_DB.c (3288, 2023-02-22)
display_DB.c (961, 2023-02-22)
file1.txt (16, 2023-02-22)
file2.txt (10, 2023-02-22)
file3.txt (16, 2023-02-22)
file_validation.c (2065, 2023-02-22)
inverted_index.h (1497, 2023-02-22)
main.c (2721, 2023-02-22)
new.txt (17, 2023-02-22)
save_DB.c (1057, 2023-02-22)
search_DB.c (730, 2023-02-22)
update_DB.c (646, 2023-02-22)

# Inverted_search An inverted index is an index data structure storing a mapping from content, such as words or numbers, to its locations in a database file, or in a document or a set of documents. The purpose of an inverted index is to allow fast full text searches.

近期下载者

相关文件


收藏者