资源列表

« 1 2 ... .27 .28 .29 .30 .31 1432.33 .34 .35 .36 .37 ... 2656 »

[数据结构常用算法Knapsack-problem

说明:背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。用2种方法实现背包问题,用C语言编写,数据结构课内试验-Knapsack problem (Knapsack problem) is NP-complete combinatorial optimization problem. Problem c
<linfuhong> 在 2024-10-11 上传 | 大小:1026048 | 下载:0

[数据结构常用算法hufuman

说明:设计哈弗曼编码和译码。要求编码和译码一个字符,一定要创建它的字符结点和对应权值,否则,不可以。-Design Hafu Man encoding and decoding. Requirements of a character encoding and decoding, we must create a character of its nodes and the corresponding weights, otherwise n
<zhoukejian> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法[Solution]LTC_Man_Contest

说明:有助于编程,是男人八题的代码,可以帮助很多爱好ACM的人-It s good for acmer.Eight question is a challenge for many acmer,so it will help you.
<江七> 在 2024-10-11 上传 | 大小:58368 | 下载:0

[数据结构常用算法3-4Bellman-Ford

说明:传递闭包在算法中是一种很重要的工具,可以帮助我们ACMer判断两者之间是否有联系-Bellman-Ford it s very important in programming.
<江七> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法doubly-linked-list

说明:数据结构的双向链表及单向链表,通过增加或删除节点来增加或删除数据,方便快捷。-Doubly linked list data structure and one-way linked list, by adding or removing nodes to add or delete data, and convenient.
<yuanna> 在 2024-10-11 上传 | 大小:9216 | 下载:0

[数据结构常用算法my_dancilinklist

说明:输入单词,要求以单词首字母为顺序,将单词插入数据链表中。-Enter a word, asked for the order of the first letter of the word, the word in the list insert data.
<yuanna> 在 2024-10-11 上传 | 大小:326656 | 下载:0

[数据结构常用算法floyed

说明:用floyed算法实现求最短路径,可以求出每个点到其他点的最短距离-With floyed the shortest path algorithm
<申孟杰> 在 2024-10-11 上传 | 大小:172032 | 下载:0

[数据结构常用算法houzhuishu

说明:内有后缀树源码及相关说明文档ppt,算法较完整,经过试验,可以运行,希望对你有帮助-Source within the suffix tree and related documentation ppt, more complete method, after testing, you can run, I hope to help you
<王小峰> 在 2024-10-11 上传 | 大小:523264 | 下载:0

[数据结构常用算法suanfa_jingdian

说明:VC++数据结构经典算法源码包,希望对大家有所帮助-VC++ Data Structures classical algorithm source package, we hope to help
<> 在 2024-10-11 上传 | 大小:309248 | 下载:0

[数据结构常用算法Binary-tree

说明:给出二叉树的中序和前序或中序和后序回复树并输出-Binary tree in the order given in the preamble or in the order and return after the tree and the output sequence
<七月> 在 2024-10-11 上传 | 大小:11264 | 下载:0

[数据结构常用算法most-common-subsequence-string

说明:算法设计类源码。使用动态规划的方式计算两个字符串的最大公共子序列。-Algorithm design class source code. Calculated using dynamic programming the two most common subsequence string.
<lixu> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法minimum-expansion-of-two-strings

说明:算法设计类源代码。使用动态规划的方式计算两个字符串的最小扩展距离。-Algorithm design class source code. Calculated using dynamic programming the minimum expansion of the distance of two strings.
<lixu> 在 2024-10-11 上传 | 大小:1024 | 下载:0
« 1 2 ... .27 .28 .29 .30 .31 1432.33 .34 .35 .36 .37 ... 2656 »

源码中国 www.ymcn.org