搜索资源列表
多维数据的索引
- 这是一个可以检索大量数据的程序,希望对需要的朋友有所帮助 -This is a large volume of data retrieval procedures, and I hope to have a friend in need of help
shiyan01
- 功能强大,包括:创建新十字链表、节点删除、节点插入、打印十字链表 、存盘、文件中恢复(读出)矩阵、检索指定矩阵元素(关键字是行列下标) 、检索一个指定矩阵元素(关键字是矩阵元素值)-powerful features, including : creating a new Cross List, delete nodes, the nodes to insert, print Cross Chain, archive, the paper recovery (read) matrix, retr
sanliejiansuo
- 本程序是用开地址法实现散列的检索算法-this program is open address Method hash retrieval algorithms
Data_Struction_sort_search
- 数据结构作业。 排序和数据检索比较演示程序。 图形界面。-data structure operations. Sequencing and comparison data retrieval demonstration program. Graphical interface.
Universityschoolregistermanagementsystemmanagement
- 要求完成以下功能: 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 5)能够统计各科的平均成绩及及格率。 6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7)如果检索不到相应的信息应提示用户。-asked to perform the following functions : 1
disk
- 磁盘文件最优存储问题,设磁盘上有n 个文件f1, f1,fn,每个文件占磁盘上1 个磁道。这n 个文件的检索概率分别是p1, p2, , pn-document optimal disk storage, disk based on documents n f1, f1, fn. each file on disk for a cylinder. N This document retrieval probability were p1, p2, and pn
最优的二分检索树
- 最优二分检索树的实现-optimal retrieval tree realize
4th_AOE
- 数据结构算法,aoe ,图的最小代价路径检索。-data structure algorithms, aoe, for the minimal cost path retrieval.
bptree
- 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University cl
avlTree
- 平衡二叉树的高效率实现,可用于一般的数据查找,检索,效率非常高!-Balanced binary tree to achieve high efficiency, can be used for general data search, retrieval, efficiency is very high!
Data_structure_tutorial_for_data_retrieval
- 数据结构教程之数据检索资料Data structure tutorial for data retrieval -Data structure tutorial for data retrieval Data structure tutorial for data retrieval
Flight
- 《数据结构课程设计》--航班信息检索--C++简单实现。包括:1.输入航班信息2.删除航班信息3.查询信息4.显示全部记录 -" Data Structure Course Design" - Flight Information Retrieval- C++ simple to achieve. Include: 1. Enter flight information 2. Delete flight information 3. Query information 4.
C_qeustion3
- 双向链表的操作,包括初始化,插入,删除,排序,释放,检索。使用动态内存,用结构体描述链表-Doubly linked list of operations, including initialization, insert, delete, sort, release, retrieval. Use of dynamic memory, linked with the structure described
zz
- 数据结构的航班查询和检索,以此实现数据的查询。-Flight data structure query and retrieval, as data query.
hash_table
- 利用开散列表实现电话本存储及查找功能,可用于计算机专业数据结构课程设计-By using opening the hash table realize the telephone storage and retrieval functions, can be used for computer professional data structure course design
visKDTree
- KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) i
FractionTest
- This program defines a class for fractions, which stores a numerator and denominator. A member function allows for retrieval of the fraction as a double and another outputs the value in lowest terms.
c_huffma
- 哈弗曼编码,编写最优二叉树,完成最优二叉树的创建,检索等功能-Huffman coding, the preparation of optimal binary trees, complete binary tree of the best creation, retrieval and other functions
4
- B+树用以进行排序,建立检索表,进行一定范围的数据的查找,和文件目录下文件的管理,提高检索的速度-B+ tree for sorting, the establishment of keys, to find a range of data, files and file directory management and improve the speed of retrieval
retrieval-models
- 数据结构设计程序之全文检索模型,便于初学-Data structure design process, retrieval models, easy beginner