-
清华大学类数据结构实现的乙
清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University class data structure to achieve the B-tree, the design of a B-tree four bands, including : (a) the leaves of each record should include 4-byte (long) key code value and 60 gigabytes of data fields (document storage, etc., can be set), set up each leaf store five records, and internal nodes is the key code value/means against. In addition, each node should have the same point under a layer of the target node, the node storage key code number; (2) The B-tree four bands should support the insertion, deletion and with the given key code value accurate retrieval and key codes scope retrieval; (3) Display (Print ) This four bands B-tree growth (including the deletion of nodes) process examples;
- 2022-01-21 19:44:41下载
- 积分:1
-
实现了关键路径算法。 给定一些点,并给定点间的路径的权值,求两点间的最短路径...
实现了关键路径算法。 给定一些点,并给定点间的路径的权值,求两点间的最短路径-achieve a critical path algorithm. Given some point and fixed-point to the right path of duty between 2:00 seek the shortest path
- 2022-04-28 16:41:55下载
- 积分:1
-
数据结构和算法中文第二版源代码程序打包下载
数据结构和算法中文第二版源代码程序打包下载-Data structures and algorithms second edition of the Chinese package download the source code program
- 2023-03-27 02:40:03下载
- 积分:1
-
对文本文件进行huffman编码,并显示huffman树
对文本文件进行huffman编码,并显示huffman树-to the text document for Huffman coding, and that Huffman tree
- 2022-06-18 16:02:23下载
- 积分:1
-
Infix expression into a suffix for the value of expression and the use of switch...
中缀表达式转换为后缀表达式并求值
使用switch语句-Infix expression into a suffix for the value of expression and the use of switch statement
- 2022-05-13 12:04:02下载
- 积分:1
-
对系统随机生成的一组数据进行排序,查找,统计不同排序方法需要的比较次数和交换次数以及不同排序需要的时间,还有要记录查找时间...
对系统随机生成的一组数据进行排序,查找,统计不同排序方法需要的比较次数和交换次数以及不同排序需要的时间,还有要记录查找时间-The system randomly generates a set of data to sort, search, statistical comparison of the different sorting methods require the number and frequency of exchange, as well as the time required for the different sort, as well as to find time to record
- 2023-08-22 16:30:04下载
- 积分:1
-
zeolib 基 mysql zeolib 连接
Morfik 的 Zeos 软件包提供本机数据库连接到数据库服务器如 MySQL、 Microsoft SQL Server、 Postgres Oracle 和 SQL Lite 通过本机连接库或在 Microsoft SQL Server,通过 OLEDB SQL 本机客户端的情况下。
此体系结构上构建的 Morfik 的第一个数据库包是 Zeos 本机数据库连接包。它正在基于 Zeos Lib 用于连接到各种数据库,包括 MySQL,MS SQL、 Postgress、 Oracle 和 SQL Lite 通过本机连接库或在 Microsoft SQL Server,通过 OLEDB SQL 本机客户端的情况下提供一个通用的图层。Zeos Lib 已经开发了许多年,已经达到一定程度的成熟和工业实力。它是与 FreePascal 兼容,并支持 Windows 和 Linux 平台上。
- 2022-07-13 10:23:42下载
- 积分:1
-
E-store
CMU SSD7 EXE4答案.
实现要求全部功能
绝对满分-E-store CMU SSD7 EXE4 answer. All the functional requirements to achieve absolute perfect score
- 2022-07-09 08:24:37下载
- 积分:1
-
平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树....
平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanced binary tree.
- 2022-02-25 00:21:11下载
- 积分:1
-
学生档案管理系统,是delphi初学者的操作例子,很全面!
学生档案管理系统,是delphi初学者的操作例子,很全面!-Student records management system is the operation of beginner delphi example, very comprehensive!
- 2022-07-14 19:11:13下载
- 积分:1