资源列表

« 1 2 ... .66 .67 .68 .69 .70 2371.72 .73 .74 .75 .76 ... 2656 »

[数据结构常用算法tree

说明: <1>将一棵树(或森林)转换为二叉树。 <2>求森林的高度。 <3>按层次方式遍历森林。 <4>输出一个森林中每个结点的值及其对应的层次数。 <5>输出一个森林的广义表形式,如下图中的森林的输出为:-< 1> will be a tree (or forest) into a binary tree. < 2> for the high f
<李涛> 在 2025-01-12 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法maze

说明:简单的迷宫程序,是基本的数据结构入门程序,适合初学者学习-A simple maze procedure, is the basic data structure entry procedures
<yaochao> 在 2025-01-12 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法gouzaohanshu

说明:构造函数的源代码,数据结构的算法编程,希望对大家有帮助-Constructor source code, data structures programming algorithm
<fsrm> 在 2025-01-12 上传 | 大小:1.09mb | 下载:0

[数据结构常用算法BinaryTree1.2

说明:异质二叉树的实现,增加删除查找,vs2005-The realization of heterogeneous binary tree, vs2005
<Kevin> 在 2025-01-12 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法Maze

说明:C++语言实现的迷宫求解算法,可以自动生成迷宫,也可以手动生成迷宫-C++ language of the maze solving algorithm, can automatically generate the maze, the maze can also be generated manually
<桂柯易> 在 2025-01-12 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法Josephus

说明:VC++6.0下的约瑟夫环问题实现,可以输入人数和要数的数字,并将出队的次序依次输出-Josephus Circle with VC++6.0.You can input number of people and the number to be counted.Then sequence can be printed on the screen.
<琨琨> 在 2025-01-12 上传 | 大小:1.09mb | 下载:0

[数据结构常用算法2010011005_e4

说明:二叉树的建立、析构、前序、中序、后序遍历-binary tree
<ttq> 在 2025-01-12 上传 | 大小:1.09mb | 下载:0

[数据结构常用算法ch1

说明: 清华大学严蔚敏数据结构第一张程序代码,随书代码-Tsinghua University, Yan Wei Min data structures, program code
<手心> 在 2025-01-12 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法Tree

说明:对树的各种操作,包括二叉排序树,其中通过先序遍历和中序遍历构造二叉树,以及深度遍历,广度遍历,层度遍历,以及删除二叉排序树的某一个节点的操作。对学习数据结构有很大的帮助。-Various operations on the tree, including the binary sort tree, the first traversal and traversal construct a binary tree, as well as
<wafer> 在 2025-01-12 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法BTree

说明:实现了数据结构实验中的BTree,代码无错,可以正确执行-The BTree data structure experiments, code no mistake, you can correct execution
<anli> 在 2025-01-12 上传 | 大小:1.09mb | 下载:0

[数据结构常用算法ACM_1.3.3

说明:每天第一个到机房的人要把门打开,最后一个离开的人要把门关好。现有一堆杂乱的机房签 到、签离记录,请根据记录找出当天开门和关门的人。 -The people want the first day to the engine room door open, people want the last one to leave the door closed. Existing pile of messy room sign, signe
<chenhe> 在 2025-01-12 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法ACM_1.3.4

说明:输入一行数字,如果我们把这行数字中的‘5’都看成空格,那么就得到一行用空格分割的若干非负整数(可能有些整数以‘0’开头,这些头部的‘0’应该被忽略掉,除非这个整数就是由若干个‘0’组成的,这时这个整数就是0)。 你的任务是:对这些分割得到的整数,依从小到大的顺序排序输出。-Enter a column of figures, if we put this line digital ' 5 ' are seen as
<chenhe> 在 2025-01-12 上传 | 大小:1.09mb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 2371.72 .73 .74 .75 .76 ... 2656 »

源码中国 www.ymcn.org