搜索资源列表

  1. 牛顿法的程序实现

    0下载:
  2. 牛顿法的程序实现: 给的函数是f(x)=X*X-C 求导函数为ff() 也是在程序中已给定 若要修改则在程序中更改
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-08-22
    • 文件大小:181.12kb
    • 提供者:fengliyang2000
  1. duoyuanhanshuerjiedaoshu

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

    • 发布日期:2026-01-17
    • 文件大小:237kb
    • 提供者:王华
  1. cgau

    0下载:
  2. 由高斯函数和指数函数的乘积并求导生成的复高斯子波,可用来分析语音信号的基本特性如基音,共振峰等。-By the Gaussian function and exponential function and the derivation of the product generated by complex Gaussian wavelet can be used to analyze the basic characteristics of speech signal such as pitch
  3. 所属分类:语音合成与识别

    • 发布日期:2026-01-17
    • 文件大小:1kb
    • 提供者:徐媛媛
  1. mpowell.c

    0下载:
  2. 优化算法,POWELL算法 C码,不需要目标函数求导,适应于多变量优化.-Optimization algorithm, POWELL algorithm C code, does not require the objective function derivation, adapted to multi-variable optimization.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2026-01-17
    • 文件大小:1kb
    • 提供者:yangfu
  1. differential

    0下载:
  2. 对数学函数进行求导运算,其中函数可以在源文件中进行修改。-Math function on the derivation operator, which can function in the source file to edit.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2026-01-17
    • 文件大小:544kb
    • 提供者:stefwang
  1. SimplicityAlgorithm

    0下载:
  2. 求多维函数极值的一种算法,由Nelder和Mead提出,又叫单纯形算法,但和线性规划中的单纯形算法是不同的,由于未利用任何求导运算,算法比较简单,但收敛速度较慢,适合变元数不是很多的方程求极值-Multi-dimensional function extremum seeking an algorithm proposed by Nelder and Mead, also called the simplex algorithm, but in the linear programming si
  3. 所属分类:数值算法/人工智能

    • 发布日期:2026-01-17
    • 文件大小:2kb
    • 提供者:李军
  1. nelder-mead

    0下载:
  2. nelder_mead优化算法,求多维函数极值的一种算法,不利用任何求导。利用多面体逼近。-nelder_mead optimization algorithm, and a multi-dimensional function extremum algorithm, do not use any derivation. The use of polyhedral approximation.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2026-01-17
    • 文件大小:2kb
    • 提供者:menglingsai
  1. erjieqiudao

    0下载:
  2. 首先对函数求导数,然后求解方程组,得出原来方程的参数值-First order derivative function, and then solve the equations, the original equation derived parameter values
  3. 所属分类:数值算法/人工智能

    • 发布日期:2026-01-17
    • 文件大小:6kb
    • 提供者:刘青
  1. powelalgorithm

    0下载:
  2. 一种传统搜索优化算法 不需要对目标函数求导 得到很好的优化效果-A traditional search algorithm does not need to differentiate the objective function ,also gets well optimized results
  3. 所属分类:数值算法/人工智能

    • 发布日期:2026-01-17
    • 文件大小:5kb
    • 提供者:xiaxia
  1. MATlab_diff_int

    0下载:
  2. 用MATLAB实现动态系统的求导与积分函数-MATLAB diff and int
  3. 所属分类:matlab例程

    • 发布日期:2026-01-17
    • 文件大小:46kb
    • 提供者:chenyu
  1. Generalized-Computation-of-Gaussian-Derivatives-Us

    0下载:
  2. 对三维图像进行求导的一个程序,利用高斯卷积后对图像求导相当于对高斯函数求导的性质。是用itk库写的一个通用模板类,里面还有例子。-Computation of local image derivatives is an important operation in many image processing tasks that involve feature detection and extraction, such as edges, corners or more complicat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-17
    • 文件大小:846kb
    • 提供者:xrx
  1. lab02

    0下载:
  2. 拉格朗日插值通用程序。。。可修改函数和函数求导的值-General Lagrange interpolation process. . . Can modify the function and the function of the value of the derivative
  3. 所属分类:数学计算/工程计算

    • 发布日期:2026-01-17
    • 文件大小:3.52mb
    • 提供者:杨杰
  1. matlab

    0下载:
  2. matlab利用符号工具箱进行解析函数求导演示的编程源码及示例图片-matlab symbolic toolbox analytic function to ask the director to show programming source code and sample pictures
  3. 所属分类:matlab例程

    • 发布日期:2026-01-17
    • 文件大小:129kb
    • 提供者:陈天阳
  1. simplex

    0下载:
  2. 该MATLAB程序实现了simplex迭代算法,该算法可以在不对目标函数求导情况下进行优化,适合数据量较大的算法优化。-The MATLAB program to achieve a simplex iterative algorithm, which can be optimized in the right objective function derivation, the large amount of data suitable algorithm optimization.
  3. 所属分类:matlab例程

    • 发布日期:2026-01-17
    • 文件大小:2kb
    • 提供者:Tom
  1. hanshuqiudaoyuandaima

    0下载:
  2. 一些函数求导的程序,包括源文件源代码以及窗体工程等-Some function derivation procedures, including source files source code, and forms project, etc
  3. 所属分类:汇编语言

    • 发布日期:2026-01-17
    • 文件大小:80kb
    • 提供者:hou
  1. Untitled10

    0下载:
  2. 先定义自变量,然后定义导数即有限差分之比,完成正弦函数的求导(First define the independent variable, then define the derivative, that is, the ratio of the finite difference, to complete the derivation of the sine function)
  3. 所属分类:matlab例程

  1. 导数

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

  1. 数值积分与函数极值实验

    0下载:
  2. matlab求数值积分以及数值求导函数源码(Matlab for numerical integration and numerical derivation function source code)
  3. 所属分类:matlab例程

    • 发布日期:2026-01-17
    • 文件大小:1kb
    • 提供者:蓝色妖怪
  1. sobel函数用法示例

    0下载:
  2. 调用sobel函数 进行边缘检测 结合了高斯平滑和微分求导 是一种经典的边缘检测算子(Calling Sobel function for edge detection)
  3. 所属分类:Windows编程

    • 发布日期:2026-01-17
    • 文件大小:235kb
    • 提供者:拂晓轻寒
  1. Qiudao

    0下载:
  2. 函数表达式求导,希望对大家有用,VS2015调试通过。(Derivation function expression, we want to be useful, VS2015 debugging through.)
  3. 所属分类:Windows编程

    • 发布日期:2026-01-17
    • 文件大小:882kb
    • 提供者:木子佳人
« 12 3 4 5 »

源码中国 www.ymcn.org