搜索资源列表

  1. 数值求导

    1下载:
  2. VB.6的环境下一阶、二阶、三阶和四阶导数的数值算法
  3. 所属分类:系统编程

    • 发布日期:2010-04-07
    • 文件大小:928
    • 提供者:HKS2010
  1. 求导数c++

    0下载:
  2. 求导数c++程序,~可以实现
  3. 所属分类:源码下载

  1. VB_NUM5

    0下载:
  2. 用VB实现函数逼近的数值方法算法集。包括级数求和,切比雪夫逼近,积分和导数的切比雪夫逼近等五种函数逼近数值方法。-VB function approximation algorithm for the numerical method sets. Including the series, Chebyshev approximation, integral and derivative of Chebyshev approaching
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-28
    • 文件大小:2048
    • 提供者:李春波
  1. Devirate

    0下载:
  2. 利用样条插值求取一组数据点在各点的导数 (只提供函数)-using spline interpolation to strike a group of data points in the points in the derivative (only provide functions)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:
  1. GetDiffValue

    0下载:
  2. 彩色图像做差运算,并分RGB 以及亮度进行直方图统计,计算得到二阶导数为零的点,完全自主创作,效果理想-color image so poor operation and the hours for RGB and luminance histogram statistics, calculated second-order derivative of the zero point, entirely independent creat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:mikle
  1. Eular_vary_a

    1下载:
  2. Eular法解分数阶微分方程,分数阶导数定义系数通过fourier法计算,阶数a变化-eular method of fractional differential equations, fractional derivative coefficient defined by fourier law, order a change
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:liangqin
  1. duoyuanhanshuerjiedaoshu

    0下载:
  2. 用C++编的多元函数求二阶导数,能使用,我已经调试过了-C series of the multi-function for second derivative, in use, I have over the debugging
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:242688
    • 提供者:王华
  1. newton

    0下载:
  2. 牛顿下山算法,给出了实例,求导数时自己把公式输入,希望有人能改变能自动求解导数,可以联系我。-Newton downhill algorithm, given examples, and derivatives of the formula when their own input, hope someone can change automatically solve the derivative, you can contact m
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:
  1. Matlabderivative

    0下载:
  2. 用Matlab计算导数及偏导数 .rar 可以-Calculated using Matlab Derivative and partial derivative. Rar can
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:23552
    • 提供者:文韬
  1. three_spline

    0下载:
  2. 对于给定(n+1)个节点上的函数值,采用三次样条的方法进行差值,这是一个高阶的插值方法,它既有良好的收敛性又比较光滑。它实际上是由分段三次曲线连接而成,在接点处有2阶连续导数。-For a given (n+ 1) nodes on the function value, using cubic spline approach the margin, this is a high-order interpolation methods,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:3072
    • 提供者:白雪
  1. matlab

    0下载:
  2. 我自己写了一个函数: 该函数用来计算任意函数的一阶偏导数(数值方法) -I wrote a function: The function used to calculate the arbitrary function of the first-order partial derivative (numerical methods)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-28
    • 文件大小:3072
    • 提供者:caoyiping
  1. log

    0下载:
  2. 应用log算法进行图像的边缘检测,log算法是一种基于灰度值的二阶导数来进行边缘检测的,通过检测零点来进行边缘检测-Application log algorithm for image edge detection, log-based algorithm is a gray value of the second derivative for edge detection, by detecting zero for edge de
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:zhangzhang
  1. 2jdsqvf

    0下载:
  2. 二阶导数求取法,分别有三点法,四点法和五点法.-To strike a second derivative method, three-point method, respectively, 4:00 and 5:00 Act.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-28
    • 文件大小:168960
    • 提供者:shangfei
  1. xiaobobianhua

    0下载:
  2. 利用小波变换检测突变点实验的实例,程序最后生成3个图像演示了该算法,分别为原数字信号、高斯函数作为基函数、高斯函数的一阶导数作为基函数的小波变换。-Mutation detection using wavelet transform examples of experimental points, the program generates the final three images to demonstrate the algori
  3. 所属分类:波变换

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:ladan
  1. Calculator

    0下载:
  2. 一个类似于windows标准计算器的程序 用Java语言编写 可以进行简单的加减乘除 取余 ,平方求导数 ,存储数字 ,调用数字等功能-A similar standard windows calculator program written in Java can be used to check simple addition and subtraction, multiplication and division, the squ
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-28
    • 文件大小:7168
    • 提供者:wang shao hua
  1. scyt

    0下载:
  2. 三次样条插值函数,可以用于计算插值,一阶导数,二阶导数-Cubic spline interpolation function can be used to calculate the interpolation, first derivative, second derivative
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:大龙
  1. FivePoint

    0下载:
  2. 五点光滑法。给出五个相邻的点,得到一条光滑的曲线。是对“四值型点插值法”中当前点导数的解算方法的的一种改善。-Five-point smoothing method. Five adjacent points is given by a smooth curve.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-28
    • 文件大小:39936
    • 提供者:Soulkyo
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪
  3. 所属分类:图形图象

    • 发布日期:2024-05-28
    • 文件大小:1097728
    • 提供者:zhaolipo
  1. 导数

    0下载:
  2. 利用C#语言进行函数求导,涉及三次样条函数(Derivation of function using C# language)
  3. 所属分类:其他小程序

  1. fluent的udf中求解二阶导数的方法

    2下载:
  2. fluent的udf中求解二阶导数的方法(The method of solving the two order derivative in the UDF of fluent)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-28
    • 文件大小:137216
    • 提供者:778899ss
« 12 3 4 5 6 7 8 9 10 ... 35 »

源码中国 www.ymcn.org