资源列表

« 1 2 ... .92 .93 .94 .95 .96 1697.98 .99 .00 .01 .02 ... 2656 »

[数据结构常用算法HUFMM

说明:哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路长度记为WPL=(W1*L1+W2*L2+W3*L3+…+Wn*Ln),N个权值Wi(i=1,2,…n)构成一棵N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,…n)。可以证明哈夫曼树WPL是最小的。-Huffman tree i
<再次> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法criticalpath

说明:用C++语言实现数据结构的关键路径算法,初学者必看。-C++ language using data structures critical path algorithm, beginners must-see.
<ppt> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法TestQSort

说明:QSORT函数的例子,演示qsort函数对结构体的排序。-QSORT example of a function, qsort function shows the sort of structure.
<xuyong> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法code

说明:严蔚敏版数据结构课后习题源码,从第二章到第八章所有的课后习题源码,各位看好后再下载!-YAN Wei-min version of the data structure after-school exercise source code, from the second chapter to Chapter VIII of the source of all the after-school exercises, after promi
<无梦> 在 2024-11-08 上传 | 大小:94kb | 下载:0

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

说明:二叉树的建立与遍历,非常适合初学者,纯属个人出品,-The establishment and traverse binary tree, very suitable for beginners, produced purely personal,
<duyao> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法ca

说明:给定一个容量的背包,指定几个不同重量的物体,选择其中一个或几个,恰好能装满背包的情况是否存在。-Given a capacity backpack, specify several objects of different weights, choose one or a few, just to the existence of the case filled with backpacks.
<邹明> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法2

说明:自己写的关于链表的C++语言例子,可以作为参考-On the list to write their own C++ Language example, can serve as a reference
<lilili> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法datastructrue

说明:数据结构中一个统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并评定程序设计等级的实习报-Data structure in a statistical program code, comments and empty lines lines and the number and function of the average number of rows, and assess levels of training prog
<李志> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法DevilLanguage

说明:数据结构经典算法,魔王语言的简单实现。学生时代自己做的-Data structure classic approach, the language. simple student made
<shady> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法bst

说明:BST的定义,非常标准,非常值得参考,,对于入门的同学很有用-BST is defined, very standard, very worthy of reference, useful for the entry of students
<qukaito> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法qsort

说明:如何对任意类型的数组进行排序(写一个函数对任意类型的数组进行排序)(在排序时如何指定多个关键字进行排序)-How to sort an array of any type (write a function to sort an array of any type) (in order to specify multiple keywords, how to sort)
<Bayden> 在 2024-11-08 上传 | 大小:94kb | 下载:0

[数据结构常用算法String-extraction

说明:从有序文件名的文件中提取有规律的指定字符串-Extracted from sequence documents specified string regularly
<林祥辩> 在 2024-11-08 上传 | 大小:94kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 1697.98 .99 .00 .01 .02 ... 2656 »

源码中国 www.ymcn.org