资源列表

« 1 2 ... .93 .94 .95 .96 .97 1998.99 .00 .01 .02 .03 ... 2656 »

[数据结构常用算法sort

说明:介绍了三种排序与查找算法:选择排序算法,冒泡排序算法,折半查找法-selection sort,bubble sort,find
<Mary> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法minspantree

说明:最小生成树的克鲁斯卡尔算法 采用邻接矩阵存储图,用树表示和实现集合操作-Kruskal minimum spanning tree algorithm uses the adjacency matrix memory map, with trees and realize that the collection operation
<刘生生> 在 2024-11-01 上传 | 大小:19456 | 下载:0

[数据结构常用算法dijkstra

说明: 用C语言实现dijkstra算法-Using C language algorithm dijkstra
<zlwu> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法c

说明:快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序. 创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
<Mary> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法DataStructure

说明:用C语言编写实现数据结构方面的例子,如栈,队列,二叉树等!-Using C language data structures examples, such as stacks, queues, binary tree, etc.!
<周峤> 在 2024-11-01 上传 | 大小:1468416 | 下载:0

[数据结构常用算法kruskal1

说明:kruskal算法求解最小生成树  K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-kr
<li chao> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法tongxun

说明:实现通信功能,方便人们生活中记录,查询,增加,删除等-The realization of communication to facilitate people' s lives in the record, query, add, delete, etc.
<liuruzhe> 在 2024-11-01 上传 | 大小:3072 | 下载:0

[数据结构常用算法1800

说明:数据结构1800例题与答案 这是一本非常好的数据结构习题集,适合考研的朋友参考。-Example data structure 1800 and the answer to this is a very good set of exercises data structures, suitable for study section of the reference of a friend.
<张志刚> 在 2024-11-01 上传 | 大小:782336 | 下载:0

[数据结构常用算法1717

说明:PKU1717-多米诺.DP实现,具体的转移方程可以看代码.-PKU1717-domino. DP realized, specific code can be seen the transfer equation.
<V-Jay> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法3497

说明:PKU3497-二分加贪心,具体算法详见代码~-Add PKU3497-II sub-greedy algorithm as detailed in the specific code ~
<V-Jay> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法KMP

说明:我自己写的一个“文学研究助手”的程序,C语言写的,实现了从文件中查找字符串。用到了KMP算法。-I wrote it myself a " literary research assistant" process, C language, and the realization of the search string from the document. Used in the KMP algorithm.
<lzj> 在 2024-11-01 上传 | 大小:5120 | 下载:0

[数据结构常用算法S010600917

说明:问题描述: 给定一棵有n 个结点的二叉树,结点的编号为1,2,…,n。已知二叉树结点编号的后序和中序列表,试设计一个算法,确定该二叉树结点编号的前序列表。 实验任务: 对于给定的二叉树结点编号的后序和中序列表,计算二叉树结点编号的前序列表。 -Descr iption of the problem: there is a given n the binary tree nodes, the nodes numbere
<林建> 在 2024-11-01 上传 | 大小:62464 | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 1998.99 .00 .01 .02 .03 ... 2656 »

源码中国 www.ymcn.org