登录

最新会员 最新下载

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52

成为了本站VIP会员

05月25日 20:47

成为了本站VIP会员

05月24日 22:16
已选条件
  1. 编程语言:所有
  2. 代码类别:数学计算
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. SVD

  这是一个数值计算Fortran程序,将矩阵进行奇异值分解,SVD.txt存放待分解的矩阵,u.dat,v.dat为分解后的左右矩阵,qiyizhi.dat和qiyizhi0.dat为得到的奇异值。(This is a numerical Fortran program matrix singular value decomposition, SVD.txt store to be factored matrix, u.dat, v.dat about decomposition of the matrix, qiyizhi.dat and singular value obtained qiyizhi0.dat .)

46
下载
112
浏览
2021-03-11发布

2. SimpleMatrix

  对大规模的矩阵做高斯消元,适合大规模矩阵求逆!!!!!(Done on a large scale matrix Gaussian elimination, suitable for large-scale matrix inversion! ! ! ! !)

65
下载
68
浏览
2021-03-10发布

3. 222

  一个仓本模型计算程序,用于计算奇异态和序参量(a program of kuramotto)

2
下载
129
浏览
2021-03-10发布

4. UMAT-Example

  一个drucker prager模型的 的用户子程序,用于求解平面应变问题 abaqus UMAT and inp(drucker prager yield model for abaqus )

256
下载
79
浏览
2021-03-10发布

5. SHAKE91

  国外的地震有限元程序,美国伯克利大学的,非常经典(Earthquake abroad finite element program, the United States Berkeley, very classic)

256
下载
124
浏览
2021-03-10发布

6. Burden_solution

  数值分析(Burden)第七版的习题解答,中文繁体,找不到简体的,大家凑合看吧(Numerical Analysis (Burden) answers to the seventh edition of the exercises, Chinese Traditional, can not find the simplified)

139
下载
95
浏览
2021-03-09发布

7. ODBprint

  将ABAQUS的ODB结果文件按照人为要求在文本文档中记录(On ABAQUS ODB results file records in a text document in accordance with human requirements)

23
下载
89
浏览
2021-03-09发布

8. journal-bearing

  有限差分法的径向滑动轴承求解,可用于求解油膜厚度、油膜压力等(Radial sliding bearings for solving finite difference method can be used to solve the oil film thickness, oil pressure, etc.)

58
下载
149
浏览
2021-03-09发布

9. FFT程序

  这是利用C++ 编的fft(This is the C series fft)

139
下载
103
浏览
2021-03-09发布

10. FFT

  FFT源代码 FFT源代码 FFT源代码(FFT source code FFT source code FFT source code)

61
下载
124
浏览
2021-03-09发布

11. Monte-Carlo

  详细全面的蒙特卡洛PPT讲解以及MATLAB算例,帮助大家0基础快速掌握MC的精华所在。(Detailed and comprehensive Monte Carlo PPT to explain and MATLAB example, to help you basically grasp the essence of MC.)

17
下载
107
浏览
2021-03-09发布

12. PCA法程序 pca

  PCA算法程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量 (PCA algorithm programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)

13. readzygodat2_pjz

  读取zygo干涉仪中的dat格式数据,并转化为矩阵格式(Reads the dat format data in the Zygo interferometer and transforms it into a matrix format.)

29
下载
70
浏览
2021-03-08发布

14. introductiontononlinearfiniteelementanalysis

说明:  Kim 的非线性有限元分析经典教材,教材很经典,对于静态有限元分析讲的很透彻,书中附有matlab代码(Kim's nonlinear finite element analysis classic textbook, the textbook is very classic, for static finite element analysis is very thorough, the book with matlab code)

0
下载
67
浏览
2021-03-08发布

15. ARIMA

  ARM 用于数学建模的时间序列 预测问题 (ARM used for mathematical modeling time series prediction problem )

186
下载
132
浏览
2021-03-08发布

16. GEAR

  吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)

14
下载
134
浏览
2021-03-08发布

17. GEAR

  吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)

19
下载
237
浏览
2021-03-08发布

18. GEAR

  用吉尔方法积分一阶微分方程组的初值问题。(Gill method with integral equations of first order initial value problem.)

4
下载
156
浏览
2021-03-08发布

19. QR分解

  该程序是利用GIvens变换进行矩阵的QR分解(The program uses GIvens transform to solve QR matrix.)

7
下载
146
浏览
2021-03-08发布

20. finite-volume--Euler-equation

  基于有限体积法求解二维欧拉方程,是流体问题的最基本求解方法(The finite volume method to solve two-dimensional Euler equation)

55
下载
135
浏览
2021-03-07发布