资源列表

« 1 2 ... .71 .72 .73 .74 .75 176.77 .78 .79 .80 .81 ... 2656 »

[数据结构常用算法ACMpku

说明:ACM北京赛区比赛的试题源码,在PKU在线评测可以通过.-ACM Beijing Division competition test source in PKU online assessment can be passed.
<霍党泽> 在 2025-06-05 上传 | 大小:3kb | 下载:0

[数据结构常用算法huffmancode111

说明:huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧) 算法设计: 1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。) 2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的左右子树,新二叉树的根结点的权值为其左右子树的根结点的权值之
<乐乐> 在 2025-06-05 上传 | 大小:11kb | 下载:0

[数据结构常用算法05062129

说明:蚀膨胀细化算法源代码 用C++BUILDE写的-corrosion expansion thinning algorithm using source code written in C BUILDE
<财财> 在 2025-06-05 上传 | 大小:20kb | 下载:0

[数据结构常用算法zhipaiwenti

说明:运筹学之指派问题的匈牙利算法。刚刚才看到的,不错哦-tacticians Zhi assignment of the Hungarian algorithm. Only just to see, oh well
<张毅> 在 2025-06-05 上传 | 大小:8kb | 下载:0

[数据结构常用算法ntree

说明:设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中 将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S 是一个d 森林。 (1)设计一个算法求T的最小顶点集S,使T/S是d 森林。(提示:从叶向根移动) (2)分析算法的正确性和计算复杂性。 (3)设T中有n 个顶点,则算法的计算时间复杂性应为O(n)。-based T is a right to bring a tree for every one o
<自由人> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[数据结构常用算法2SAT

说明:对于给定的2-CNF,设计一个线性时间算法,判定其是否可满足。-given for the 2-CNF, design a linear-time algorithm that can determine whether they meet.
<自由人> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[数据结构常用算法ncircle

说明:给定n个大小不等的圆c , c , , cn 1 2  ,现要将这n个圆排进一个矩形框中,且要求各圆 与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。例 如,当n=3,且所给的3 个圆的半径分别为1,1,2时,这3个圆的最小长度的圆排列如图 所示。其最小长度为2 + 4 2 。-given n ranging from the size of the circle c, c,, cn 1 2
<自由人> 在 2025-06-05 上传 | 大小:2kb | 下载:0

[数据结构常用算法3SAT

说明:对于给定的带权3-CNF,设计一个蒙特卡罗算法,使其权值之和尽可能大-regard to the right to bring 3-CNF, a Monte Carlo algorithm design, make it the right value and the greatest possible
<自由人> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[数据结构常用算法B64

说明:b64.java b64编码 这还不够长 这还不够长 这还不够长 -b64.java B64 coding that is not enough- this not enough- it has not been long enough that it has not been long enough not long enough that it has not been long enough it has not been long enough that it has not b
<孔雷> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[数据结构常用算法sparsehash-0.2

说明:google的hash table库实现,非常高效-the hash table for achieving very high efficiency
<张志> 在 2025-06-05 上传 | 大小:704kb | 下载:0

[数据结构常用算法QueueFromStack

说明:Microsoft 面试常考算法 Implementation of Queue using 2 Stacks.-interviews often test algorithm Implementation of Queue using two protocol stacks.
<李萍> 在 2025-06-05 上传 | 大小:6kb | 下载:0

[数据结构常用算法TravelGuideApp

说明:最短路径和哈密顿通路,可以求得多条最短路径和哈密顿通路。-shortest path Hamiltonian path and can be obtained over the shortest path and Hamiltonian path.
<王辉> 在 2025-06-05 上传 | 大小:71kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 176.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org