CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 经典数值算法

搜索资源列表

  1. Jacobiupdate

    0下载:
  2. 数值分析中的经典求解算法jacobi迭代法的改进算法。-numerical analysis of the classical algorithm jacobi iteration of the algorithm improvements.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2139
    • 提供者:张薇
  1. NumericalComputingwithMATLAB

    0下载:
  2. matlab数值计算的很多例程,包括了很多经典的算法,有配套的书,可以结合起来研读,值得研究,很多代码值得直接使用.-Matlab numerical calculation of many routines, including a number of classic algorithms, a matching, can be combined to read, it is worth studying, many worthy code used directly.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4186741
    • 提供者:江河
  1. fdsfsd

    0下载:
  2. 高斯赛德尔迭代它是数值分析重的经典的算法,我在这儿把我自己写的程序给大家分享。--high resistivity iterative numerical analysis it is important to the classical algorithm, I have been here my own written procedures to share with you all. -
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:617
    • 提供者:李宪策
  1. c++ty

    0下载:
  2. 一个非常经典的用C++写成的数值算法的源代码-a very classic use of the C + + algorithm written in the source code. .
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:280494
    • 提供者:王林
  1. 数值分析的lu分解vb 版

    0下载:
  2. 大学里数学系必学的一们课程数值分析中的经典算法————lu分解的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classic decomposition algorithm-lu version of the procedure vb
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2214
    • 提供者:liunangui
  1. shuzhifenxi

    0下载:
  2. 关于数值分析最基本的介绍以及一些经典的算法的介绍和实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:4508413
    • 提供者:dengzhihua2347
  1. java_numeric

    1下载:
  2. 一本详细介绍java数值计算的电子书(pdf) 用java语言实现了经典的数值算法
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4817565
    • 提供者:supercat188
  1. MissileTrajectorySimulation

    7下载:
  2. 通用弹道仿真计算程序V1.0 本程序包为vxLand提供的经典版的通用导弹、炮弹、火箭弹等的弹道仿真计算程序,适 用于无控弹药,用户可以需要根据加入三点法、比例导引等导引方法,修改、扩充成相 应的有控、制导模拟仿真弹道程序。 程序包中MissileTrajectorySimulationRk.h的rk()是经典的4阶龙格库塔方法求常微分 方程的数值算法的函数子程序,大家可参考使用。 MissileTrajectorySimulation
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:67069
    • 提供者:donotspam
  1. NumericalRecipesinC

    0下载:
  2. 《C++数值算法原书代码》----非常经典的数值算法资料!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:388356
    • 提供者:wf
  1. code

    0下载:
  2. 经典数值分析常用源码,包含常用算法源码,非常实用
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9553
    • 提供者:王杰
  1. GMres

    2下载:
  2. 数值算法中另一个经典算法gmres算法,用来求解大型矩阵方程问题。-Another classic algorithm gmres algorithm used to solve the problem of large matrix equations.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:790
    • 提供者:李晓鹏
  1. 高斯赛德尔迭代

    1下载:
  2. 高斯赛德尔迭代它是数值分析重的经典的算法,我在这儿把我自己写的程序给大家分享。-high Shisaideer iterative numerical analysis it is heavy classic algorithms, I have been here my own written procedures to share with you all.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1150
    • 提供者:天天
  1. 雅可比迭代

    1下载:
  2. 雅可比迭代它也是数值分析中的经典的算法,这是我的老师自己编写的,我感到他比书上更能让人理解。-Jacobi iterative numerical analysis it is the classic algorithms, it is my teacher preparation, I feel that he has written more than understandable.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1046
    • 提供者:天天
  1. matlab经典算法100例

    15下载:
  2. matlab实用程序百例 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇
  3. 所属分类:matlab例程

    • 发布日期:2009-05-23
    • 文件大小:25357
    • 提供者:leolion0805
  1. C_Algrithm

    0下载:
  2. 经典的数值算法源代码,用C编的,希望对大家有帮助-Classical numerical algorithm source code, use C-series, I hope all of you will help
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:315557
    • 提供者:qiao feng
  1. numericalalgorithm

    0下载:
  2. 最经典最常用的数值算法!如复化辛卜生算法、雅可比迭代法-The most classic of the most commonly used numerical algorithm! Such as rehabilitation of Health algorithm, Jacobi iterative method and so on
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:8393
    • 提供者:emloe
  1. NumericalRecipesSource

    0下载:
  2. c数值算法的源码,是非常经典的书籍,可以用在很多方面-c of the source numerical algorithm is a very classic books, can be used in many ways
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:808076
    • 提供者:pj
  1. Classic_algorithms_in_cplusplus_source_code

    0下载:
  2. 经典的C++数值算法源程序,内用微分方程求解,插值等经典算法-Classical numerical algorithm of C++ source code, which used to solve differential equations, interpolation, such as the classic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:417030
    • 提供者:jett
  1. Thenumericalalgorithmofparallelgeneticalgorithms.r

    0下载:
  2. 遗传算法基本理论 经典应用实例 非数值并行算法:遗传算法-The basic theory of classical genetic algorithm application examples The numerical algorithm of parallel genetic algorithms.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:4089331
    • 提供者:chenchun
  1. Numerical_Recipes_In_C

    1下载:
  2. 经典的c数值算法程序大全;经典的c数值算法程序大全-Numerical Recipes in C
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-16
    • 文件大小:4259006
    • 提供者:lc
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com