CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - simple algorithm

搜索资源列表

  1. SIMPLE-C-language

    3下载:
  2. 计算流体动力学算法之一---SIMPLE算法,C语言编写-One of the computational fluid dynamics algorithm--- the SIMPLE algorithm, C language
  3. 所属分类:Algorithm

    • 发布日期:2015-06-24
    • 文件大小:3.33mb
    • 提供者:ggg
  1. SIMPLE

    3下载:
  2. 各种流场和温度场的数值计算算法simple源程序-Flow field and temperature field numerical calculation algorithm for simple source
  3. 所属分类:Algorithm

    • 发布日期:2017-03-05
    • 文件大小:4.92kb
    • 提供者:任翰
  1. caffa_f

    0下载:
  2. This code incorporates the Finite Volume Method using SIMPLE algorithm on colocated body-fitted grids.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:12.77kb
    • 提供者:souheil
  1. simple-kalmanf

    0下载:
  2. 这个程序实现了最简单的Kalman滤波算法,最重要的是含有丰富的注释,足以让一个入门的人理解。-This process to achieve the most simple Kalman filter algorithm, the most important thing is rich in notes, enough for people to understand a single portal.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:3.17kb
    • 提供者:job
  1. Main

    2下载:
  2. 计算流体力学代码,可用于二维不可压缩流场计算,代码采用simple算法-Computational fluid dynamics code, can be used for two-dimensional incompressible flow field, the code using simple algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:5.46kb
    • 提供者:俞斌
  1. centroidi

    0下载:
  2. simple algorithm to calculate centroid
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:556byte
    • 提供者:papaia82
  1. simple

    0下载:
  2. 无限大平板间的层流流动Simple算法计算-Infinite plate laminar flow between the Simple algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.34kb
    • 提供者:julia
  1. simple

    1下载:
  2. 二维simple算法程序 带注释,为流体的计算提供了算法的设计,并带有承租的明确注释-Two-dimensional simple algorithm program annotated for the fluid computing algorithm design and with a single clear note
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:79.27kb
    • 提供者:liqingchun
  1. Simple-algorithm

    0下载:
  2. 一些简单的算法,逐次逼近,无穷枚举,递归。的一些简单算法-Simple algorithm, successive approximation, infinite enumeration, recursive. Some simple algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:3.86kb
    • 提供者:shadow
  1. program-simple

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:17.01kb
    • 提供者:zhangyunlong
  1. simple

    1下载:
  2. 计算流体力学CFD不可压缩流动simple算法二维问题-Computational Fluid Dynamics CFD simple algorithm two-dimensional incompressible flow problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1.9kb
    • 提供者:sun H Q
  1. simple

    0下载:
  2. 西安交通大学陶老师的simple算法,很适合初学者!-Xi' an Jiaotong University, Tao teacher simple algorithm, it is suitable for beginners!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.12kb
    • 提供者:
  1. simple-by-C-language-

    0下载:
  2. 将simple算法由fortran版本改编成了c语言版本-The simple algorithm by FORTRAN version adapted into C language version
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.97mb
    • 提供者:cheng
  1. SIMPLE

    0下载:
  2. simple algorithm for two dimensional flow
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:5.98kb
    • 提供者:SETTAR
  1. SIMPLE

    5下载:
  2. 非结构网格SIMPLE算法Fortran计算程序,包含主程序和用户自定义程序。-Non-structural mesh SIMPLE algorithm the Fortran calculated program contains the main program and user-defined procedures.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:30.21kb
    • 提供者:Allen
  1. SIMPLE

    1下载:
  2. JohnD.Anderson<计算流体力学基础及应用>一书中第7-10章对应的程序 和计算流体力学中的simple算法二维程序-Simple algorithm in two-dimensional program in a book JohnD.Anderson < computational fluid dynamics base and Applications> Chapter 7-10 corresponding procedures and compu
  3. 所属分类:Algorithm

    • 发布日期:2014-05-04
    • 文件大小:5kb
    • 提供者:林丹
  1. Trilateral-exchange-simple-algorithm

    0下载:
  2. 图论里面的三边交互算法,matlab编制的-The trilateral exchange simple algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3.03kb
    • 提供者:李元帅
  1. SIMPLE.F90

    1下载:
  2. 二维SIMPLE算法。用F.90编写的,源于刘华飞的OPENNABLA-two dimensional SIMPLE algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:1.56mb
    • 提供者:王杰
  1. simple.c

    1下载:
  2. SIMPLE 算法的C语言程序,含有注释讲解,数值计算,二维算法。-TWO DIMENSIONAL SIMPLE ALGORITHM
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:4.01mb
    • 提供者:王杰
  1. SIMPLE算法求解方腔内粘性不可压流动

    3下载:
  2. 采用离散网格,基于SIMPLE算法的基本思想求解方腔不可压缩驱动流(Using discrete grids and based on the basic idea of SIMPLE algorithm, the incompressible driving flow in square cavity is solved.)
  3. 所属分类:数值算法/人工智能

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com