登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:Others
  2. 代码类别:数学计算
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. fortran_MD

  Fortran编的关于分子动力学模拟的程序(Fortran programs compiled on the molecular dynamics simulations)

13
下载
57
浏览
2014-02-26发布

2. 84d614758d1d

  fft 利用DSP Builder 在MATLAB下产生的模型(DSP Builder fft using the model generated in MATLAB)

5
下载
85
浏览
2014-01-17发布

3. 84d614758d1d

  fft 利用DSP Builder 在MATLAB下产生的模型(DSP Builder fft using the model generated in MATLAB)

5
下载
83
浏览
2014-01-17发布

4. The-UDF-for-phase-change-of-water

  Fluent 中短语模拟水的受热蒸发相变的UDF程序代码(the UDF for phase change of water)

44
下载
97
浏览
2014-01-06发布

5. The-UDF-for-phase-change-of-water

  Fluent 中短语模拟水的受热蒸发相变的UDF程序代码(the UDF for phase change of water)

40
下载
84
浏览
2014-01-06发布

6. Stress-wave-induced-Fracture

  计算动力学研究,应力波引起的裂纹扩展问题,供大家学习(Kinetics calculations, crack propagation problems caused by stress wave for everyone to learn)

14
下载
62
浏览
2013-12-28发布

7. Stress-wave-induced-Fracture

  计算动力学研究,应力波引起的裂纹扩展问题,供大家学习(Kinetics calculations, crack propagation problems caused by stress wave for everyone to learn)

16
下载
76
浏览
2013-12-28发布

8. MATLAB

  平面波与涡旋光束干涉的干涉图样,可以用来制作全息图,从而产生涡旋光束(Interference pattern of plane wave and vortex beam interference, can be used to produce hologram, resulting in vortex beam)

179
下载
109
浏览
2013-12-27发布

9. MATLAB

  平面波与涡旋光束干涉的干涉图样,可以用来制作全息图,从而产生涡旋光束(Interference pattern of plane wave and vortex beam interference, can be used to produce hologram, resulting in vortex beam)

180
下载
147
浏览
2013-12-27发布

10. lixiangshiliuyouxianyuanqiujie

  理想流体势流的有限元求解程序,简单易懂,适合初学者对该方法编程的一个初步认识,程序内有详细的注释(Potential flow of ideal fluid finite element solver, easy to understand, this method is suitable for beginners programming a preliminary understanding of the program with detailed notes)

11
下载
85
浏览
2013-11-13发布

11. lixiangshiliuyouxianyuanqiujie

  理想流体势流的有限元求解程序,简单易懂,适合初学者对该方法编程的一个初步认识,程序内有详细的注释(Potential flow of ideal fluid finite element solver, easy to understand, this method is suitable for beginners programming a preliminary understanding of the program with detailed notes)

10
下载
50
浏览
2013-11-13发布

12. arc-length-theory

  有限元弧长法控制计算的原理,中文英文的都有,并介绍了具体程序的流程图(Finite element calculation of arc-length method control principle, Chinese English have, and describes specific procedures flowchart)

108
下载
91
浏览
2013-10-19发布

13. newmark-b

  用matlab编写newmark-B法解结构振动微分方程的程序(Prepared using matlab newmark-B method for solving differential equations of structural vibration program)

147
下载
108
浏览
2013-10-11发布

14. GOCEPARSER

  利用下载的goce原始数据,计算得出含有时间/经纬度/重力梯度格式的程序(Use downloaded goce raw data, calculated with the time/latitude/gravity gradient program formats)

10
下载
79
浏览
2013-08-25发布

15. GOCEPARSER

  利用下载的goce原始数据,计算得出含有时间/经纬度/重力梯度格式的程序(Use downloaded goce raw data, calculated with the time/latitude/gravity gradient program formats)

9
下载
64
浏览
2013-08-25发布

16. matlab

  一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理(A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularization calculation)

39
下载
135
浏览
2013-07-23发布

17. matlab

  一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理(A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularization calculation)

36
下载
75
浏览
2013-07-23发布

18. spmv_csr

  稀疏矩阵的DIA/ELLPACK/COO/CSR/HYB表示形式,以及各表示形式下的稀疏矩阵乘法(稀疏大矩阵*矢量)的CUDA实现。对于矩阵中每一行稀疏元素个数较统一的情况,ELLPACK表示最佳,其次是HYB(ELL+COO)。 CUDA™ 是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序(Sparse matrix DIA/ELLPACK/COO/CSR/HYB representation, as well as the representation of the sparse matrix multiplication (large sparse matrix* vector)' s CUDA implementation. For each row of the sparse matrix representing the number of elements the case of unification, ELLPACK that the best, followed by HYB (ELL+COO). NVIDIA CUDA ™ is introduced by a general purpose parallel computing architecture that makes the GPU to solve complex computational problems. It contains the CUDA Instruction Set Architecture (ISA) and the GPU parallel computing engine. Developers can now use the C language to write programs for the CUDA ™ architecture)

56
下载
119
浏览
2013-07-11发布

19. EToCalculatorV31

  FAO-56 ET0计算软件 用于计算参考腾发量 (FAO-56 ET0 calculation software is used to calculate the reference evapotranspiration)

29
下载
60
浏览
2013-07-08发布

20. ADMNMF

  基于交替方向乘子法的非负矩阵分解算法,主要用于盲分离(Alternating direction multiplier method based on non-negative matrix factorization algorithm, mainly used for blind source separation)

32
下载
78
浏览
2013-05-28发布