资源列表

« 1 2 ... .26 .27 .28 .29 .30 2531.32 .33 .34 .35 .36 ... 3400 »

[数学计算/工程计算BESSEL.F90

说明:贝塞尔函数Individual files are available in the following links: Bessjy -- bessel functions Jn and Yn for real argument and integer or real order. Bessik -bessel function
<hym> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算Bignum

说明:实现了高精度的各种运算,其中乘法运算进行了FFT优化,速度惊人。是一份不可多得的大数模板-Various operations to achieve high precision, which multiplication was FFT optimization, at an alarming rate. Is a rare large numbers template
<贾堃阳> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算granger_cause

说明:本程序用来实现:运用matlab进行时间序列granger因果检验-The procedure used to implement: using matlab time series granger causality test
<刘鑫> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算fortran5

说明:这是一些何光渝fortran书上的对应的源程序,对大家学习有好处,这是第五章的内容-Here are some fortran He Guangyu the corresponding source book for them to learn from good, this is the fifth chapter
<chen> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算gs

说明:gauss seidel numerical algorithm
<pietras88> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算time2depthhl

说明:这是一个将时间改换到深度的程序,这是一个matlab程序-this is a program for time to depth
<xiaoyao> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算LBMpoiseuille

说明:Matlab for Lattice Boltzmann 2D D2Q9 Flow around a cyliner, using LBM
<yyy> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算residues

说明:该文件含残差点数目计算、均方差计算、信噪比计算、边缘等效视数计算-The document containing terms of the number of residues are calculated variance, SNR calculation, calculation of equivalent number of edges
<juchengyu> 在 2025-02-07 上传 | 大小:2kb | 下载:1

[数学计算/工程计算neural_net

说明:Program recognition of elementary images The example shows how to use the mechanism, quadrupeds, as neural networks. First, the program offers two different images. Then point to the third image. Using it is that t
<Anton> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算steepest

说明:实用最优化方法 最速下降法 变尺度法 牛顿法 阻尼牛顿法 皆为可运行程序-The most practical method of steepest descent optimization variable metric method damped Newton' s method Newton' s method can run the program are all
<Sharon> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算A_LU

说明:bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int
<moontea> 在 2025-02-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算A_QR

说明: void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解
<moontea> 在 2025-02-07 上传 | 大小:2kb | 下载:1
« 1 2 ... .26 .27 .28 .29 .30 2531.32 .33 .34 .35 .36 ... 3400 »

源码中国 www.ymcn.org