搜索资源列表

  1. GJ_Euler

    0下载:
  2. 用C++写改进的欧拉法 计算方法上机实验-C write Improved Euler method for experimental methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:230400
    • 提供者:周长城
  1. 实验4-微分方程

    0下载:
  2. 用欧拉方法和龙格-库塔方法求微分方程数值解,画出解的图形,对结果进行比较分析。-using Euler method and RK method to solve the differential equations ,ploting the graph of the solution, compare and analyze the solutions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:100352
    • 提供者:葛林
  1. abooy

    0下载:
  2. hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。 gauss为电路试验中的高斯消去法。 GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现 上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:阿波
  1. 综合算法

    0下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1452032
    • 提供者:罗鹏魁
  1. ImprovedEular

    0下载:
  2. 改进欧拉法——工科学生课程设计必备小程序之二,内附说明-Improved Euler France-- engineering students design courses required two small procedures, enclosing Note
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:19456
    • 提供者:yang
  1. tongjitezhengtiqu

    0下载:
  2. 统计特征提取的小程序,带有一个测试图象,提取的特征为质心\面积\欧拉数\X轴和Y轴投影-statistical feature extraction small program with a test image, Feature Extraction for Centroid \ area \ Euler number \ X-axis and Y-axis
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:61440
    • 提供者:fun
  1. Runge_kutta

    0下载:
  2. R—K方法的精确度最高,,改进欧拉法的精度比欧拉法的精确度要高。-R-K of the highest accuracy, and improve the accuracy of Eulerian method than Eulerian method to the high precision.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:gh
  1. Part_2_C_programmes

    0下载:
  2. 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method |
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:周琳
  1. Numberical

    0下载:
  2. 拉格郎日插值多项式,高斯-赛德尔迭代法,改进欧拉法(C++),如果有什么错误,请联系tudaoyong456@163.com-Lagrange polynomial interpolation, Gauss- Seidel iterative method to improve Euler (C++), If there is anything wrong, please contact tudaoyong456@163.com
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:凃道
  1. euro

    0下载:
  2. MATLAB程序,用于计算图象中的欧拉数,简单实用-MATLAB procedures used in the calculation of the image Euler number, simple and practical
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:winds
  1. 4jf

    0下载:
  2. 偏微分方程四方法划曲线比较C源码. 欧拉法 改进欧拉法 龙格-库塔法 阿达姆斯法 -PDE method is four curves C source. Euler Euler Improvement Act Runge- Kutta method Adams Act
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:37888
    • 提供者:
  1. Euler(matlab)_CanTestWithImage

    0下载:
  2. 计算图像中的欧拉数,经典代码,采用matlab实现,可以熟悉欧拉数的求法,及相关MATLAB函数的用法,带图片可测试。-calculated image of Euler number, classic code using Matlab realized, could familiar with the Euler number for the law, MATLAB functions and related usage, with
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:whq
  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为所求解对应于自变量离散值
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者: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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:鸿鹤
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1337344
    • 提供者: 曾小权
  1. oulashudejisuan

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

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:fsf
  1. wyl_shuzhisuanfa

    0下载:
  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. Lagra
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:wangyuliang
  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 c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:叶枫
  1. matlabbasic5

    0下载:
  2. 计算图像中的欧拉数,用于图象检测和识别-calculated image of the Euler number of images for detection and identification, and so on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:张勇
  1. P0502

    0下载:
  2. Matlab数字图像处理:计算图像中的欧拉数功能。-Matlab Digital Image Processing : computer images of Euler function.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:刘晓旭
« 1 23 4 5 6 7 8 9 10 ... 47 »

源码中国 www.ymcn.org