资源列表

« 1 2 ... .78 .79 .80 .81 .82 1683.84 .85 .86 .87 .88 ... 2656 »

[数据结构常用算法bahuanghou

说明:利用递归方法来求解著名的八皇后问题,还可以拓展求n皇后问题-Well-known recursive method to solve the eight queens problem, you can also expand the demand n-queens problem
<小木> 在 2024-11-09 上传 | 大小:41kb | 下载:0

[数据结构常用算法BinaryTree

说明:二叉搜索树可以通过链式的数据结构去实现,其中每一个节点都有三个指针域,左边和右边的指针域分别指向该节点的左孩子和右孩子。其中NIL表示该节点没有对应的孩子节点。-describe BinaryTree
<myname> 在 2024-11-09 上传 | 大小:2.01mb | 下载:0

[数据结构常用算法PT100

说明:pt100算法实现函数-pt100
<奥利奥> 在 2024-11-09 上传 | 大小:7kb | 下载:0

[数据结构常用算法Data-Structure

说明:算法与数据结构,张乃孝著,有书签,第二版-data structure by zhangnaixiao
<liyuyao> 在 2024-11-09 上传 | 大小:45.88mb | 下载:0

[数据结构常用算法Several-sorting-algorithms

说明:几个常用的排序算法,包括希尔排序,交换排序等-Several commonly used sorting algorithms
<bob> 在 2024-11-09 上传 | 大小:4kb | 下载:0

[数据结构常用算法tf-idf-algorithm

说明:按tf-idf在剔除一些常用词后给出文本中术语的统计算法和程序,并按降序进行排序,另外,对文档建立inverted file,然后进行检索的算法-Tf-idf removed by a number of commonly used words in the text given after the algorithm in terms of statistics and procedures, according to descend
<黄华东> 在 2024-11-09 上传 | 大小:41kb | 下载:0

[数据结构常用算法LinearTableDemo

说明:初学者写了一个关于顺序表的例子,希望有所 帮助-failed to translate
<feiyu> 在 2024-11-09 上传 | 大小:6kb | 下载:0

[数据结构常用算法Huffman

说明:根据给定节点以及相对应的权值或者出现的概率大小构建哈夫曼树并编码-Creating a huffman tree according to some nodes and coding .
<梁 烨> 在 2024-11-09 上传 | 大小:2kb | 下载:0

[数据结构常用算法minimum-spanning-tree

说明:本程序用Kruskal算法构造最小生成树,注释详细并附带调试结果-Creating a minimum spanning tree with the Kruskal algorithm.
<梁 烨> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法Subset-repartition

说明:改程序涉及的是子集划分问题。将已知集合划分成不相交的子集,任何子集上的元素满足互不冲突。-Subset repartition
<梁 烨> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法Polynomial-combined

说明:该程序实现多项式相加算法,主要利用了链表的知识-Polynomial combined
<梁 烨> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法KMP

说明:KMP算法主要用于匹配字符串,算法复杂度为O(N),本代码用C 语言编写-KMP string matching algorithm is used, the algorithm complexity is O (N), the code written in C language
<胡光> 在 2024-11-09 上传 | 大小:1kb | 下载:0
« 1 2 ... .78 .79 .80 .81 .82 1683.84 .85 .86 .87 .88 ... 2656 »

源码中国 www.ymcn.org