资源列表

« 1 2 ... .07 .08 .09 .10 .11 1412.13 .14 .15 .16 .17 ... 2656 »

[数据结构常用算法AutoMaze

说明:此迷宫实现从键盘读入矩阵迷宫地图 然后输出任一条可走出路径 若无可走通路径 则输出error-This labyrinth from a maze map the keyboard and then read into the matrix may be out of the path of the output of any one to go through the path without the output error
<李明达> 在 2024-10-11 上传 | 大小:378880 | 下载:0

[数据结构常用算法stackandqueue

说明:介绍了栈和队列的基本实现方法和简单的应用-Describes the basic implementation of the stack and queue methods and simple applications
<liuchuanhong> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法heap

说明:介绍了如何创建一个堆和调整堆,并如何利用堆来进行排序-Describes how to create a heap and adjust the heap, and how to use the sort heap
<liuchuanhong> 在 2024-10-11 上传 | 大小:202752 | 下载:0

[数据结构常用算法bag

说明:介绍了0-1背包问题的求解,并用贪心算法解决了背包问题-Introduced to solve 0-1 knapsack problem and solved with the greedy algorithm knapsack problem
<liuchuanhong> 在 2024-10-11 上传 | 大小:173056 | 下载:0

[数据结构常用算法the-trees-build

说明:树的建立,先序、中旭、后序遍历等。这个程序是用C++环境-The establishment of the tree, the first order, in the Asahi, post-order traversal and so on. This program is C++ environment
<zhuye> 在 2024-10-11 上传 | 大小:12288 | 下载:0

[数据结构常用算法Fibsearch

说明:Fibonacci搜索算法的实现 Fibnacci的递归算法实现-Fibonacci search algorithm recursive algorithm to achieve Fibnacci
<joy> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法chapter6

说明:东北大学数据结构课件,关于queque的。-Courseware data structure, Northeastern University, on the queque' s.
<王若涵> 在 2024-10-11 上传 | 大小:1719296 | 下载:0

[数据结构常用算法Floyd

说明:floyd算法,可以直接生产一定大小矩阵的txt文件-floyd algorithm, can produce a certain size of the matrix of the txt file
<limao> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法DOSCalculator

说明:dos 加法器 实现先乘除后加减,先括号内再括号外的依次运算。-dos adder to achieve the first after the addition and subtraction multiplication and division, first in brackets followed by further operations outside the parentheses.
<林子牧> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法5901f92db5a9

说明:一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的赫夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的赫夫曼树将文件
<mm> 在 2024-10-11 上传 | 大小:231424 | 下载:0

[数据结构常用算法HuffmanCoding

说明:实现赫夫曼编码功能。利用数据结构典型算法,c语言构造最优二叉树实现赫夫曼编码-Implement Huffman encoding. Typical algorithms using data structures, c language binary tree structure to achieve optimal Huffman coding
<林子牧> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法HuffmanDecoding

说明:利用二叉树数据结构实现对应的赫夫曼解码,运行良好。-Binary tree data structure using the corresponding Huffman decoding, run well.
<林子牧> 在 2024-10-11 上传 | 大小:1024 | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 1412.13 .14 .15 .16 .17 ... 2656 »

源码中国 www.ymcn.org