登录
首页 » 算法 » FORTRAN编写的差分程序,用于计算偏微分方程,有用。

FORTRAN编写的差分程序,用于计算偏微分方程,有用。

于 2022-03-21 发布 文件大小:655.57 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

FORTRAN编写的差分程序,用于计算偏微分方程,有用。-FORTRAN differential preparation procedures used to calculate the partial differential equations, useful.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 产生随机数,包含产生随机数的代码!
    产生随机数,包含产生随机数的代码!-generate random number,including the code.
    2022-06-16 08:13:50下载
    积分:1
  • FDS为火灾动力学模拟软件源代码,该软件为开源项目,代码语言主要为FORTRAN,可在WINDOWS和LINUX下编译运行,详细说明可参考http://fire...
    FDS为火灾动力学模拟软件源代码,该软件为开源项目,代码语言主要为FORTRAN,可在WINDOWS和LINUX下编译运行,详细说明可参考http://fire.nist.gov/fds/官方网址-FDS for the fire dynamics simulation software source code, the software for the open source project, code language primarily for FORTRAN, can be compiled under WINDOWS and LINUX operation, a detailed description may refer to the official web site http://fire.nist.gov/fds/
    2022-03-21 12:22:09下载
    积分:1
  • 通讯管理系统
    资源描述这是一个课设乃荣,进攻参考固定卡萨感觉到刚打的金额我还就分手快乐哈发奖励和53a463413.111阿斯顿拉进来的话开量较大劳动力懒得理去哪里弄好多了买了纳兰的理念了
    2022-06-26 14:36:55下载
    积分:1
  • Finds the polynomial p10 of degree less than or equal to 10 that interpolates...
    Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee between the function and the polynomial at 41 equally spaced points over the same interval. Repeat the latter but use your 11 points to be Chebyshevs.
    2022-06-21 05:46:33下载
    积分:1
  • C语言基本排序,经过测试!
    C语言基本排序算法,经过测试!-C language basic sorting algorithm, the test!
    2023-03-24 16:20:04下载
    积分:1
  • 遥感影像重采样
    应用背景应用于遥感影像的重采样,可以重采样成各种你所需要的分辨率的影像。如30m分辨率的遥感影像,可以重采样成3km,也可以重采样成10m分辨率的影像。关键技术利用GDAL进行编写的,支持最邻近,双线性内插法,三次卷积法,均值法,B样条等重采样算法,具体参见gdalwraper.h。
    2022-02-04 11:02:02下载
    积分:1
  • Delaunay点云数据处理三角剖分源代码
    应用背景对线激光扫描获得的大量的点云数据进行处理,运用Delaunay算法实现三角剖分,能够处理大规模数据。可以获得三角片面的信息。关键技术Delaunay三角剖分,对点云数据进行处理
    2023-08-01 11:50:03下载
    积分:1
  • 科学与工程数值计 1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。 注意 拷贝到硬盘上的源文件的属性如果...
    科学与工程数值计算算法 1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。 注意 拷贝到硬盘上的源文件的属性如果成为只读的,在编译之前应该将它们的属性改为可读写的。 2、光盘各目录中的内容如下所示: 光盘目录 内容说明 SourceChapterN 第N章的所有示例工程源程序 SourceClasses 本书所有算法类的源程序 SourceLib 集成本书所有算法的静态库文件 SourceDll 集成本书所有算法的动态库文件 -Science and Engineering numerical algorithm 1, this book comes with a CD-ROM contains all the book s source code. Simply use the corresponding copy of the directory to your hard drive. Note to copy the source files on your hard disk becomes read-only attribute in the compiler prior to their properties should be changed to read and write. 2, CD-ROM contents of the directory as follows: CD-ROM directory description SourceChapterN the first chapter all the examples of N source project SourceClasses algorithm book all types of source book SourceLib integrated all of the static algorithm library file SourceDll integrated all book algorithm for dynamic library files
    2023-08-03 22:30:03下载
    积分:1
  • 1。介绍这个程序是用C++语言编写的一系列的逗号…
    1.简介 本程序是用C语言编的一个基于命令行的文件合并分割器。主要用于分割和合并文件,可以按大小分或者按个数等分。支持分割和合并的批处理。其中命令行以及批处理语句有一定的规则,需要用户学习后才能熟练使用。 2.功能  能够实现多个文件的合并功能  能够实现同一目录下的所有文件或所有具有相同属性(同后缀)的文件,按照文件名的顺序合并  能够实现对于一个文件的分割功能,可以按照两种要求进行分割:第一,按照用户给出的分割个数;第二,按照用户给出的每个文件大小  支持文件合并与分割功能的批处理-1. Introduction This procedure is used C language based on a series of the command line in the paper division for the merger. Mainly for segmentation and merger documents, in accordance with the size of sub-sub or by number. Support split and merger of the batch. These command line and batch statements to certain rules, requiring the user to learn the use of skilled before. 2. Function# 61548 can be achieved by merging multiple files functional# 61,548 to achieve the same directory of all documents or all of the same attributes (with extensions) of the document, according to documents from the merger order to achieve# 61,548 for a separate function of the document, according to two separate requirements : First, the
    2023-04-25 00:35:03下载
    积分:1
  • Numerical calculation, using newton iteration method chord intercept method to c...
    数值计算,利用newton迭代法和弦截法计算插值多项式-Numerical calculation, using newton iteration method chord intercept method to calculate the interpolation polynomial
    2022-02-04 23:52:26下载
    积分:1
  • 696518资源总数
  • 105739会员总数
  • 1今日下载