资源列表

« 1 2 ... .60 .61 .62 .63 .64 25365.66 .67 .68 .69 .70 ... 28522 »

[matlab例程script_frequency_offset_ofdm

说明:computing the SNR loss due to frequency offset in OFDM modulation
<moh> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[压缩解压DCT

说明:变换编码中的dct编码是一种常用的压缩编码方法,用于文本文件压缩。-Dct transform coding in the code is a common compression method, used for text file compression.
<zhangli> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[压缩解压WSDHM

说明:变换编码中的沃尔什-哈达玛变编码,用于文本文件的压缩,是常用压缩编码方法。-Transform coding in the Walsh- Hadamard change encoding for text file compression, compression coding method is used.
<zhangli> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[压缩解压runlength

说明:游程编码是一种常用的压缩编码方法,为压缩文本文件建立的,用于文本文件压缩。-RLE compression is a commonly used method for compressing a text file created, for text file compression.
<zhangli> 在 2025-05-19 上传 | 大小:1kb | 下载:1

[压缩解压fano

说明:费诺编码是一种常用的压缩编码方法,为压缩文本文件建立的,用于文本文件压缩。-Connaught fee is a common coding compression method for compressing a text file created, used for text file compression.
<zhangli> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[压缩解压arithmetic

说明:算术编码是信源编码中的一种,是图像压缩的主要算法之一。 是一种无损数据压缩方法,也是一种熵编码的方法。-Arithmetic coding is a source coding, image compression is one of the main algorithms. Is a lossless data compression method, but also a method of entropy coding.
<zhangli> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[压缩解压yuce

说明:预测编码是信源编码的一种,对有记忆信源的剩余度进行压缩的一种时域编码方法。-Predictive coding is a source coding, there are memories of the remaining source of a degree of compression coding method in time domain.
<zhangli> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[matlab例程caih

说明:求出最小逼近的算法,帮同学写的直接就可以运行 -Find the lowest approximation algorithm, to help students write directly on the run
<刘现> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffman

说明:数据结构:Huffman编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。-Data structure: Huffman coding. Huffman coding is an application of the Huffman tree. Huffman coding is widely used, such as JPEG in
<mfeng> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Radix-Sort

说明:基数排序(radix sort)则是属于“分配式排序”(distribution sort),基数排序法又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的比较性排序法。 -Radix sort (
<mfeng> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Heap-sort

说明:堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。 -Heap sort (Heapsort) is the use of stacked tree (heap) data structure designed such a sorting algorithm can take advantage of the characteristics of the a
<mfeng> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Quick-Sort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement
<mfeng> 在 2025-05-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .60 .61 .62 .63 .64 25365.66 .67 .68 .69 .70 ... 28522 »

源码中国 www.ymcn.org