CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 有限差分

搜索资源列表

  1. youxianchafen

    1下载:
  2. 应用Visual C++实现了二维的有限差分正演,是实现地球物理正演模拟方法的基础。-Application of Visual C++ to achieve a two-dimensional finite difference forward, is to achieve geophysical forward modeling approaches.
  3. 所属分类:Windows Develop

    • 发布日期:2014-05-11
    • 文件大小:12288
    • 提供者:lilimin
  1. boshong

    0下载:
  2. 使用有限差分法进行泊松方程的分析,并用MATLAB进行仿真-Finite difference method using the Poisson equation analysis and simulation using MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:794
    • 提供者:付艳
  1. POISSON_FINITE-DIFFERENCE_ALGORITHM

    0下载:
  2. 本程序提供一种求解 Poisson 方程的有限差分法-This program offers a Poisson equation for solving finite difference method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2441
    • 提供者:mike
  1. 3-DFDTD

    0下载:
  2. 三维有限差分算法,使用matlab编程,可以进行数值模拟-3-D FDTD code with PEC boundaries
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:8794
    • 提供者:李明星
  1. fdtd_2D_TM_PML

    1下载:
  2. 2维时域有限差分模拟,fdtd_2D_TM_PML-2-D FDTD simulation, fdtd_2D_TM_PML
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:49312
    • 提供者:ali
  1. youxianchafendiedaichenxu

    1下载:
  2. 有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解-Finite difference method, there are two medium square region of two-dimensional numerical solution of Laplace equation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1343
    • 提供者:姜枫
  1. FDTD_Electrical_Magnetic

    1下载:
  2. 基于电磁波方程,在时间域对电磁波场进行有限差分正演模拟。Helmhotz方程。-Based on the electromagnetic wave equation, in the time domain electromagnetic field of finite-difference forward modeling. Helmhotz equation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-23
    • 文件大小:638280
    • 提供者:Leo
  1. CPHYS

    0下载:
  2. 计算物理课件,有 有限差分方法,蒙特卡洛方法,有限元素方法,分子动力学方法-Computational Physics Courseware, a finite-difference methods, Monte Carlo methods, finite element methods, molecular dynamics method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1022480
    • 提供者:nonews
  1. heat-fdm

    0下载:
  2. NUMERICAL METHODS for Mathematics, Science and Engineering,有限差分解热传导问题-NUMERICAL METHODS for Mathematics, Science and Engineering, finite difference conduction problem antipyretic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2359
    • 提供者:jrjin
  1. fdtd

    2下载:
  2. FDTD(时域有限差分法)写的一个双脊金属加载矩形波导,的基模和第一个高阶模的色散曲线计算。-FDTD (finite difference time domain method) to write a双脊metal loaded rectangular waveguide, the fundamental mode and first higher order mode dispersion curve.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2184
    • 提供者:李涛
  1. fdtd_3D_xyzPML_MPI_OpenMP

    0下载:
  2. 用vc编写的FDTD有限差分程序,对学习有限差分算法的同学帮助极大-Vc prepared using FDTD finite difference procedures, finite difference method of learning to help students greatly
  3. 所属分类:Algorithm

    • 发布日期:2014-05-27
    • 文件大小:128798
    • 提供者:杨勇
  1. MCM

    2下载:
  2. 这是一个中值曲率驱动方程MCM滤波器关于有限差分方程的源代码-This is a value-driven equation curvature MCM filters on the finite difference equation source code
  3. 所属分类:matlab

    • 发布日期:2016-01-15
    • 文件大小:1239
    • 提供者:zhangyi
  1. fdtd3D

    1下载:
  2. 本程序实现在计算电磁学中的三维时域有限差分法-This procedure to achieve in the calculation of three-dimensional electromagnetic finite difference time domain method
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:bringer
  1. zuoye

    0下载:
  2. 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the application of differential principle, t
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1587
    • 提供者:刘文
  1. 2DTEPML

    1下载:
  2. 应用MATLAB编写的二维时域有限差分程序。是初学FDTD的好帮手。建议初学者参考。-Application of MATLAB to prepare two-dimensional finite difference time domain procedure. FDTD are learning a good helper. Recommended reference for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5283
    • 提供者:余燕忠
  1. 3DTEPML

    0下载:
  2. 应用MATLAB编写的三维时域有限差分程序。是初学FDTD的好帮手。建议初学者参考。-Application of MATLAB to prepare three-dimensional finite difference time domain procedure. FDTD are learning a good helper. Recommended reference for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2487
    • 提供者:余燕忠
  1. fd

    1下载:
  2. 波动方程有限差分法射线追踪,希望对大家有帮助-FD ray tracing code,it is a fortran code, hope it is useful for you
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4869
    • 提供者:jason
  1. 12345

    1下载:
  2. 一个学习电磁波时域有限差分法的程序 适合初学者-a code for studying finite difference time domai9n method for elctromagnetic waves
  3. 所属分类:文档资料

    • 发布日期:2017-04-15
    • 文件大小:7566
    • 提供者:tanyw
  1. parse

    0下载:
  2. 关于电磁波散射的时域有限差分法计算程序 很好的-a code about finite difference time domain method for electromagnetic waves scattering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1020
    • 提供者:tanyw
  1. FDTDprogramme

    0下载:
  2. 二维时域有限差分法程序,用于电磁场环境下的功能仿真。-Two-dimensional FDTD program,Electromagnetic environment for functional simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1833
    • 提供者:shenjianxin
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com