CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - ROOT

搜索资源列表

  1. BP-PID

    0下载:
  2. 针对双容水箱大滞后系统,采用PID方法去控制。首先对PID控制中各参数的作用进行分析,采用根轨迹校正、伯德图校正的方法,对系统进行校正。最后采用神经网络PID控制的方法-Large time delay for two-capacity water tank system, using PID method to control. First, the parameters of the PID control in the role of analysis using root locus c
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-17
    • 文件大小:5120
    • 提供者:小静
  1. brent

    0下载:
  2. Finds a root of f(x) = 0 by combining quadratic interpolation with bisection (Brent s method).-Finds a root of f(x) = 0 by combining quadratic interpolation with bisection (Brent s method).
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:840
    • 提供者:Saeed
  1. prac2

    0下载:
  2. pi root locus design
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:610
    • 提供者:sam
  1. Binary_sort_tree

    0下载:
  2. 撰写一个程序,能够构建字符串型的二叉排序树并在二叉排序树中查找节点。 所谓二叉排序树,简而言之,是一个每个节点可指向 0、1 或 2 个节点的递归的数据结构。最上层的一个节点称为树根。二叉排序树服从凡是比当前节点小的值都在其左下方,比当前节点大的值都在其右下方的规律。该规律不仅适用于树的局部,也适用于整棵二叉排序树。-Write a program to build string of binary sort tree and binary sort tree to find nodes.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:745
    • 提供者:王石
  1. math

    0下载:
  2. 已知一个函数方程式,通过调用子函数的方法,求出改函数的根-Given a function equation, by calling the subroutine method, find the root to change functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1106
    • 提供者:Fain
  1. rootmusic

    0下载:
  2. frequency estimation using Root Music
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:869
    • 提供者:kamran aashik
  1. formula-for-calculating--true-value

    0下载:
  2. 计算命题演算公式的真值,所谓命题演算公式是指由逻辑变量(其值为TRUE或FALSE)和逻辑运算符∧(AND)、∨(OR)和┐(NOT)按一定规则所组成的公式(蕴含之类的运算可以用∧、∨和┐来表示)。公式运算的先后顺序为┐、∧、∨,而括号()可以改变优先次序。已知一个命题演算公式及各变量的值,要求设计一个程序来计算公式的真值。 要求: (1)利用二叉树来计算公式的真值。首先利用堆栈将中缀形式的公式变为后缀形式;然后根据后缀形式,从叶结点开始构造相应的二叉树;最后按后序遍历该树,求各子树之值
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:165918
    • 提供者:陈庆
  1. 3QQ-

    0下载:
  2. 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?1.程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后-An integer, it is with 100 after a perfect square, plus 168 is a perfect square, what is the number of how many? 1 program analysis: less than 100,000 in j
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2824
    • 提供者:xie
  1. ddxjs

    0下载:
  2. 控制测量单导线计算,一级导线,二级导线,一级图根,二级图根计算-Single-wire control measure calculated, a conductor, two conductors, a figure the root and secondary root calculation chart
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:7599
    • 提供者:李枫
  1. Root-MUSIC_doa

    0下载:
  2. 无噪情况下root_MUSIC算法关于DOA的估计-Noise-free case root_MUSIC on DOA estimation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:817
    • 提供者:
  1. 2

    0下载:
  2. 简单计算器,加法,减法,除法,根号,正负号-Simple calculator, addition, subtraction, division, square root, sign, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1889297
    • 提供者:欧阳醌
  1. fenchan

    0下载:
  2. 自己写的matlab小程序,用于解线性方程的根。可以参考下-Their own small programs written in matlab for solving linear equations of the root. Can refer to
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:30943
    • 提供者:gniot
  1. StevenStablePoi

    0下载:
  2. 用多点法求取方程的根,仅供参考 仅供参考 -Equation with multi-point method to strike root, for reference purposes only for reference purposes only
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:30901
    • 提供者:徐级
  1. f1

    0下载:
  2. root finding 利用Fortran90编写求跟算法-root finding
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:641
    • 提供者:文岑
  1. Matlab-pingfang

    0下载:
  2. 自己在网上看到的一个关于平方根的求值方式,可以参考下-Themselves in line to see a square root to be evaluated on, you can refer to the following
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:32286
    • 提供者:方煜
  1. cc-yang

    0下载:
  2. 最近在书上找的一个程序,可以对微分方程的解法使用-Themselves in line to see a square root to be evaluated on, you can refer to the following
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:32189
    • 提供者:方煜
  1. Cpp1

    0下载:
  2. 牛顿迭代的c语言程序,牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛,但是可通过一些方法变成超线性收敛。另外该方法广泛用于计算机编程中。 -Newton iteration c language program, Newton' s law is an important way to find one root of the equation, its greatest advantag
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:566
    • 提供者:liuchang
  1. mymath

    0下载:
  2. C语言,三角函数,平方根快速算法。运算速度很快,可以用来替换部分标准库 math.h 内的函数-C, trigonometric functions, square root of the fast algorithm. Fast operation, can be used to replace part of the standard library math.h functions within the
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3009
    • 提供者:majianjia
  1. ROOT_MUSIC_Ideal_Data

    0下载:
  2. root music algoritm matlb cod for ideal data
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1333
    • 提供者:fsr
  1. Gaussxiao

    0下载:
  2. 在Matlab环境下用Gauss消元法求解线性方程组的根-In Matlab environment using Gauss elimination method for solving linear equations of the root
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:932
    • 提供者:Colin li
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com