资源列表

« 1 2 ... .83 .84 .85 .86 .87 3188.89 .90 .91 .92 .93 ... 3400 »

[数学计算/工程计算rom

说明:用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2)
<l> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算matrix

说明:生成稀疏矩阵数据,一行一个数据,每行三个数据:行,列,值(=1)-generate sparse matrixs data,each line contains three data as row,column and value(=1) means a cell of a matrix
<safe corner> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算juzhen

说明:对矩阵当中的特殊矩阵,如单位矩阵等进行了分析计算-Among the special matrix of the matrix, such as matrix calculations were analyzed
<刘浩杰> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算shuxuejisuan

说明:对经常用到的方程进行数值求解,并分析有无解存在-Frequently used for numerical solution of equations, and analyze whether the solution exists
<刘浩杰> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算nijuzhen

说明:对矩阵理论当中的逆矩阵的计算进行了求解与分析-Among the matrix theory calculation of the inverse matrix solution and analysis carried out
<刘浩杰> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算hanglieshi

说明:对矩阵当中的矩阵行列式的计算进行了分析和计算-Among the matrix determinant of the matrix calculations are analyzed and calculated
<刘浩杰> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算hanning11

说明:加汉宁窗fft插值算法,计算谐波幅值、频率、相位,需输入采样频率、fft长度-hanning windows Harmonic analysis
<刘然> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算LYAPRANDOM

说明:用Wolf算法计算了等效确定性非线性系统的最大Lyapunov 指数,并以此来判断随机系统的动力学行为。-Wolf algorithm with the equivalent deterministic nonlinear system of the largest Lyapunov exponent, and in order to determine the dynamic behavior of stochastic system
<wu> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算Aitekenaromberg

说明:在学大学习数值计算时编写数值算法,本程序是基于C语言编写的Aiteken加速收敛法和romberg求积算法。-Numerical study in school when writing large numerical algorithm, the program is based on the C language Aiteken accelerated convergence method and romberg quadratur
<Jerry> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算DoolittleaLagrange

说明:在学大学习数值计算时编写数值算法,本程序是基于C语言编写的。-Numerical study in school when writing large numerical algorithm, the procedure is based on the C language.
<Jerry> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算moshishibie

说明:本程序为matlab程序关于模式识别的LMSE算法的简单应用,比较适合初学者使用-This program is about pattern recognition matlab program LMSE algorithm simple application, suitable for beginners to use
<xuliyue> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数学计算/工程计算ledPrint

说明:输入一串数字,好像led灯显示在终端上,c++实现-Enter a string of numbers, as if led lights displayed on the terminal
<杨志云> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 3188.89 .90 .91 .92 .93 ... 3400 »

源码中国 www.ymcn.org