资源列表

« 1 2 ... .77 .78 .79 .80 .81 482.83 .84 .85 .86 .87 ... 2656 »

[数据结构常用算法HuffmanCode

说明:在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。本程序用c语言来仿真哈夫曼编码的过程,其中运用动态分配数组存储哈夫曼树和动态分配数组存储哈夫曼编码表等c语言常用知识。另外,程序中包含极其详细的注解,十分有利于学习。 -Telegraph communications, the message
<Mei> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法MergeSort

说明:代码的功能:用C语言实现归并排序的算法,代码中带有详细的注解,十分有利于阅读和改进来应用于自己的算法。归并排序法是将两个有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的,然后再把有序子序列合并为整体有序序列。-The functionality of the code: merge sort algorithm, implemented in C code with detailed comments, a
<Mei> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:动态线性表数据结构,VC6.0,可直接编译使用-Dynamic linear list data structure, VC6.0, can be directly compiled with the
<赵行晟> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法RLS

说明:RLS算法 自适应算法中的RLS算法. 即是递归最小二乘算法-RLS algorithm in the adaptive algorithm of the RLS algorithm is the recursive least squares algorithm
<王萦> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法LMS

说明:LMS算法,自适应算法中的最小均方误差算法。-LMS algorithm, adaptive algorithm, the minimum mean square error algorithm.
<王萦> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法ArbolBST

说明:Binary search tree, implementation and run of an binary search tree
<frangel> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-most-architectural-sequence

说明:Java实现最大子序列问题,算法导论实验三-Java implementation of the maximum subsequence problem, algorithms, Introduction to Experimental
<张伟> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法color

说明:地图染色问题的算法 好用的 简单方便 cpp文件 -color the map good to use
<张晓祎> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法bubbleSort

说明:java数据结构与算法,冒泡排序,一个不错的实现-java data structures and algorithms, bubble sort
<lili> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法BinSearch

说明:线性表查找技术,简单的源程序代码,用线性表实现查找功能-The linear table lookup technology, a simple source code
<wangyuan> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法8q

说明:8 皇后算法经典算法,可以扩充到很大数字-8 queen algorithm
<fernando> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法AVL

说明:AVL树、实现了其基本的增删改查。各个功能欢迎指正!-sorry i donot like speak english !
<哈哈> 在 2025-01-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .77 .78 .79 .80 .81 482.83 .84 .85 .86 .87 ... 2656 »

源码中国 www.ymcn.org