资源列表

« 1 2 ... .73 .74 .75 .76 .77 1878.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法huffman

说明:Huffman编码译码器 采用输入字符自行统计字符频度 建立哈弗曼树编码译码-Huffman coding decoder input characters using character frequency statistics to establish their own tree coding and decoding Havermann
<李四> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法compmouse

说明:老鼠走迷宫程序实际示例 可以寻找所有路径以及找出所有路径当中的最短路径。-Mouse Maze procedure can find all the practical example of the path and find the shortest path among all paths.
<石玉> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Joseph

说明:有关著名的约瑟夫问题,用了三种方法,链表,公式化描述和虚拟指针-Joseph, the well-known problem, with the three methods, lists, descr iptions and virtual pointer formulaic
<王萌> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Maze

说明:本程序实现找一个迷宫的最短路径。程序的实现方法是从开始结点开始对这个迷宫进行广优先遍历 -The process to achieve a maze to find the shortest path.
<李拂晓> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法zju2761spfa

说明:zoj2761利用SPFA算法解决最短路问题。-zoj2761 use SPFA algorithm to solve shortest path problem.
<xiaobai> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Havermann_source_Huffman_encoded_data_structure.ra

说明:哈弗曼编码数据结构源码HuffmanHavermann source Huffman encoded data structure-Havermann data structure source code HuffmanHavermann source Huffman encoded data structure
<weu> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法HuffmanTree

说明:Huffman树生成器,用于清华版数据结构实验报告写作、-Huffman tree builder, for construction of data Tsinghua Science report writing,
<> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法day8035

说明:这是用C++写的关于链表的创建,插入,删除等操作的程序-It is written in C++ on the list to create, insert, delete and other operations procedures
<蔡艳> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法sf

说明:超级强大的排序软件,实现了多种方法的排序,方便读者学习-Super powerful sorting software, sort to achieve a variety of methods to allow readers to learn
<李一> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法tree

说明:输入树的前序、中序的字符串,创建二叉树并打印-Enter the first tree order, the order of the string, create and print binary tree
<xy> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法LCSProblem

说明:LCS算法: 通常两个字符串的最大公共子串的问题是通过下面的算法来完成的: 把字符串1(长度m)横排,串2(长度n)竖排,得到一个m×n的矩阵c,矩阵的每个元素的值如下,如果m[i]=n[j],则c[j][i]=1,否则,c[j][i]=0。然后找出矩阵中连续是1的对角线最长的一个,则对角线的长度就是公共子串的长度.-LCS algorithm: often the two most common sub-string str
<sdf> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Maze(Stack)

说明:应用栈求迷宫通路,用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向再继续探索,直至探索到通路为止。-Application stack requirements maze path, using a "brute-force solving" approach, starting from the entrance, along a forward direction to
<englishteam> 在 2024-10-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 1878.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org