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

搜索资源列表

  1. 牛顿欧拉法

    1下载:
  2. 此算法是牛顿欧拉法(在VC环境下)-this method is newton-euler method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:69026
    • 提供者:谢殿煌
  1. P97

    0下载:
  2. 实用欧拉算法实现常微分方程的离散化!是非常经典的算法-practical Euler algorithm Ordinary Differential Equations discrete! It is very classic algorithm! !
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3012
    • 提供者:favinfeng
  1. pic_process5

    0下载:
  2. 程序代码说明 P0502:计算图像中的欧拉数-code P0502 Note : computer images of Euler number
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:14240
    • 提供者:龙跃
  1. 2006451554829706

    0下载:
  2. 这是用vb写的数独代码,数独源自欧拉的拉丁方块理论,现代数独在日本兴起,而风靡欧美-This is written in Visual Basic with a few independent code, a few Euler independence from the Latin American box theory, Modern few independence in Japan rise, and the sweeping Europe and the United States
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:3589
    • 提供者:hr2046
  1. EOM

    0下载:
  2. 拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differential equations, Limit the use
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:wangshen
  1. newoula-C

    0下载:
  2. * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值的函数值数组 -* Improved Euler me
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2931
    • 提供者:xuyan
  1. mathmatics_of_computer

    0下载:
  2. C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss - Seidel iterative method. cp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2662
    • 提供者:鸿鹤
  1. 77520

    0下载:
  2. MATLAB源码,P0502:计算图像中的欧拉数-MATLAB source code, P0502 : computer images of the Euler number
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9719
    • 提供者:钟小丽
  1. shuzhijifeng

    0下载:
  2. 数值积分方法类型Model,1=欧拉法,2=二阶龙格库塔,4=四阶龙格库塔-numerical integration methods Model type, a = Euler, 2 = second-order Runge - Kutta, 4 = 4-order Runge - Kutta
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:178728
    • 提供者: 曾小权
  1. EULERDemo

    0下载:
  2. /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA I
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:105117
    • 提供者:JackHou
  1. 44fe979b4813b

    0下载:
  2. 数值分析中的欧拉算法 本文建立在數值分析的理論基礎上,能夠在Matlab環境中運\行,給出了理論分析、程序清單以及計算結果。更重要的是,還有詳細的對算法的框圖說明。首先運\用Romberg積分方法對給出定積分進行積分,然後對得到的結果用插值方法,分別求出Lagrange插值多項式和Newton插值多項式,再運\用最小二乘法的思想求出擬合多項式,最後對這些不同類型多項式進行比較,找出它們各自的優劣。 -numerical analysis of Euler algorithm is base
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:87890
    • 提供者:向勇
  1. basic_method

    0下载:
  2. test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err.m calculation error square Di
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4822
    • 提供者:杨奎元
  1. satellite1

    2下载:
  2. 针对卫星姿态控制中的一些常见运算的源码。如,四元素与欧拉角的互换,矩阵之间的运算等-against satellite attitude control of the operation some common source. For example, four elements and Euler angle swap between the matrix, etc.
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:2008
    • 提供者:黄海滨
  1. oulashudejisuan

    0下载:
  2. 本程序主要是在图像处理应用关于计算图像的欧拉数-this procedure is mainly in image processing applications for the calculation of the Euler number Image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9602
    • 提供者:fsf
  1. wyl_shuzhisuanfa

    1下载:
  2. 算法包括:1.二分法求解 2.牛顿法求解 3.高斯消去法求解 4.雅可比迭代法求解 5.拉格朗日插值 6.牛顿插值 7.最小二乘法拟合 8.龙贝格方法计算积分 9.欧拉方法求解初值问题-algorithms include : 1. Solving two dichotomy. Newton method 3. Gaussian elimination method 4. Jacobi iterative method 5. Lagrange interpolation 6 value. New
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2789
    • 提供者:wangyuliang
  1. CHWF1

    0下载:
  2. 用C语言绘图显示实现数值分析中的Euler、 advanced Eular、punge_kutta、Lagrange、Newton插值算法以及二分法和弦切法-C language mapping realize numerical analysis of Euler, advanced eular, punge_kutta, Lagrange, Newton interpolation algorithm and dichotomy Polyphonic Cut
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3030
    • 提供者:hujingpaper
  1. hrd200704

    0下载:
  2. 本程序是我(lixner)参考《电脑爱好者》2003年第7期的《用Delphi写小游戏之华容道》-this procedure is me (lixner) refer to "computer lovers" of 2003, seven of "using Del Euler was small game HuaRong Road "
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:406406
    • 提供者:lixner
  1. odeEuler

    0下载:
  2. 求解常微分方程数值解的Euler算法matlab源程序。-ordinary differential equation solving numerical solution of Euler algorithm Matlab source.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:832
    • 提供者:闰土
  1. chswordv4

    0下载:
  2. 欧拉算法的改进,提高了速度以及精度,是比较好的方法-Euler algorithm, improving the speed and accuracy, is a better method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:邹健
  1. for_ordinary_differential_equation

    0下载:
  2. 用用改进欧拉法解常微分方程的问题,并应用该算法于实际问题.并在程序结果路比较用表列出近似解yi,准确解y(i)-with improved Euler method of ordinary differential equations, and the application of the algorithm to real issues. and the results of the proceedings in the road compared with lists approximate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:823
    • 提供者:叶枫
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com