资源列表

« 1 2 ... .54 .55 .56 .57 .58 2459.60 .61 .62 .63 .64 ... 2656 »

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

说明:利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node
<Loben> 在 2024-11-07 上传 | 大小:1024 | 下载:0

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

说明:源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree
<Jie Yu> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Binary-Tree(new)

说明:源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree
<Jie Yu> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法BinaryTree-Positive-sequence

说明:二叉树的正序建立。代码完整,可直接运行。-BianryTree Positive sequence
<Jie Yu> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法test1

说明:杭电ACM1397代码,关于哥德巴赫猜想-code of HDACM 1397
<John> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Dijkstra(JAVA)

说明:最短路径Dijkstra算法(JAVA)-Dijkstra JAVA
<panther> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法cPP

说明:求解方程各种方法 迭代法 牛顿迭代 二分法 都有 c++源文件 绝对正确-Solving the equation of a variety of methods iterative method Newton iterative dichotomy has C++ source file is absolutely correct
<远远 > 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法QuickSort

说明:快速排序算法的代码,C语言编写,比较简单,不过思考要多一点-quicksort code,writtten by C language
<叶子> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法2.9maze-problem

说明:解决数据结构关于迷宫问题编程题的代码,已经调试通过-Solve data structure about maze problem the topic the programming code, have debugging through
<shu> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法polynomial-calculation

说明:解决数据结构中一元稀疏多项式计算的代码,已经调试通过-Solve a yuan sparse data structure calculation of polynomial code, have debugging through
<shu> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Joseph-ring

说明:解决数据结构中约瑟夫环的代码,已经调试通过-Solve data structure of Joseph ring code, have debugging through
<shu> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法mian

说明:又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计。它的优点是:利用字符串的公共前缀来节约存储空间,最大限度地减少无谓的字符串比较,查询效率比哈希表高。 -Text of obtaining statistics its advantage is: use the public to save string prefi
<小明> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 2459.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org