资源列表

« 1 2 ... .24 .25 .26 .27 .28 20929.30 .31 .32 .33 .34 ... 28522 »

[matlab例程BCH_RS_matlab

说明:基于matlab的BCH与RS的编译码程序,对研究纠错编码的朋友很有参考价值-Matlab-based Encoding and Decoding of BCH and the RS process, the study of error correction coding is very valuable friend
<小黄> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[matlab例程ga

说明:遗传算法 简单的函数搜索过程 显示中间搜索过程-Simple genetic algorithm search process shows that the middle of a function of the search process
<潘永川> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[数学计算/工程计算Archive

说明:用C++语言编写数学常用算法,用C++实现的哟-a good book!!
<li> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[压缩解压hufman

说明:Huffman encode source. Input the word and the frequency, and output encoded binary number.
<chulhyun> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[matlab例程Generic

说明: Generic OFDM with Cyclic Prefixing
<sajjad> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[matlab例程new3

说明:Added Channel equalization & AWGN noise effects
<sajjad> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[数学计算/工程计算mat_multi

说明:A program to find the best order to be considered for multiplying matrices so that we can reduce the number of multiplication operation as it is a costly operation.It includes a source code (.c), input file(.txt) and the output file.-A program to fin
<cbeauty> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[matlab例程huffmam_decoding

说明:the decoding of Huffman codes is shown. For the decoding the coding tree has to be constructed using the information which has to be transmitted as well. Following that the input is read bitwise and for each 0 a left turn is taken and for each one
<hazhiriq200> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[matlab例程smithchart

说明:The Smith chart, invented by Phillip H. Smith (1905-1987),[1][2] is a graphical aid or nomogram designed for electrical and electronics engineers specializing in radio frequency (RF) engineering to assist in solving problems with transmission lines a
<hazhiriq200> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[数学计算/工程计算rf_ibm

说明:该程序可读取IBM RISC/6000上的固定长度的记录,磁盘读取的接口因系统环境而不同。-The program can read IBM RISC/6000 the fixed-length records, the disk read interface for different system environments.
<hanxiao> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[STLExample

说明:实习生类,公司招聘实习生管理,STL容器和抽象类管理-Intern class, the company management intern recruitment, STL containers and abstract management
<zhangyong> 在 2025-07-17 上传 | 大小:2kb | 下载:0

[数据结构常用算法LCSProblem

说明:LCS算法: 通常两个字符串的最大公共子串的问题是通过下面的算法来完成的: 把字符串1(长度m)横排,串2(长度n)竖排,得到一个m×n的矩阵c,矩阵的每个元素的值如下,如果m[i]=n[j],则c[j][i]=1,否则,c[j][i]=0。然后找出矩阵中连续是1的对角线最长的一个,则对角线的长度就是公共子串的长度.-LCS algorithm: often the two most common sub-string string problem is through the fol
<sdf> 在 2025-07-17 上传 | 大小:2kb | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 20929.30 .31 .32 .33 .34 ... 28522 »

源码中国 www.ymcn.org