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

搜索资源列表

  1. athena4.2

    2下载:
  2. 这个程序描述了MHD激波罐问题,是用python编写的,我也看得不多(Thus in the numerical approximation rounding errors and discretization errors may lead to a violation of conser- vation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:974848
    • 提供者:lnw199
  1. Algoritmo Genético

    0下载:
  2. This program optimizes the discretization for a demand curve using recombinations and mutatios
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:JhonR
  1. MATLABEXAMPLE

    0下载:
  2. one can see that the pattern corresponding to the finite difference discretization tends to be a banded and highly sparse matrix. The same pattern of matrix resulting from discretization arises when we deal with the three-dimensional problem. Figu
  3. 所属分类:数学计算

    • 发布日期:2018-04-23
    • 文件大小:3072
    • 提供者:SASASA89
  1. lidid

    0下载:
  2. one can see that the pattern corresponding to the finite difference discretization tends to be a banded and highly sparse matrix. The same pattern of matrix resulting from discretization arises when we deal
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:SASASA89
  1. 1D Euler

    6下载:
  2. 本程序用于求解一维无粘可压缩欧拉方程(激波管问题) 运用Dummy Cell处理边界条件; 通量计算方式: AUSM Scheme; 重构方法:MUSCL方法 限制器:Van Albada限制器 时间离散:四步Runge-Kutta方法(his program is used to solve one dimensional inviscid compressible Euler equation (shock tube problem) Application
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:13312
    • 提供者:cfdzaza
  1. 离散化和传递函数的转换

    0下载:
  2. 离散化到传递函数的转化,可供参考,哈哈哈(The transformation of the discretization to the transfer function can be used for reference)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:sissi2222
  1. __pycache__

    0下载:
  2. 对图像进行放大处理,得到图像的距离清晰度值,并计算他的离散程度(The image is amplified and processed, and the distance definition of the image is obtained, and the degree of discretization of the image is calculated.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:zhaoliang123
  1. CAIM

    0下载:
  2. 可实现对连续的数据集进行离散化,这是一个强大的算法,离散化的数据使得特征更加明显。(It is possible to discretize the continuous data set, which is a powerful algorithm. Discretization of data makes the feature more obvious.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1890304
    • 提供者:求知者0330
  1. 数值分析

    2下载:
  2. 数值计算主要研究如何利用计算机更好的解决各种数学问题,包括连续系统离散化和离散形方程的求解,并考虑误差、收敛性和稳定性等问题。从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等。随着计算机的广泛应用和发展,许多计算领域的问题,如计算物理、计算力学、计算化学、计算经济学等都可归结为数值计算问题。(Numerical calculations mainly study how to
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:20480
    • 提供者:践心
  1. (第五章程序)

    0下载:
  2. 极点配置控制(PPC)(连续系统离散化) 极点配置间接自矫正控制(Pole assignment control (PPC) (discretization of continuous systems) Pole assignment indirect self correction control)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:浅浮尘
  1. geodetector_lisanhua

    2下载:
  2. 用于地理探测器输入因子数据的离散化,方便使用地理探测器。(Discretization of geometric input factor data for easy access to geo-detectors.)
  3. 所属分类:其他

    • 发布日期:2019-11-20
    • 文件大小:4096
    • 提供者:湘豆豆
  1. 方腔驱动流源代码(SIMPLE算法)

    6下载:
  2. 从方程离散到代码,到最终结果的后处理都有详细的描述(From equation discretization to code, to post-processing of final results are described in detail.)
  3. 所属分类:数学计算

    • 发布日期:2020-03-29
    • 文件大小:6184960
    • 提供者:lambs
  1. 基于蚁群算法的机器人路径规划MATLAB源码收藏

    2下载:
  2. 基于蚁群算法的机器人路径规划MATLAB源码,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Robot path planning MATLAB source code based on ant colony algorithm, using grid discretization method to model the environment with obstacles, using adjacency matrix to stor
  3. 所属分类:文章/文档

    • 发布日期:2019-08-10
    • 文件大小:5120
    • 提供者:suitdog
  1. Burgers_equation

    2下载:
  2. The 1D Burgers equation is solved using explicit spatial discretization (upwind and central difference) with periodic boundary conditions on the domain (0,2). The 2D case is solved on a square domain of 2X2 and both explicit and implicit methods are
  3. 所属分类:matlab例程

    • 发布日期:2020-05-21
    • 文件大小:3072
    • 提供者:一一2012
  1. 无人机.zip

    3下载:
  2. VirtualArena是用于控制设计和系统仿真的面向对象的Matlab集成开发环境,其实现目标如下: 1)避免重新实现大多数项目共有的功能,例如: -离散化策略(例如欧拉向前,龙格库塔,…) -系统线性化的雅可比计算方法,例如基于符号或样本的方法 -实施标准车辆动力学,如独轮车或类似无人机的车辆,并实施不同的姿态表示,如旋转矩阵或四元数 -状态观测器自动生成,例如扩展卡尔曼滤波器(EKF) -基于网络的控制器的实施结构 - … 2)建立一套通用接口,允许
  3. 所属分类:matlab例程

    • 发布日期:2020-05-02
    • 文件大小:5682176
    • 提供者:吴阿斗
  1. 混沌系统—Matlab程序

    4下载:
  2. 含混沌系统的相图 分岔图 李雅普若负指数 庞加莱截面 功率谱 连续系统离散化的程序(The procedure of discretization of the continuous system of power spectrum of the phase diagram bifurcation diagram with chaotic system)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-24
    • 文件大小:335872
    • 提供者:李昊
  1. PID

    2下载:
  2. 专家控制 求二阶传递函数的阶跃响应 G(s)=133/(s^2+25s),取采样时间为1ms进行离散化。设计专家PID控制器,并进行Matlab仿真。(Expert control Find the step response of the second-order transfer function G(s)=133/(s^2+25s), and take the sampling time as 1ms for discretization. Design expert PID contro
  3. 所属分类:书籍源码

    • 发布日期:2021-04-26
    • 文件大小:1024
    • 提供者:简5123
« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com