搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
矩阵三角分解
- 对矩阵进行三角分解,从而生成一个上三角矩阵和下三角矩阵,其乘积等于原矩阵-right triangular matrix decomposition, resulting in the formation of an upper triangular matrix and lower triangular matrices, equivalent to the original product matrix
TSP(C++)
- 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
opencv-ex3-1
- 说明矩阵的一些操作方法:生成随机矩阵 显示矩阵 生成正态分布的随机矩阵
PNgen
- 包含随机序列生成函数和正交复指数矩阵生成函数
cfgView.tar
- 通过矩阵生成控制流图
generateHmatrix
- 这是地面数字电视国标的三种H矩阵生成程序,只要把标准附录B里的数据根据MATLAB的格式要求输入,就可以根据这些程序生成完整的H矩阵,稍后还有生成好了的H矩阵
7200651120736
- LDPC校验矩阵生成、高斯消去法编码、BP译码程序
EVALDVBS2_STMICROELECTRONICS_130762
- LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.
Matlab
- LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.
校验矩阵-生成矩阵
- 校验矩阵-生成矩阵,内容正确,很实用
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
matlab代码LDPC校验矩阵
- LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.
生成节点导纳
- 求节点导纳矩阵,从电力网络线路的,一些已知参数,求未知参数(Node admittance matrix)
支路追加法求阻抗矩阵
- 通过对生成节点阻抗矩阵的编程与调试,获矩阵得复杂电力系统的节点阻抗(Through the programming and debugging of the generation node impedance matrix, the node impedance matrix of the complex power system is obtained)
shuangcengwangluo
- 可以生成一个随机的邻接矩阵哦哦哦哦哦哦哦哦哦哦哦(A random adjacency matrix can be generated)
新建 360压缩 ZIP 文件
- 通过哈达码矩阵产生walsh矩阵的程序实现(generate the walsh matrix)
生成校验矩阵的几种方法
- 生成校验矩阵的几种方法:Davey1、Davey2、gallager_gen_LDPC、PEG(Several methods to generate parity check matrix: Davey1, Davey2, gallager_gen_LDPC, PEG)
邻接矩阵
- 邻接矩阵,描述多个节点之间的相邻关系,最多16个(Adjacency matrix, describing the adjacent relations between multiple nodes, up to 16)
哈达玛矩阵生成
- 用于哈达玛矩阵的生成,常用于压缩感知当中