-
LDPC
LDPC的完整c语言开发源程序代码,可以直接运行,没有错误,里面含有文件:
construct_matrix.cpp
decode.cpp
encode.cpp
Gaussian_channel.cpp
generating_matrix.cpp
get_matrix.cpp
LDPC_main.c(LDPC complete c language source code, can be directly run, no errors, which contains documents: construct_matrix.cppdecode.cppencode.cppGaussian_channel.cppgenerating_matrix.cppget_matrix.cppLDPC_main.c)
- 2020-11-10 14:29:45下载
- 积分:1
-
link-list-bellek
Link list memory application
- 2014-12-03 17:27:45下载
- 积分:1
-
filter
这是信号分析应用里面一个滤波的基本程序,非常有用,供需要者学习(This is a signal analysis application of the basic procedures inside a filter is very useful for those who need to learn)
- 2009-12-21 13:19:01下载
- 积分:1
-
Monkey
猴群算法 ,不知道怎么转换成matlab下的,所以如果大家谁知道的话,可以告诉我一下(Monkeys algorithm, do not know how to convert matlab under, so if everyone who knows, you can tell me)
- 2007-08-28 09:13:20下载
- 积分:1
-
hfm
哈夫曼树:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本(Huffman tree)
- 2011-05-14 14:55:51下载
- 积分:1
-
FVS
FVS 算法在MATLAB平台上的实现,包括源代码,说明等(FVS experiment on MATLAB)
- 2015-01-28 20:17:13下载
- 积分:1
-
romberg
用龙贝格法求定积分,此例的变量数为三,但整体思路是没错的。(With Romberg method for the definite integral, the number of variables in this case is three, but the overall idea is correct.)
- 2011-12-21 10:12:03下载
- 积分:1
-
PIDInterfered
船舶航向PID控制的Simulink仿真,采用NOMOTO模型(ship course control base on PID )
- 2021-03-28 19:09:11下载
- 积分:1
-
sieve-plate-distillation-column
筛板精馏塔的操作与塔效率的测定,经过改良源代码(sieve plate distillation column)
- 2012-11-24 01:32:29下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1