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

搜索资源列表

  1. faokai_v88

    0下载:
  2. Principal component analysis of multivariate data analysis projection, Thermonuclear using weighting factors This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods).
  3. 所属分类:手机短信编程

  1. bq203

    0下载:
  2. This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), On neural network control, Some adaptive signal processing algorithms.
  3. 所属分类:射击游戏

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:kmscxs
  1. IMU-master

    0下载:
  2. 惯导数据的仿真及验证,是在matlab上运行的。(Simulation and verification of the inertial derivative)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:26624
    • 提供者:这片海
  1. GuidedFloodFill

    0下载:
  2. Guidefloodfill算法用于图像解缠,针对的是二维图像。输入影像为相位影像(GuidedFloodFill.m unwraps a single 2D image. Input: IM_phase, IM_unwrapped (seed points / pixels already unwrapped), unwrapped_binary the derivative variance, an adjoining matrix and a mask. Created by B
  3. 所属分类:其他

  1. pid_library_other_pic32

    0下载:
  2. { interface } type TPIDController = record PID_Kp, PID_Ki, PID_Kd: real; PID_Integrated : real; PID_Prev_Input: real; PID_MinOutput, PID_MaxOutput: real; PID_First_Time, PID_Int_Improvement, PID_Diff_I
  3. 所属分类:中间件编程

    • 发布日期:2017-12-20
    • 文件大小:185344
    • 提供者:A.D
  1. heam

    0下载:
  2. C编的多项式计算器,可求多项式的值,求导,求微分,积分以及多项式相加减,(C polynomial calculator, ask for the value of the polynomial, derivative, differential, integral and add and subtract, polynomial phase)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:隋鑫磊9
  1. 牛顿法

    0下载:
  2. 基本牛顿法是一种是用导数的算法,它每一步的迭代方向都是沿着当前点函数值下降的方向。(The basic Newton method is a derivative algorithm, in which the direction of each iteration is in the direction of the decrease of the function value at the current point.)
  3. 所属分类:matlab例程

  1. suanfa

    0下载:
  2. 最优化方法\Cholesky分解.cpp 最优化方法\二阶导数计算.cpp 最优化方法\信赖域牛顿法.cpp 最优化方法\共轭梯度法.cpp 最优化方法\强迫正定Cholesky分解.cpp 最优化方法\直接法一维收索.cpp 最优化方法\解析法一维收索.cpp(\Cholesky decomposition of optimization methods.Cpp Optimization method [two order derivative calculation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-18
    • 文件大小:8493056
    • 提供者:墨冷
  1. MCGS_嵌入版_ModBusTCP

    0下载:
  2. MODBUS/TCP是简单的、中立厂商的用于管理和控制自动化设备的 MODBUS系列通讯协议的派生产品,显而易见,它覆盖了使用TCP/IP协议的“Intranet”和“Internet”环境中MODBUS报文的用途。(MODBUS / TCP is a simple, neutral vendor's derivative product for the MODBUS series of communication protocols used to manage and control aut
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:704512
    • 提供者:令狐chong
  1. tang_an60

    0下载:
  2. HARQ throughput analysis of the system, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), DC-DC power single-part set-loop control.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:4096
    • 提供者:naiteikengfen
  1. matlabshuzhifenxizhpchupin

    0下载:
  2. 该matlab代码用于计算。可以进行解压后,拷贝到文件夹下进行使用。(derivative equation for euler equation)
  3. 所属分类:matlab例程

  1. frou

    0下载:
  2. 艾尔米特等距插值,给定n个不等距节点的函数值及一阶导数值,不错(Al meters from special interpolation, given n not equidistant node function value and the first derivative, is good)
  3. 所属分类:按钮控件

    • 发布日期:2017-12-27
    • 文件大小:56320
    • 提供者:callq
  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例程

    • 发布日期:2017-12-21
    • 文件大小:41984
    • 提供者:媛子弹ayuan
  1. YIYXZFW

    0下载:
  2. 艾尔米特等距插值,给定n个不等距节点的函数值及一阶导数值,不错(Al meters from special interpolation, given n not equidistant node function value and the first derivative, is good)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:56320
    • 提供者:Jiabnju
  1. PID控制算法的C语言实现(完整版)

    2下载:
  2. 在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。经典的未必是复杂的,经典的东西常常是简单的,而且是最简单的,想想牛顿的力学三大定律吧,想想爱因斯坦的质能方程吧,何等的简单!简单的不是原始的,简单的也不是落后的,简单到了美的程度。(PID and its der
  3. 所属分类:C#编程

    • 发布日期:2017-12-19
    • 文件大小:84992
    • 提供者:绮里小媛
  1. itkkb

    0下载:
  2. LCMV optimization design array signal processing, Phased array antenna pattern (Chebyshev weights), This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods).
  3. 所属分类:GPS编程

    • 发布日期:2017-12-18
    • 文件大小:6144
    • 提供者:fwxrcxf
  1. mao-V7.4

    0下载:
  2. Matlab to achieve user-friendly, MIMO OFDM matlab simulation, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods).
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:5120
    • 提供者:neinangmei
  1. kyxvd

    0下载:
  2. Import data files as input parameters matlab program is running, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Is a two hidden layer back propagation neural network.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-25
    • 文件大小:7168
    • 提供者:goufuisiuban
  1. hw843

    0下载:
  2. This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Virtual power wireless sensor network coverage, A fluid manifold learning algorithm (good use).
  3. 所属分类:交通/航空行业

    • 发布日期:2017-12-23
    • 文件大小:5120
    • 提供者:yuitunsunyei
  1. gwcfd

    0下载:
  2. This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), When processing a signal frequency analysis, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.
  3. 所属分类:android开发

    • 发布日期:2017-12-23
    • 文件大小:5120
    • 提供者:neijuipeihen
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 »
搜珍网 www.dssz.com