资源列表

« 1 2 ... .56 .57 .58 .59 .60 13961.62 .63 .64 .65 .66 ... 28522 »

[压缩解压haffman

说明:在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
<gaorui> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法shu

说明:1.[问题描述] 编写递归算法,计算二叉树中叶子结点的数目 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g . [输出] 按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个
<Demonic> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[matlab例程zhy

说明:自己在simulink中仿真的一个自适应例程,大家可以参考一下-Simulink simulation in an adaptive routine, we can refer to
<王润伟> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[matlab例程segy_control

说明:对sgy格式的地震数据,进行各种操作。包括读取和制作,以及道头字提取,地震数据提取等。期待与有共同目标的朋友们研究。-Sgy format for seismic data in the various operations. Including the reading and production, as well as the Road, the first word extraction, data extraction, such as an earthquake. Look forwa
<吴应涛> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法hafuman

说明:哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。-Huffman encoding/decoding algorithm using Kruskal data section of the Huffman coding, in order to improve channel utilization.
<毕小凯> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法C++0001

说明:这是一个有序链表的生成和插入的源码。用C++实现。-This is an orderly list of the generation and insertion of the source. With C++ Realize.
<> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[数据结构常用算法C++0003

说明:这是数据结构算法中的队列的实现源码。用C++开发。-This is a data structure algorithms realize the source of the queue. With C++ Development.
<> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[压缩解压Gif_codec

说明:GIF图片解压成RGB格式的程序,可根据需要,转成灰阶或其它格式-GIF images into RGB format decompression procedures can be, converted into gray-scale or other format
<刘飞> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[matlab例程p41wf4

说明:竞争网络的matlab程序-Competing networks matlab program
<matlab> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[数学计算/工程计算D1R8

说明:奇异分解,针对不能求逆的情况下,才用svd方法就能够解方程-Singular decomposition, for the case of inversion should not only be able to use SVD approach equation solution
<任林> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[matlab例程DeMat

说明:微分进化算法@matlab 适用于无约束连续变量的全局优化,包括线性规划、非线性规划,非光滑优化。-@ Matlab differential evolution algorithm for unconstrained global optimization of continuous variables, including linear programming, nonlinear programming, nonsmooth optimization.
<xxg> 在 2025-07-19 上传 | 大小:8kb | 下载:0

[matlab例程234

说明:基于MATLAB的KMEANS 聚类程序 程序和数据如下: -MATLAB-based clustering procedure KMEANS program and data are as follows:
<按时扩大> 在 2025-07-19 上传 | 大小:8kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 13961.62 .63 .64 .65 .66 ... 28522 »

源码中国 www.ymcn.org