-
学校注册管理[软件工程]
学籍管理【软件工程作业】- School register management [ software engineering work ]
- 2022-01-26 07:01:59下载
- 积分:1
-
清华大学类数据结构实现的乙
清华大学数据结构课上实现的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
-
二叉排序树,包括插入节点、删除节点、中序线索化、中序遍历等功能...
二叉排序树,包括插入节点、删除节点、中序线索化、中序遍历等功能-Binary sort tree, including the insert node, delete node, in the sequence of clues, in the traversal functions
- 2022-07-18 03:50:01下载
- 积分:1
-
是数据结构的课程设计,程序可以运行,但有时会出错,文档也有,希望对大家有帮助。最重要的是很简单,如果你什么都不会,但是课设题目,你就可以用。...
是数据结构的课程设计,程序可以运行,但有时会出错,文档也有,希望对大家有帮助。最重要的是很简单,如果你什么都不会,但是课设题目,你就可以用。-Is the data structure of curriculum design, program can run, but sometimes to be wrong, the document also, I hope all of you help. The most important thing is very simple, what if you do not, but the class-based subject, you can use.
- 2022-02-01 21:58:37下载
- 积分:1
-
表达式求值,c语言,有运行bug,可供研究使用。
表达式求值,c语言,有运行bug,可供研究使用。-expression evaluates, c language, and running bug, available for study.
- 2022-03-16 10:04:29下载
- 积分:1
-
MySQL是一个小型关系型数据库管理系统,开发者为瑞典MySQL AB公司。在2008年1月16号被Sun公司收购。目前MySQL被广泛地应用在Internet...
MySQL是一个小型关系型数据库管理系统,开发者为瑞典MySQL AB公司。在2008年1月16号被Sun公司收购。目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。MySQL的官方网站的网址是:www.mysql.com-MySQL is a small relational database management system, development of the Swedish company MySQL AB. In January 16, 2008 acquired by Sun. MySQL is currently being widely used in Internet, small and medium-sized site. Because of its small size, speed and low total cost of ownership, in particular the characteristics of open source, many small and medium-sized Web sites in order to reduce the total cost of ownership and choose the MySQL database as a Web site. MySQL
- 2022-08-19 01:59:46下载
- 积分:1
-
一本描述C++数据结构描述的书籍
一本描述C++数据结构描述的书籍-a description of C data structures described in the books
- 2022-02-09 15:44:13下载
- 积分:1
-
本人自编的解八皇后问题的程序,用了大量的指针实现。
本人自编的解八皇后问题的程序,用了大量的指针实现。-I own eight-Queen
- 2023-06-28 08:40:04下载
- 积分:1
-
通过修改access数据库的头文件来达到加密数据库的目的,在VC6.0平台上运行良好,已通过测试...
通过修改access数据库的头文件来达到加密数据库的目的,在VC6.0平台上运行良好,已通过测试-Access the database by modifying the header files to achieve the purpose of encrypting the database, in VC6.0 platform to run well, has been tested
- 2022-06-14 05:55:35下载
- 积分:1
-
约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。...
约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。-Josephus final run files, suitable for users, having been formed to C language implementation document.
- 2022-08-23 14:57:09下载
- 积分:1