资源列表
GroupDuty
- C#中对XML的操作,简单而且方便地实现相关的功能-C# XML for the operation simple and convenient to related functions
fencuxiezuo
- 瑞利衰落信道下,分簇协作的频谱感知,设定一个门限值,在AND规则下大于门限值的仿真-Rayleigh fading channel, the clustering collaborative spectrum sensing, adaptive collaboration
JPEG
- 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。
MIMO_OFDM_Code
- 結合MIMO及OFDM,並利用VBLAST decode.-combination of MIMO and OFDM, and to use VBLAST decode.
HAFFUMANCODE
- 该程序能够有效地实现哈夫曼的编码和解码,并给出压缩比
zuihou
- 基于c++的学生成绩管理系统 适合初学者 和 需要课程设计的
Blocks
- clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I
Desktop
- 基于QPSK或者BPSK的ofdm误码率仿真源码-The simulation of OFDM under QPSK or BPSK
op3
- 绝对完美解答!! !!最新满分-Absolutely perfect answer! ! ! ! ! ! Latest full marks !!!!!!!!!!!!!!!
HUFFMAN
- 霍夫曼编码&翻译 功能一是从文件读取一段文章并将其编码,功能2 将加密的文章还原- no.1 HUFFMAN encode no.2 tranceform huffman code to the capter
树遍历
- 有关树的遍历问题-the tree traversal issue
base64
- 提供base64编解码源代码,base64_encode, decode-Base64 codec source code