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

搜索资源列表

  1. pulse_shaping_SRRC

    0下载:
  2. Pulse shaping code for Matlab. This module use a square root raised cosine (SRRC) pulse.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:676
    • 提供者:jguiu
  1. some-calculation

    0下载:
  2. Here is a small program written on C++, to compute some simple function as factoriel, square root, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:134015
    • 提供者:Andou
  1. DTW_and_mfcc

    0下载:
  2. 用matlab实现语音识别的测试,解压到根目录下运行即可-Speech recognition using matlab test, extract to the root directory can be run
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1117914
    • 提供者:xuechao
  1. root_music

    0下载:
  2. 实现music根算法仿真,使用matlab仿真环境。可成功运行-generate an root-music simulation program
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:986
    • 提供者:zetsu
  1. zero-finder.m

    0下载:
  2. TESTZERO is a collection of nonlinear functions that may be used to test zero finders, that is, programs that seek a root of a scalar equation F(X)=0.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:756
    • 提供者:Piyush
  1. erchashu

    0下载:
  2. 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历, -In this paper, a simple C language binary tree, each node only stores an integer, and, due to the very
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2529
    • 提供者:wangmingmin
  1. Exp21_3

    0下载:
  2. 编写求二叉树的叶子结点数的函数模板。 [算法] 求一棵二叉树的叶子结点数的递归模型如下。 f(btree)=0 若为空树时 f(btree)=1 若只有根结点时,该根结点是叶结点-Leaves the preparation of the binary tree nodes seek the function template. [Method] request a binary tree leaf nodes of the recursive model is as
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2665
    • 提供者:sch
  1. a-binary-tree

    0下载:
  2. 在采用链式存储结构的二叉树上,以bt指向根结点,p指向任一给定的结点,编程实现求出从根结点到给定结点之间的路径。主要是对二叉树的存储结构及其在二叉链表树上的各种操作加深理解。-The introduction of chain stores on the binary tree structure to point to the root bt, p point to any given node, programming derived from the root to the given p
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:41326
    • 提供者:as
  1. BESSEL

    0下载:
  2. 在使用有限元方法进行电磁散射计算时,经常需要计算Bessel函数的根,该程序用来计算Bessel函数的根-Using the finite element method in electromagnetic scattering calculations, we often need to calculate the root of Bessel function, the program used to calculate the root of Bessel function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:275459
    • 提供者:xing
  1. newton

    0下载:
  2. 非线性方程为xe(x)括号的x为e的指数-1=0. 要求输入初值x0.和精度tol及最大循环次数N. 输出利用newton迭代法解出的近似根-Nonlinear equations for the xe (x) x as e brackets index-1 = 0. Asked to enter the initial value x0. And accuracy and the maximum number of cycles N. tol output using newton i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:758
    • 提供者:边大边
  1. SearchBST

    0下载:
  2. 二叉树排序查找,在根指针T所指的二叉排序树中查找数据e,查找成功时,返回1值,并用指针p返回结点地址,不成功时,用P指向查找路径中的最后一个结点并返回0值,指针f指向T的双亲结点,初始调用时其值为NU-T refers to the pointer in the root binary sort tree to find data e, find success, returns 1 value, and return with a pointer p node address, unsucce
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:166582
    • 提供者:jassy
  1. ahp-lamada

    0下载:
  2. 和法求最大特征根和特征向量 特征根法求最大特征根和特征向量-And the method for the biggest characteristic root and characteristic vector eigenvalue method for the biggest characteristic root and characteristic vector
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1274
    • 提供者:松岛枫
  1. command_window_text

    0下载:
  2. 这个m-文件允许你导出所有在命令窗口中的文本到字符串单元阵列,每个条目是一个从窗口文本行。未分析的原始字符串也可以,如果需要的话。 操作非常简单 -使用findjobj功能(操作要求),此文件查找在根窗口,并得到适当的对象从文本。 我一直在寻找一种方式做,特别是一些软件中的错误我始终跟踪这,似乎已经没有人写了这种方法,所以我现在在这里供您使用。 这是一个有点慢,有可能是一个特定类寻找更快的方法- 如果这样,让我知道!-This m-file allows you t
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1665
    • 提供者:bcmvqqve
  1. Meucci_MultivariatePropagation

    0下载:
  2. 漫步代码并进行彻底的说明,请参阅 答:梅乌奇(2010),“可视化的风险传播:平方根规则,协方差和椭球“ 最新版本的文章和代码可在http://symmys.com/node/1-To walk through the code and for a thorough descr iption, refer to A. Meucci (2010), "Visualizing the Propagation of Risk: Square-Root Rule, Covariances
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:12903
    • 提供者:bcmvqqve
  1. caculator

    0下载:
  2. 计算器,其主要功能 (1)实现基本数学运算(加减乘除等),而且要能进行混合运算 (2)实现部分函数功能,如求平方根、求倒数等 (3)能实现小数运算 界面与标准计算器界面类似-Calculator, its main function (1) for basic mathematical operations (addition, subtraction, etc.), but can be mixed operations (2) to achieve partial function feat
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3354781
    • 提供者:张雯
  1. Laguerremethod

    0下载:
  2. find root of a polynomial using Laguerre s algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1045
    • 提供者:qt
  1. UFUKUYANPROJECT

    0下载:
  2. newton method project which calculate root of euation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2286
    • 提供者:ufuk uyan
  1. fsafgcommand_window_text

    0下载:
  2. 这个m-文件允许你导出所有在命令窗口中的文本到字符串单元阵列,每个条目是一个从窗口文本行。未分析的原始字符串也可以,如果需要的话。 操作非常简单 -此文件查找在根窗口,并得到适当的Java对象从文本。 我一直在寻找一种方式做,特别是一些软件中的错误我始终跟踪这,似乎已经没有人写了这种方法,所以我现在在这里供您使用。-This m-file allows you to export all text in the Command Window to a cell array o
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2348
    • 提供者:zzskzcau
  1. Newton

    0下载:
  2. 利用Newton迭代法求解f(x)=(x-1)(x-2)(x-3)=x3-6x2+11x-6的根-solve the root of function: f(x)=(x-1)(x-2)(x-3)=x3-6x2+11x-6 by using Newton method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:543
    • 提供者:wang
  1. matrix-power

    0下载:
  2. 利用乘幂法求解矩阵A=[6,-11,6 1,0,0 0,1,0]的特征根(1,2,3)-solve the characteristic roots of array: A = [6,-11,6 1,0,0 0,1,0] by using matrix power method the root=(1,2,3)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:719
    • 提供者:wang
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com