资源列表

« 1 2 ... .63 .64 .65 .66 .67 2368.69 .70 .71 .72 .73 ... 2656 »

[数据结构常用算法huffman

说明:利用二叉树结构实现赫夫曼编/解码器。 1、初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。
<林佳> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法PrimeTest

说明:对素数进行测试,一些测试素数算法的代码,对素数进行测试,一些测试素数算法的代码-To test for prime numbers, prime number test algorithm code to test for prime numbers, prime number test algorithm code
<cloutar> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法computer

说明:利用栈进行表达式求取值,不包括求对数和平方等运算-Using the stack for expression for value
<袁野> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法Octree

说明:一个八叉树的创建、查询,可运行,便于同学学习-An octree to create, query, you can run to facilitate the students learning
<刘延瑞> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法huffman

说明:源代码包括实验数据等分析结果等数据,哈弗曼编码-Source code
<小张> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法the-process-of-scheduling-algorithm-

说明:进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algo
<殷学廉> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法Zhan

说明:数据结构中栈的实现系统,包括栈的基本操作,和它的应用,是一个完全的人机交互式界面-Stack data structure in the realization of the system, including the basic operation of the stack, and its application, is a complete interactive human-machine interface
<李璐平> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法mowang

说明:一个运用队列和栈解决魔王语言问题的程序,跟数据结构有关-Queue and stack using the language problem solving procedures devil
<盛余> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法b

说明:实验目的:掌握用线性表实现一元多项式的基本运算。 实验内容:使用链式存储实现一元多项式的加法、减法、乘法和求导。-Purpose: to master the linear meter to achieve one yuan polynomial of basic operations. Experiment: Using the chain store to realize one yuan polynomial addit
<刘忠威> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法Minimum-Spanning-Tree

说明:使用邻接矩阵生成最小生成树的算法,须输入顶点数目,顶点数据以及邻接矩阵的数据。-Adjacency matrix generated minimum spanning tree algorithm, the input data must be the number of vertices, vertex data and adjacency matrix.
<> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法Kill Game (List)

说明:约瑟夫环的方式实现杀人游戏算法,实现简单,可供学习参考(The way of Joseph ring to realize the homicidal game algorithm is simple and can be used for reference.)
<天明820 > 在 2025-01-12 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法2

说明:输出八皇后问题所有情况,并且记录下共有多少种情况(All cases of the output of eight queens)
<乘龙千里> 在 2025-01-12 上传 | 大小:1.08mb | 下载:0
« 1 2 ... .63 .64 .65 .66 .67 2368.69 .70 .71 .72 .73 ... 2656 »

源码中国 www.ymcn.org