资源列表

« 1 2 ... .41 .42 .43 .44 .45 2346.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法tree

说明:假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 ^AL ABL ACR BDL CEL CFR
<tesla> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法bubble_sort

说明:This an example of the use of Bubble sort algorithms developed in c#-This is an example of the use of Bubble sort algorithms developed in c#
<phoen25> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法binarytree

说明:数据结构二叉树代码,包含二叉树多种结构代码-Binary code data structure
<旺旺> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法jeseph

说明:(1)建立具有n个结点的单循环环链表,其数据域值为生成结点时的顺序号。 (2)解约瑟夫问题-(1) the establishment of a single loop n-node ring list, the data field is generated when the node sequence number. (2) Joseph problems solution
<lansejingling> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法quick

说明:快速排序算法功能的实现,里面的详细的说明-Function of the realization of fast sorting algorithm, which detailed descr iption of
<博伦> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法12

说明:运用递归方法建立二叉排序树并实现结点的插入-Recursive Methods using binary sort tree and implement the insertion node
<杰克> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal

说明:this code for kruskal algorithm in c-this code for kruskal algorithm in c++
<Mypd> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法gupiao

说明:股票信息系统的 1、基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名称查找,并显示该记录。 (4)代号的排序 按代号的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该
<兰锋> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法t

说明:桶排序算法示例 ,比较简单,-Sample bucket bucket sorting algorithm sorting algorithm example, relatively simple,
<张忍冬> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法passriver

说明:农夫过河程序。农夫载狼、羊、菜过一条河,每次只允许农夫和其中最多一样过河。若无农夫看管,狼若和羊在一起时,狼会吃掉羊;若羊和菜一起时,羊会吃掉菜。使农夫、狼羊和菜安全到达河的对岸。-The farmer across the river program. Farmer set the wolf, sheep, vegetables across a river, each of which allows only up to the f
<zhaoshu> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法binarysearch.c.ZIP

说明:this program gives manipulations on binary search trees
<Murali krishna> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法beibao--wenti

说明:背包问题,百度文库上下载的,代码有点长,你懂得-Knapsack problem, Baidu download library, code a bit long, you know
<戚朋全> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 2346.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org