搜索资源列表

  1. numerical

    0下载:
  2. 数值分析的实验文档和源程序 包含 1.样条插值 2.非线性方程求根 3.函数逼近和拟合 4.矩阵特征值计算 5.舍入误差分析 程序在相应文档中-Numerical Analysis of the experimental documentation and source code that contains 1. Spline Interpolation 2. Nonlinear equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:87040
    • 提供者:int
  1. fdsf

    0下载:
  2. 计算机常用的计算数值方法,程序可以直接用于工程计算。所有代码c++编写-Computer calculation of commonly used numerical methods, procedures can be directly used for engineering calculations. All code c++ Prepared
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:493568
    • 提供者:李志辉
  1. Numerical_Analysis1

    0下载:
  2. CG方法 高等数值分析 PCG方法 最速下降法-CG methods of numerical analysis of higher PCG method steepest descent method
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:CAICAI
  1. Taguchi-genetic_algorithm

    0下载:
  2. Hybrid Taguchi-genetic algorithm for global numerical optimization -Hybrid Taguchi-genetic algorithm for global numerical optimization
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:405504
    • 提供者:havehuang
  1. 61111210

    0下载:
  2. MATLAB是一种以数值计算和数据图示为主的计算机软件,并包含适应多个学科的专业软件包,以及完善程序开发功能。 本课程设计旨在要求学生熟悉Matlab的功能,掌握Matlab程序设计和GUI设计的方法,培养学生的应用开发能力,为以后的毕业设计奠定一定的基础。-MATLAB is a numerical calculation and data icon-based computer software, and includes a nu
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:34816
    • 提供者:xiaowu
  1. Numerical_Recipes_in_C_Plus_3rd

    0下载:
  2. C++数值算法 影音版 Numerical Recipes in C++: The Art of Scientific Computing, Second Edition -C++ Numerical algorithm of audio-visual version of Numerical Recipes in C++: The Art of Scientific Computing, Second Edition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:20572160
    • 提供者:zhuiqiu111
  1. numerical-method

    0下载:
  2. 数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。-Courses in numerical methods, such as iterative method for solution GaussSeidel equations, Jacobi iterative method for solution of e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:刘冬
  1. semi-analytical-numerical-method

    0下载:
  2. 一本介绍半解析数值方法的经典之作,对从事数值分析及方法研究和应用的科研人员是不错的参考资料-Introduce a semi-analytical numerical method of classic, engaged in numerical analysis and methods of research and application of scientific research personnel is a good refe
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:7130112
    • 提供者:sjzdh
  1. Functions

    0下载:
  2. Numerical Recipes一书中例子的源码所用到的函数集,William H. Press 和 Saul A. Teukolsky 所著-One example of the book Numerical Recipes source code used by the function sets, William H. Press and Saul A. Teukolsky book
  3. 所属分类:书籍源码

    • 发布日期:2024-04-29
    • 文件大小:168960
    • 提供者:吴军
  1. MATLAB

    0下载:
  2. 《MATLAB程序设计教程》电子教案 第1章 MATLAB操作基础.ppt 第8章 MATLAB数值积分与微分.ppt 第12章 Simulink动态仿真集成环境.ppt 第13章 在Word环境下使用MATLAB.ppt-" MATLAB Programming Guide" e-lesson plans Chapter 1 basic MATLAB operations. Ppt Chapter 8
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:189440
    • 提供者:徐金
  1. An-Introduction-to-Programming-and-Numerical-Metho

    0下载:
  2. An Introduction to Programming and Numerical Methods in MATLAB.pdf
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:2056192
    • 提供者:zhu linwei
  1. 0521574390

    0下载:
  2. Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 through B20, numbered in correspondence with Chapters 1 through 20 in Volume 1. Within each chapter, the routines appear i
  3. 所属分类:软件工程

    • 发布日期:2024-04-29
    • 文件大小:2717696
    • 提供者:syamsuri
  1. fortran_9095_explained_

    0下载:
  2. Fortran has always been the principal language used in the fields of scientific, numerical, and engineering programming, and a series of revisions to the standard defining successive versions of the language has pr
  3. 所属分类:软件工程

    • 发布日期:2024-04-29
    • 文件大小:2984960
    • 提供者:syamsuri
  1. numerical_analysis_homework

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

    • 发布日期:2024-04-29
    • 文件大小:351232
    • 提供者:wjl
  1. heat-transfer

    0下载:
  2. 一维,二维平板第一类边界非稳态传热 一维有限体积非稳态传热-unsteady heat transfer numerical compute one dimension or two dimensions
  3. 所属分类:其他行业

    • 发布日期:2024-04-29
    • 文件大小:70656
    • 提供者:qin
  1. FDTD

    0下载:
  2. 一个有关FDTD数值色散问题的MATLAB程序,可以看看影响情况-A FDTD numerical dispersion problem of the MATLAB program, you can look at the impact
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:长空一笑
  1. numerical

    0下载:
  2. 此程序为数值积分的源程序,里面包含了多个有用的程序,供大家参考!-This procedure for the numerical integration of the source code, which contains a number of useful procedures for your reference!
  3. 所属分类:文档资料

    • 发布日期:2024-04-29
    • 文件大小:12288
    • 提供者:hsj
  1. Numericalcalculation

    1下载:
  2. 这个程序是一个用fortran编写的二维腔体对流的数值研究-This procedure is a fortran prepared using two-dimensional cavity of the numerical study of convective
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:符号化
  1. EngineeringVisualBasic

    0下载:
  2. 编程中经常用到的一些算法,算法已模块化,来自于<科学工程与数值算法大全>-Science and Engineering, Numerical Algorithms
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:205824
    • 提供者:成会员
  1. Numerical_Methods_In_Finance_And_Economics_Matlab_

    0下载:
  2. Numerical Methods In_Finance And Economics Matlab Source Code
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:67584
    • 提供者:ivorwang
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org