联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Fortran(434) 

[其他] Phase-field-Fortran-codes-using-whole-array

该存储库演示了在Fortran编程语言中对相位场代码使用全数组技术。代码是2D的。
This repository demonstrates the use of whole array technique in Fortran programming language for phase-field codes. The codes are 2D. (2024-02-09, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707523075968188.html

[Fortran编程] Numerical-Methods-in-FORTRAN

我在IITR的计算机编程、数值和计算物理课程代码
My codes for the courses of Computer Programming, and Numerical and Computational Physics at IITR (2019-10-02, Fortran, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688339133857626.html

[超算/并行计算] mpi-guide-fortran

不同于其它指南,mpi-guide-fortran以mpi在fortran中的使用为核心,并给出了丰富的mpi子程序示例,以便于编程过程中灵活调用。
Different from other guidelines, MPI guide FORTRAN takes the use of MPI in FORTRAN as the core, and gives a wealth of examples of MPI subroutines, so as to facilitate flexible call in the process of programming. (2020-08-17, Fortran, 372KB, 下载2次)

http://www.pudn.com/Download/item/id/1597677241148326.html

[matlab编程] sslblock

errorpage.zip是高度解析机器爬虫语言另类标准的统一代码编程资料,旨在将架构与功能合并统一称为开发者所需要的集管理语言在内的工具。
errorpage.zip It is a kind of unified code programming data with high resolution of machine crawler language alternative standards, aiming to unify architecture and function as a tool including set management language required by developers. (2020-06-16, Fortran, 38KB, 下载0次)

http://www.pudn.com/Download/item/id/1592291738662621.html

[文章/文档] CUDA Fortran 高效编程实践.pdf

CUDA Fortran 高效编程实践_科学家和工程师特供 2007 年以来,以 nVidia GPU 为代表的加速器并行计算风起云涌,带有加速器的超级计 算机在 TOP500 中的份额逐年增加,支持加速器的主流应用软件也呈爆炸式增长,研究加速 器计算的技术人员数以百万计,世界范围内的大学、研究机构竞相开设相关课程。 目前流行的 GPU 通用编程语言是 CUDA C 和 OpenCL. 它们均是 C/C++语言的扩展,因 此可以方便地将 C/C++代码移植到 GPU 上。但对于科学与工程计算中的重要编程语言 Fortran,无法直接地改写为 CUDA C 或 OpenCL。很多久经考验的应用程序都是用 Fortran 开发,如果完全改写,工作量巨大,而且有不可估量的稳定性风险。 为使 Fortran 应用能够使用 GPU 加速,The Portland Group 设计了 CUDA Fortran 语言, 并在自家的 PGI 编译器中支持。气象、理论物理等领域的应用经过简单的改造,就能够利 用 GPU 的强大计算能力。
CUDA FORTRAN efficient programming practice Since 2007, with NVIDIA GPU as the representative of accelerator parallel computing, the share of supercomputers with accelerators in top 500 has increased year by year, and the mainstream application software supporting accelerators has also grown explosively. There are millions of technicians studying accelerator computing, and universities and research institutions around the world are competing to offer relevant courses. To enable FORTRAN applications to use GPU acceleration, the Portland group designed CUDA FORTRAN language, which is supported in its own PGI compiler. The application of meteorology, theoretical physics and other fields can make use of the powerful computing power of GPU after simple transformation. (2019-11-20, Fortran, 2085KB, 下载14次)

http://www.pudn.com/Download/item/id/1574255564491037.html

[其他] Fortran语言MPI程序设计

文档中介绍了Fortran语言的并行实现,对于采用Fortran开展科学计算的有帮助。
Parallel implementation of Fortran language is introduced in the document, which is helpful for scientific computing with Fortran. (2018-11-03, Fortran, 149KB, 下载7次)

http://www.pudn.com/Download/item/id/1541249843465717.html

[数据库编程] The-source-code

编程求解一维、二维导热对流换热问题,涉及相变,有限体积法
Programming for solving one-dimensional, two-dimensional thermal convection heat transfer problem, involving a phase change, finite volume method (2015-12-05, Fortran, 27KB, 下载25次)

http://www.pudn.com/Download/item/id/1449290301474047.html

[数学计算] UMAT-Elastic-Plastic

ABAQUS二次开发子程序UMAT下,采用FORTRAN编程的弹塑性模型
ABAQUS two sub development subroutine UMAT, the use of FORTRAN programming of the elastic plastic model (2015-07-18, Fortran, 2KB, 下载50次)

http://www.pudn.com/Download/item/id/1437203237367007.html

[ICQ/即时通讯] IMSL

IMSL函数库。安装加载好(方法见于网上)该函数库后,可以通过调用给函数库已有程序,为编程节省大量时间和空间。
IMSL libraries. Install the add good (method found online) after the library, by calling the library to an existing program, the programming save a lot of time and space. (2014-03-24, Fortran, 17172KB, 下载31次)

http://www.pudn.com/Download/item/id/2491797.html

[编译器/解释器] Fortran-compilers-in-Linux

本文是专门详尽地对Linux平台下的几种常用编译器:g77(f77),Intel Fortran compiler, G95, gfortran的安装与使用 一一做介绍,是初学编程者理想的参考资料。
This article is dedicated to the Linux platform in detail several common compilers: g77 (f77), Intel Fortran compiler, G95, gfortran installation and use 11 to do, is an ideal beginner programmers reference. (2013-07-23, Fortran, 122KB, 下载16次)

http://www.pudn.com/Download/item/id/2312745.html

[数值算法/人工智能] fem

<有限元编程>一书中例题程序代码,p40-p53,包括杆单元,梁单元,简单平面三角形单元,四边形单元的简单有限元计算。
The finite element programming> Example program code, p40-p53, including rod elements, beam elements, a simple plane triangular element, quadrilateral element simple finite element calculation. (2013-05-01, Fortran, 17KB, 下载12次)

http://www.pudn.com/Download/item/id/2223824.html

[DSP编程] SVPWM-PSCAD

PSCAD中自建SVPWM模型及fortran代码,用于逆变仿真
PSCAD self SVPWM model and fortran code for the inverter simulation (2013-02-28, Fortran, 12KB, 下载270次)

http://www.pudn.com/Download/item/id/2143945.html

[JavaScript/JQuery] Rails.Recipes

Ruby,一种为简单快捷面向对象编程而创的脚本语言,在20世纪90年代由日本人松本行弘开发,遵守GPL协议和Ruby License[1]。它的灵感与特性来自于Perl、Smalltalk、Eiffel、Ada以及Lisp语言。由Ruby语言本身还发展出了JRuby(Java平台)、IronRuby(.NET平台)等其他平台的Ruby语言替代品。
There is a new way to communicate with your fellow Ruby developers. Introducing the new Facebook group for the Ruby Programming Language (2012-09-03, Fortran, 1408KB, 下载4次)

http://www.pudn.com/Download/item/id/1982783.html

[软件设计/软件工程] IGBT

我平时编程和设计时常用的小工具集合。 功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1
I usually used when programming and designing a small collection of tools. Function: 1-8 bit checksum 2-16 bit checksum 3- calculating CRC8 4-- calculate CRC16 5-- calculate CRC32 6-- calculate MD5 7-- calculate SHA1 (2011-06-18, Fortran, 682KB, 下载8次)

http://www.pudn.com/Download/item/id/1572839.html

[数学计算] LBm-cavity

LBM模拟方腔流,入门程序,简单易懂,适合初学者对该方法编程的一个初步认识
Lattice Boltzmann for cavity flow (2011-05-23, Fortran, 3KB, 下载114次)

http://www.pudn.com/Download/item/id/1543509.html

[其他] programming_the_finite_element_method

I.M.Smith所著的《有限元方法编程》第三版Fortran程序。有限元计算的经典书籍,内附相关章节的源程序,为FORTRAN代码
IMSmith book " Programming the finite element method," the third edition of Fortran programs. Finite element analysis of classic books, included the relevant sections of the source (2010-10-02, Fortran, 8316KB, 下载128次)

http://www.pudn.com/Download/item/id/1308924.html

[数学计算] Complete_self-study_manual_FORTRAN(source_code)

FORTRAN 完全自学手册源代码(编程红宝书)这本书首先从比较基础的地方讲起走,把握住了我们真正应该学的,应该用得着的东西。
Complete self-study manual FORTRAN source code (programming Little Red Book) This book begins with a place from a basis of comparison Let' s talk about walking, grasp of what we really ought to study and should be useful to something. (2010-02-04, Fortran, 243KB, 下载8次)

http://www.pudn.com/Download/item/id/1058772.html

[Windows编程] uniform_dataset

生成均匀随机分布数据点集的程序。Fortran90编程。 The program allows the user to choose: M, the spatial dimension N, the number of points to generate SEED, the initial seed value. Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.
UNIFORM_DATASET is a FORTRAN90 program which creates a uniform random dataset and writes it to a file. (2009-09-20, Fortran, 4KB, 下载7次)

http://www.pudn.com/Download/item/id/916321.html

[其他书籍] index

Fortran77和90/95编程入门,用于教学,主要内容源自于如下国内外最新Fortran90和经典Fortran77教材,并参考了Internet上诸多网页
Introduction to Fortran77 programming and 90/95 for teaching, as follows from the main contents of the latest classic Fortran90 and Fortran77 materials, and taking into account the number of Internet pages (2009-05-20, Fortran, 280KB, 下载21次)

http://www.pudn.com/Download/item/id/769692.html

[编辑器/阅读器] VisualFortran

Visual Fortran编程指南.pdf 本书首先介绍了目前先进的FORTRAN 90语言标准的主要内容,然后详细讲解了使用Visual FORTRAN开发科学计算程序的方法和技术。
Visual Fortran Programming Guide. Pdf of this book begins with the current advanced standards for FORTRAN 90 the main elements of the language, and then explain in detail the use of Visual FORTRAN program to develop scientific methods and techniques. (2009-04-23, Fortran, 14141KB, 下载24次)

http://www.pudn.com/Download/item/id/727540.html