搜索资源列表
xunhuanliedui
- 2. 假设以数组sequ[m]存放循环队列的元素,同时设变量rear和quelen 分别指示循环队列中队尾元素的位置和内含元素的个数。编写实现该循环队列的入队和出队操作的算法。提示:队空的条件:sq->quelen==0;队满的条件:sq->quelen==m。-2. Assuming an array sequ [m] cycle queue storage elements, while the variable set, respectively, rear and instr
he_fu_man_bian_ma
- 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01
m-files
- 5 m-files 1:SQ.m : converts from s-domain to q-domain 2:ZQ.m : converts from z-domain to q-domain 3:sym2s : converts from symbolic to s-domain tf2str : Converts from Transfer function to string sym2str : converts from symbolic to string -
huffman
- Huffman 编码 已知:信源符号个数q、信源符号s0, . . . , sq?1,信源概率分布p0, . . . , pq?1。 算法: (a) 如果q = 2 则返回编码:s0 7! 0, s1 7! 1 (b) 否则 i. 重新排序s0, . . . , sq?1 和p0, . . . , pq?1 ii. 创建一个符号s′,其概率为p′ = pq?2 + pq?1 iii. 递归调用本算法以得到s0, . . . , sq?3, s′ 的编码w0, . .
sq
- 电磁数据频谱分析程序,可以在matlab下运行,可以对实数序列操作-Electromagnetic spectrum data analysis program that can run in matlab, you can operate on the sequence of real numbers
shiyan1
- 数据结构上机操作实验的实验1,线性表的基本操作-the basic operation of sq of date structure
sq
- 用c++实验顺序表的adt。包含遍历插入删除等10几个操作。都能通过~-Experiment with c++ sequence table adt. Insert and delete 10 includes traversing several operations. Can pass ~
Sq-Analysis
- Sq current fields calaculation
Least Sq 1435
- channel estimation method for matlab simulation