-
create a binary tree using preorder before the establishment of a tree. transmis...
创建一棵二叉树,采用前序遍历的方法建立一棵树,传递的参数为一个指向结点的指针的指针,目的是为了解决传值的问题,输入@符号的时候,表示一棵子树结束线索化二叉树,寻找当前结点的后继结点,寻找当前结点的前驱结点,中序遍历
-create a binary tree using preorder before the establishment of a tree. transmission parameters of a point to the node pointer, the purpose is to solve the problem of traditional values, the importation of the @ symbol, said the end of a tree-binary tree of clues to find the current node"s successor nodes, for the current node precursor nodes, China preorder
- 2023-02-13 17:50:04下载
- 积分:1
-
*Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子...
*Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem description : a long, wide and high respectively m, n, p rectangular cut into the 000 m* n* p small cube. Within each small cube is an integer. Seeking to have the largest rectangular son cuboid. The son of rectangular size it contained all integral and defined.* /
- 2023-05-13 14:30:02下载
- 积分:1
-
李纯
李春葆的《数据结构教程》教学PPT及书中所有源码,很值得一看!-Li Chun-bao s Data Structure Course Teaching PPT and source book of all, it is worth a visit!
- 2022-01-28 14:30:21下载
- 积分:1
-
这个是Hilbert曲线的实现算法,可以具体演示出每级曲线的绘制过程,最多可实现8级曲线的绘制....
这个是Hilbert曲线的实现算法,可以具体演示出每级曲线的绘制过程,最多可实现8级曲线的绘制.-Hilbert Curve is the realization of the algorithm can be demonstrated that each specific grade curve of the process of drawing up to achieve eight curve drawing.
- 2022-06-18 23:23:49下载
- 积分:1
-
ACCESS VBA编写的报表生成向导源代码,很不错的
ACCESS VBA编写的报表生成向导源代码,很不错的-ACCESS VBA statements prepared Wizard source code, very good
- 2022-07-04 08:01:52下载
- 积分:1
-
迷宫算法程序学习,数据结构里的经典学习程序,代码经过自己的优化,加快了搜索速度...
迷宫算法程序学习,数据结构里的经典学习程序,代码经过自己的优化,加快了搜索速度-maze procedures learning algorithms, data structures of classical learning process, by its own code optimization to speed up the search process
- 2022-01-26 05:22:03下载
- 积分:1
-
改良的新型遗传算法,增加了父代与子代的杂交,适合特殊问题求解。...
改良的新型遗传算法,增加了父代与子代的杂交,适合特殊问题求解。-New improved genetic algorithm, an increase of parent and offspring of the hybrids, suitable for specific problem-solving.
- 2022-02-22 05:59:01下载
- 积分:1
-
is a loaded Control category.
是一个已加载的控件类。-is a loaded Control category.
- 2022-02-21 13:24:50下载
- 积分:1
-
约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个...
约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。(有详细注解)数据结构学习的好例子-Joseph ring known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around on a round-table. K from the number of people reported a few, a few of the m out of that person him from one of the next person to start off, a few m to another person out and so the law of repetition until around round-table All of the people out. (Detailed notes) data structure to learn a good example of
- 2023-06-20 15:30:04下载
- 积分:1
-
Base64 编码器/解码器
这是一个简单的Base64串编码器/解码器,以通过互联网协议的电子邮件,密码等转换成Base64的使用。
这样做的一个常见的用途是做SMTP连接身份验证的用户名和密码进行编码。它支持NULL字符也是如此。
- 2022-11-11 03:10:03下载
- 积分:1