资源列表
solve-Sudoku
- 用来解数独游戏的程序,适合matlab入门者学习参考。-The program to solve Sudoku.
lab2
- 输入: 输入包括多个测试集,每行为一个正奇数N(1 <= N < 10), 0作为输入的结束且不需要处理。 输出: 对于输入的每一个N, 输出一个它所对应的N阶幻方,如果存在多个, 任意一个即可。 Sample Input 1 3 0 Sample Output 1 4 9 2 3 5 7 8 1 6 -Input: The input includes multiple test sets, each one bein
OMP
- 一种贪婪算法:正交匹配追踪算法的matlab代码-matlab code of orthogonal match pursuit algorithm
PageRank
- 实现对微型网络各网页pagerank的解算。-Calculation of PageRank on the pages for micro-network.
MatrixRank
- Rank算法解线性方程,C++矩阵运算方法。-Rank algorithm for solving linear equations, matrix calculation method.
16-bit-Serial-CRC-CCITT-Generator.vhd.tar
- 16-bit Serial CRC-CCITT Generator
ex1
- 把一个长度为1000的数组的所有分量求和,要求对任意多个进程都对。-To a length of 1000 an array of all the components of the summation, called for any number of processes are right.
C-normal-distribution
- 用C程序计算符合正态分布的数值,同时实现正态分布的随机数。-With normal distribution with a C program to calculate the value, while achieving the normal distribution of random numbers.
JACOBI
- 求矩阵特征植和特征向量 在阵列信号处理方面运用非常广泛,是非常好的-Demand characteristics of plants and eigenvector matrix
dingjifen
- 采用蒙特卡洛的方法计算定积分,该文件包含了两种编程思路-Monte Carlo method to calculate the definite integral, which contains two programming ideas
cholesky
- Cholesky分解是一种分解矩阵的方法, 在线形代数中有重要的应用。Cholesky分解把矩阵分解为一个下三角矩阵以及它的共轭转置矩阵的乘积(那实数界来类比的话,此分解就好像求平方根)。与一般的矩阵分解求解方程的方法比较,Cholesky分解效率很高-Cholesky decomposition is a kind of decomposition of matrix method, the linear algebra has an important application. Choles
maseidelghhhhhhh
- 用途:用Gauss-Seidel迭代法解线性方程组Ax=b 格式:x=maseidel(A,b,x0,ep,N) A为系数矩阵,b为右端向量, -Uses: The Gauss-Seidel iteration method for solving linear equations Ax = b Format: x = maseidel (A, b, x0, ep, N) A as the coefficient matrix, b for the right-hand side vec