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

搜索资源列表

  1. 20061229191329300

    0下载:
  2. 牛顿插值发,数值方法计算牛顿插值程序 计算牛顿插值多项式的值-newtoninterpolation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1971910
    • 提供者:张杰
  1. zuisutidu

    0下载:
  2. 最速下降法,用于计算机,数值方法的实现,需调试再用,谢谢大家-steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:862
    • 提供者:杨泉
  1. nystrom

    1下载:
  2. 通过nystrom数值方法来加速核矩阵的运算。-using the nystrom method to speed up the kernel matrix decomposition.
  3. 所属分类:matlab例程

    • 发布日期:2013-10-07
    • 文件大小:91308
    • 提供者:33
  1. A

    0下载:
  2. SOR算法解线性方程组,c++,数值方法-SOR algorithm for solving linear equations, c++, numerical methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:701
    • 提供者:liuct
  1. train

    0下载:
  2. Monte Carlo 法不同于前面几章所介绍的确定性数值方法,它是用来解决数学和物理问题的非确定性的(概率统计的或随机的)数值方法。Monte Carlo 方法(MCM),也称为统计试验方法,是理论物理学两大主要学科的合并:即随机过程的概率统计理论(用于处理布朗运动或随机游动实验)和位势理论,主要是研究均匀介质的稳定状态[1]。它是用一系列随机数来近似解决问题的一种方法,是通过寻找一个概率统计的相似体并用实验取样过程来获得该相似体的近似解的处理数学问题的一种手段。-Monte Carlo me
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:3174
    • 提供者:shenyuanji
  1. numericalmethod

    0下载:
  2. 数值方法与计算机实现.常用算法都可实现,不错的参考!- numerical method
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:53112
    • 提供者:robust
  1. 20091227linebresenham2

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-23
    • 文件大小:206039
    • 提供者:aliang
  1. Doolittle

    0下载:
  2. 这个程序时关于计算机数值方法的一个程序,调试时在VC++6.0环境中。-This program on computer numerical methods for a program when debugging VC++6.0 environment.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:682888
    • 提供者:zhangdw
  1. Gauss

    0下载:
  2. 这是一个计算机数值方法的一个程序,使用时请用VC++环境,可以直接运行。-This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1254176
    • 提供者:zhangdw
  1. Lagrange

    0下载:
  2. 这是一个计算机数值方法的一个程序,使用时请用VC++环境,可以直接运行。-This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:413669
    • 提供者:zhangdw
  1. Newton

    0下载:
  2. 这是一个计算机数值方法的一个程序,使用时请用VC++环境,可以直接运行。-This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1251560
    • 提供者:zhangdw
  1. spline

    0下载:
  2. 这是一个计算机数值方法的一个程序,使用时请用VC++环境,可以直接运行。-This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:677779
    • 提供者:zhangdw
  1. shizhiweifen

    0下载:
  2. matlab中的数值微分,有用中点公式,自适应法,理查森外推算法等方法求函数的导数,算法的程序实现在文件中都已经给出了。-in the numerical differentiation matlab, useful midpoint formula, adaptive method, Richardson extrapolation methods such as France seek the derivative of the function, the algorithm of the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:6514
    • 提供者:陈臻
  1. runge-kutta

    5下载:
  2. 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
  3. 所属分类:Algorithm

    • 发布日期:2016-11-16
    • 文件大小:217496
    • 提供者:winwind
  1. VB

    0下载:
  2. VB数值计算方法文中全部源码,已测试。西电经典之作,市面已绝版!。对于从事数值计算的人士帮助颇大!-VB numerical methods in all of the text source code, have been tested. Western Electric classic. For the numerical calculation of those who engaged in considerable help!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1921984
    • 提供者:崔立洲
  1. program18

    1下载:
  2. 振动原理与分析计算机大作业 求解非线性振动分析,公式根据书中的 用计算方法的4阶 r-k数值方法-Vibration theory and analysis of computer operations for solving large non-linear vibration analysis of the formula calculation method according to the book of 4-order numerical method rk
  3. 所属分类:matlab

    • 发布日期:2014-12-25
    • 文件大小:10615
    • 提供者:metian
  1. equation_Solve

    0下载:
  2. 方程求根的MATLAB程序,包括各种数值方法,如黄金分割法,联合法等-Equation Roots of MATLAB programs, including a variety of numerical methods, such as the golden section method, the joint law
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:10282
    • 提供者:付和平
  1. exam

    0下载:
  2. matlab 常用子程序 包括解方程,统计推断等 适合于初学数值方法的-common subroutines, including solving equations matlab, statistical inference and other numerical methods suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:7510
    • 提供者:shi jiaying
  1. matlabforElectromagneticnumericalmethod

    1下载:
  2. 求槽内电位分布和HALLEN方程的Matlab程序,共三题,源自电磁场数值方法课后例题。- groove potential distribution and HALLEN equation of Matlab, three questions from electromagnetic numerical method, the sample after class.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-24
    • 文件大小:1993
    • 提供者:李浩宇
  1. newton

    0下载:
  2. 数值方法实验报告 用迭代法求解非线性方程的根 适用环境 Vc-THIS IS A GOOD TEXT.THIS IS A GOOD TEXT.THIS IS A GOOD TEXT.THIS IS A GOOD TEXT.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:103981
    • 提供者:叶玮
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com