搜索资源列表
TSP(C++)
- 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
PNgen
- 包含随机序列生成函数和正交复指数矩阵生成函数
generateHmatrix
- 这是地面数字电视国标的三种H矩阵生成程序,只要把标准附录B里的数据根据MATLAB的格式要求输入,就可以根据这些程序生成完整的H矩阵,稍后还有生成好了的H矩阵
mysor
- SOR(超松弛)迭代发求解线性方程组问题,带有Hilbert矩阵生成程序和其不同维数下求解的结果对比作图-SOR (Overrelaxation) iteration made for solving linear equations, with Hilbert matrix formation process and the different dimensions of the results evaluated Comparative mapping
matlab
- 有关灰度共生矩阵的生成及特征值计算的程序-For the generation of GLCM process and characteristics of value
xinde
- 一个简单算法能够生成数独矩阵,很容易理解的matlab小程序。-A simple algorithm to generate Sudoku matrix, it is easy to understand the matlab applet.
EXAMPL_ami
- 描述了仿真AMI码的产生,利用矩阵生成,描绘其波形和功率谱-Mesh simulation of a balanced system, the use of contrast to NRZ code, respectively, do not use the case of a balanced mesh
1
- 生成导纳矩阵,再对复数导纳矩阵求逆,可用于电路分析,电流计算等程序-Admittance matrix generation, and then on the complex admittance matrix inversion can be used in circuit analysis, current calculation procedures
cycle test algrithm
- lDPC校验矩阵的环检测。包括4环检测算法,6环检测算法及8环检测算法。还包括一个准循环LDPC奇偶校验矩阵的生成算法。-this algrithm can search cycles in LDPC parity check matrix。It contain cycle-4 cycle-6 cycle-8 test algrithm.It also contains a algrithm for generate the LDPC quasi-cyclic parity check matr
generateregularmatrix
- 特殊随机矩阵的生成,包含两个程序,一个可以随机生成行和和列和均为K的0-1矩阵,另一个可以随机生成稀疏矩阵。-Matrix generation,concluding two program,one can generate the 0-1 matrix that have the same row sum and column sum,the other can generate sparce matrix.
Maze
- 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构。-Achieved with the C maze algorithm. Graphical interface, the process of solving the light of the depth-first search, maze generated by the matrix immediately, using the stack as the path to the st
test
- 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法。此文件为咬尾编码矩阵生成的测试文件包-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same before a
Desktop
- MATLAB实现(7,4)汉明码编码 生成矩阵可以更改有注释 方便更改-MATLAB implementation (7,4) hamming code generator matrix can be changed easily to change a comment
StereoVision_FunMatrix
- 本算法在Matlab2008b 环境下实现了立体视觉中摄像机的基础矩阵计算。包括main, sevenPoint、eightpoint 和eightpoint_norm三个函数。 main.m 是程序的入口,包括生成和读入实验数据,分别调用sevenPoint、eightpoint 和eightpoint_norm 三个函数求基础矩阵,最后绘制出最后的结果。sevenPoint.m 是用7 点法求解基础矩阵。eightpoint.m 是用8 点法求解基础矩阵,eightpoint_norm.
short-circuit-calculation
- 三相对称短路计算用于生成节点导纳矩阵以及节点阻抗矩阵,进行短路电流、节点电压的计算-Three phase short circuit calculation used to generate the nodal admittance matrix and the node impedance matrix, the short circuit current, node voltage calculation
7-bus-power-flow-calculation-prog
- 7节点潮流运算的MATLAB程序,包括导纳、雅克比矩阵生成,运算结果输出等部分-7-node system flow calculation procedures, including the admittance matrix, such as the generation of Jacobian matrix, and finally output the results of current operations
getH
- CMMB标准下的LDPC码校验矩阵生成的Matlab程序 4608*9216的矩阵 希望对大家有帮助-CMMB standard LDPC code parity check matrix generated under the the Matlab program 4608* 9216 matrix we hope to help
matlab代码LDPC校验矩阵
- LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.
邻接矩阵
- 邻接矩阵,描述多个节点之间的相邻关系,最多16个(Adjacency matrix, describing the adjacent relations between multiple nodes, up to 16)
哈达玛矩阵生成
- 用于哈达玛矩阵的生成,常用于压缩感知当中