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

搜索资源列表

  1. FIVE

    0下载:
  2. 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1357
    • 提供者:tanglincn
  1. Unconstrained_optimization

    3下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4607
    • 提供者:闫安心
  1. thesmallestTree

    0下载:
  2. 数据结构 生成最小数的求解方法 根据严蔚敏的c版本的数据结构里的课后实验求的-Data structures to generate a minimum number of solution in accordance with the c YAN Wei-min version of the data structure in the experimental after-school demand
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2231
    • 提供者:michelleKT
  1. dgfgsdfgf

    0下载:
  2. 本程序适用于求解二次函数的稳定点,一种最优化求解方法-This procedure applies to solving a quadratic function of the stable point, one of the most optimized solution
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6184
    • 提供者:liang
  1. queue

    0下载:
  2. n皇后问题的C++求解方法,就是n个皇后不能同行也不能同列。-n queen problem C++ solving method, that is, n can not be a Queen s peers can not be with out.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1929
    • 提供者:小橘子
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式 l 广义积分与多重积分 l 用插值和数值积分解决
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:364810
    • 提供者:周易
  1. numerical_analysis_homework

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:350886
    • 提供者:wjl
  1. Nonlinearequationssolver

    0下载:
  2. 非线性方程组的求解程序,包含很多解法,是数值求解非线性方程的方法的总结。-Nonlinear equations procedures, contains a lot of solution, numerical solution of nonlinear equations are the summation method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:95195
    • 提供者:cbzeng
  1. tryfzero

    0下载:
  2. 交互实验 tryfzero, 演示函数FZERO所使用的方程求解方法-Interactive experiments tryfzero, demo function FZERO equation used method
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3163
    • 提供者:liruifa
  1. maze

    0下载:
  2. 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:34605
    • 提供者:Tantan
  1. TSP

    0下载:
  2. 经典的旅行商问题的求解,求解方法采用了人工智能理论-The classic traveling salesman problem solving method used in artificial intelligence theory
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2144
    • 提供者:东方
  1. GA_TSP

    0下载:
  2. 用VC写的遗传算法求解TSP问题程序,研一时候的作业,有多种变异和交叉方法,可以对比各中组合的计算结果-Written by VC genetic algorithm procedure TSP problem, a study of the operation time, there are several variations and cross-method comparison of the results of portfolio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:54140
    • 提供者:章鱼
  1. gatsp3

    0下载:
  2. 图论tsp问题的一种求解方法。这个算法没有确定算法。为np问题 -Graph Theory A tsp solution. The algorithm does not determine the algorithm. Problem for the np
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2499
    • 提供者:Jeff
  1. 4GaussSeidel

    0下载:
  2. 用来求解方程组,是个不错的程序,计算方法里经常用到的算法哦-the programme is used to solve equations array, it is a good method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:186927
    • 提供者:一龙
  1. xxgh_liangjieduanfa

    0下载:
  2. 线性规划求解方法3,利用两阶段法,求解线性规划问题,该代码是《运筹学算法编程与实践-delphi篇》的源码。-Linear programming method 3, using a two-stage method for solving linear programming problems, the code is " the practice of programming and operations research algorithm-delphi chapter"
  3. 所属分类:Algorithm

    • 发布日期:2016-01-26
    • 文件大小:228840
    • 提供者:朱峰
  1. JAVA

    0下载:
  2. 在城市智能交通中,经常会用到最短路径的问题,比如找最佳的行车路线等,Dijkstra算法做为最经典的求解方法,为我们指明了方向.不过真正想让我了解该算法的原因是在学习ICTCLAS的N-最短路径算法。-Intelligent Transportation in the city, often used the issue of the shortest path, for example, to find the best travel routes, Dijkstra s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12924
    • 提供者:索男
  1. xxfczqj

    1下载:
  2. 线性方程组求解的matlab方法,之中包含了两种迭代法-Solving linear equations matlab methods are iterative method contains two
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:901
    • 提供者:张明
  1. MechFem

    1下载:
  2. 机械应力有限元分析(二维和三维)源程序,程序使用方法见文件MECHMAIN.CPP,即先设置节点编号,然后设置单元节点,再设置节点边界条件,求解时要说明使用方程求解方法.- source code of FEM analysis for Mechanical stress (two-dimensional and three-dimensional), the main program is MECHMAIN.CPP, which introduce its utilization method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:43295
    • 提供者:可其
  1. prime1

    0下载:
  2. 实现素数的求解方法,利用素数表进行线性时间筛选-Solving the achievement of prime numbers, using prime time table for the linear filter
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:671
    • 提供者:刘艺
  1. liuchang

    1下载:
  2. 二维浅水方程运行流场,采用有限元法变成,采用不规则三角形网格的分步杂交方法,在前半步长用特征线法,后半步长用集中质量有限元方法求解方程,是变边界模型-Two-dimensional shallow water equations to run the flow field into a finite element method, using irregular triangle mesh step-by-step hybrid methods, with the former half-len
  3. 所属分类:source in ebook

    • 发布日期:2014-04-26
    • 文件大小:11033
    • 提供者:融融
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com