资源列表
2Dvector_init
- 二维向量初始化,可以重新调整矩阵的大小。-Two-dimensional vector is initialized, you can re-adjust the size of the matrix.
det
- determinant of a matrix-determinant of a matrix
EXP
- PROGRAMA PARA EL ANALISIS DEL ESPECTRO RADIADO DE FUENTE - EAF
3-LOCPOT
- 可以处理三维矩阵数据,三维数组的线性化处理,-#include<stdio.h> #define N 56 #define M 56 #define L 336 #define Leng 23.693 double V[N][M][L] void main() { int i, j, k double Z[L], ZL[L], S, A FILE*fp1,*fp2 if ((fp1 = fopen("LO
P-value
- calcule de la p-value en c#
hanoi
- 汉诺塔问题,这是一个古典的数学问题,是一个用递归方法解题的典型例子。-Tower of Hanoi problem, which is a classical mathematical problem, is a typical example of a recursive method of solving problems.
Crout_Solve
- Solve Ax=B with Crout s method
luas-n-keliling-ndy
- this program is source code of computating area and wide
magicsquare
- Simple Magic Square implementation.
SZFX_4
- 数值分析课程实验4,求数值分析的方法一。满分-Numerical analysis course experiment, the method of numerical analysis. Out
shaifa
- 数学系学生福音,数论课程中筛法生成2^25以内所有素数代码。-To generate the prime number range 0 to 2^25.