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

搜索资源列表

  1. fuhexingfa

    0下载:
  2. 复合形法,用于求解二维非线性方程的根,收敛速度快-Complex method for solving the root of the two-dimensional nonlinear equations, convergence is fast
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:2423
    • 提供者:zcm
  1. ss

    0下载:
  2. 给定若干两类二维的样本,用基于Fisher准则的方法投影到一维,求最佳投影方向,并画出图形。提示:即用以下矩阵的最大特征根对应的特征向量作为投影方向: -Given the number of samples of the two types of two-dimensional and one-dimensional projection method based on Fisher criterion to seek the best projection direction, and dr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:2917
    • 提供者:王彬辉
  1. 2

    0下载:
  2. 掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1221
    • 提供者:me20082010
  1. delet1

    0下载:
  2. 编写递归算法:对于二叉树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。-Write a recursive algorithm: the value for each element in the binary tree node x, by deleting sub-tree root and release the appropriate space.
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:7980
    • 提供者:mfz
  1. Numerical-Analysis-for-Statisticians

    0下载:
  2. Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5880217
    • 提供者:Mr Li
  1. WindowsFormsApplication5

    0下载:
  2. 功能比较丰富的计算器,能实现求模,求倒数,开平方等运算,满足了一般的需求-Feature rich calculator, modulo a reciprocal square root operation, to meet the general needs of
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:58763
    • 提供者:娜娜
  1. code

    0下载:
  2. 这是一个二分法求方程根的代码.C++语言的一个小程序。-This is a dichotomy equation root code
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:7774
    • 提供者:莫南
  1. rcosine

    1下载:
  2. 对码元序列进行基带成型滤波,来减少码间串扰,采用的是升余弦滚降滤波器,可以通过更改参数的方式来更改成根升余弦滚降滤波器-Symbol sequence baseband shaping filter to reduce inter-symbol interference, raised cosine roll-off filter, you can change the parameters to change into a root raised cosine roll-off filter
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:861
    • 提供者:李赞
  1. sqrt_rcosine

    0下载:
  2. 对原始码元序列进行基带成型,采用的是根升余弦滚降滤波器,可以更改参数变成升余弦滚降滤波器-Baseband shaping the source sequence, using root raised cosine roll-off filter, you can change the parameters into a raised cosine roll-off filter
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:893
    • 提供者:李赞
  1. Causality_Hisao

    0下载:
  2. this function calculate Hisao Causality relation between X and Y and define their unit root situation by ADF method.- this function calculate Hisao Causality relation between X and Y and define their unit root situation by ADF method.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:2470
    • 提供者:xox
  1. UnitRootTest

    0下载:
  2. this function calculate unit root for vector Y by metods: ADF (Augmented Dickey-Fuller) and PP (Phillips-Perron) also this function determine max lag for Y aoutomaticaly[Hayashi(2000)]- this function calculate unit root for vector Y by metods
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:1041
    • 提供者:xox
  1. 2010

    0下载:
  2. 牛顿迭代法求方程的根,用C语言编写,可以真实测试。-Newton iterative method for the root of the equation, using the C language can be a real test.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:221203
    • 提供者:阿力
  1. Asignacion-3

    0下载:
  2. Design PI PID and phase controller from a transfer function using fmisearch, root geometryc place or frequency response.
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:65175
    • 提供者:Luis_AM3C
  1. algorithms-for-nonlinear-equations

    0下载:
  2. 一个求解非线性方程根的算法的集合,包括牛顿迭代法,二分法,不动点迭代法等方法。-A collection of algorithms for solving nonlinear equations root, including the the Newton iteration dichotomy, fixed point iteration method.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:29892608
    • 提供者:zhang
  1. Tree

    0下载:
  2. 二叉查找树和哈夫曼树的实现,实现节点的删除(包括根节点的删除,带有两个节点的删除,等),节点的查找,插入。-Binary search trees and Huffman tree, has implemented the deletion of nodes (including the root node is deleted, with two nodes removed, etc.), the node lookup, insertion.
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:85617
    • 提供者:司徒科
  1. stemming

    0下载:
  2. 用java版的stem算法,用于文本去词根用,非常经典的一个算法!-Java version of the stem algorithm for text to root, very classic algorithm!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:4037
    • 提供者:aune
  1. BT

    0下载:
  2. code for binary tree A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents.
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:1522
    • 提供者:subodh
  1. Raised-Cosine-Filtering

    0下载:
  2. 对平方根升余弦滤波器进行归一化处理,使得输出的信号更接近输入信号。-Normalized the square root raised cosine filter
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:3498
    • 提供者:hxjsongs
  1. 3hurst

    1下载:
  2. Hurst指数是描述非函数长周期的重要指标。它有别于传统单位根检验,可以发现时间序列存在的超长周期性,可以用于判断市场风险,但运算相当繁琐,单独利用Excel计算费时又费力,作者在充分理解Hurst指数内涵和应用的基础上,利用Excel的宏语言VBA编写宏程序轻松实现Hurst指数的计算,通过这一工作也希望能使Hurst指数能够得到广泛的应用。-Hurst index is to describe the function of the long period of non-important
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:878
    • 提供者:张坤
  1. iru

    0下载:
  2. 铱星系统的空中接口采用QPSK调制,发送滤波器采用平方根升余弦滤波器,该程序是铱星系统的发送信号仿真模型。-Iridium air interface using QPSK modulation, transmit filter using square root raised cosine filter, the program is sending signals Iridium system simulation model.
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:7494
    • 提供者:盛兴
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com