搜索资源列表
NumericalRecipesInFortran77-90-SourceCode
- 著名的Numerical Recipes in XXX图书的Fortran版本。 如果你是从事科学计算相关的研究或是工程项目,其中肯定涉及到具体的数学算法的细节,如:排序、矩阵运算、接各种方程组等,本书中提供的程序代码可以帮你从细节中摆脱出来,专心于算法的整体实现。 本文档收录的是书中配套的程序。-famous Numerical Recipes in the book XXX Fortran version. If you are engaged in scientific compu
fortran编程方法附录内容
- 有限元编程方法相关的fortran程序
6Scode.rar
- 大气辐射传输软件6S源码,可用于计算遥感应用中计算大气相关参数。,6S atmospheric radiative transfer-source software can be used to calculate the atmospheric remote sensing application to calculate the relevant parameters.
isaacsrc.4_2.tar
- ISAAC采用多块网格技术求解二维或三维的Euler或者NS方程,并且提供了大量的湍流模型供使用,为相关研究人员提供了很好的参考。-ISAAC solves 2D or 3D Euler or NS equatioon based on a multiblock grid technique, also lots of turbulence models is included in the code. ISAAC provides a good reference for relative r
zibo
- 这是一个子波程序,在地震勘探相关的程序编写中常常会遇到编写相关的子波程序,该程序可作为参考-This is a sub-wave process, seismic exploration in the preparation of the relevant procedures usually encountered in the preparation of wavelet-related procedures, the procedures may be used as reference
tcorr
- 求两个序列的相关关系的fortan程序 -For the correlation between the two sequences of fortan procedures
fortran_1d_unsteadywaterline
- 柯朗格式的非恒定水面线fortran程序,希望对相关研究人能有所帮助-Courant format fortran unsteady water line procedure, in the hope that research can help
Monte-Carlo-methods-concepts-and-applications
- 一本学些蒙特卡洛的英文书籍,里面有很多相关的Fortran编写的程序-A book 《Monte-Carlo methods, concepts and applications》
CCAF
- 时间序列数据的相关分析和未来变化预测(如降水、气温)-Correlation analysis of time series data and predict the future (such as precipitation, temperature)
Sllyear
- 线性相关 求逐月异常序列x(n,12)和y(n,12)(n是年)相同月份之间的滞后超前nt年的相关系数rt(-nt:nt,12),其中nt最大的滞后或超前时间(单位:年)。 -Linearly related to demand monthly abnormal sequence x (n, 12) and y (n, 12) (n is the year) ahead of the same month lag between the years of the correlation
fortran
- 自己收集的一些关于fortran的资料包括:fortrAN_函数库、Fortran95程序设计、Fortran基本用法小结 、Fortran基本用法小结1、FORTRAN完全自学手册(红宝书)-电子教案、Fortran之COMMON语句、相关系数 fortran 程序。希望对大家有用。-His collection of some of the material including about FORTRAN: fortrAN_ function library, Fortran95 progr
fortran-program-code.pdf
- 常见的fortran子程序以及相关相关算法的编写-Common in fortran subroutine
fortran
- 有限元求解相关应力应变的fortran语言描述,fortran语言程序源代码。-Fortran programming language, finite element
读取micaps的程序
- 此程序为气象及相关行业用来读取业务用micaps文件的FORTRAN程序,已应用很久,稍加修改即可在各地使用
mc
- 实现Mohr-Coulomb准则的abaqus子程序运算,运用了全新的数值奇异处理办法,可参考相关文献获得理论支持。(Mohr-Coulomb standard ABAQUS subroutine operation, the use of new numerical singular processing methods, can refer to the relevant literature to obtain theoretical support.)
osr-python
- 写了一堆高仿Fortran最优子集回归算法的python代码,现分享出来,如果有用得着的就拿去用吧,避免纠结python3在win7环境下调用fortran程序这么些跟系统兼容相关程度高 的问题(I wrote a bunch of Python codes that imitate Fortran's optimal subset regression algorithm. Now share them. If you can use them, you can use them, avoid
fortrandataset
- 气象方向的Fortran程序代码集,相关,检验等等(atmosphere fortran program)
moatl
- MOATL传播模型源代码,可用于计算距离相关的简正波问题。(MOdal Acoustic Transmission Loss program)
相关系数
- 计算互相关函数,那么可以得到两列数据的最大互相关系数。(calculate the cor-relaration function)
CUDA Fortran 高效编程实践.pdf
- CUDA Fortran 高效编程实践_科学家和工程师特供 2007 年以来,以 nVidia GPU 为代表的加速器并行计算风起云涌,带有加速器的超级计 算机在 TOP500 中的份额逐年增加,支持加速器的主流应用软件也呈爆炸式增长,研究加速 器计算的技术人员数以百万计,世界范围内的大学、研究机构竞相开设相关课程。 目前流行的 GPU 通用编程语言是 CUDA C 和 OpenCL. 它们均是 C/C++语言的扩展,因 此可以方便地将 C/C++代码移植到 GPU 上。但对于科学与工程计算