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

搜索资源列表

  1. steepst

    0下载:
  2. 最速下降法计算大型系数矩阵线性方程的根。只是一个示例程序代码。-The steepest descent method in the root of the large coefficient matrix linear equation. Just a sample of the code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1961
    • 提供者:胡义勇
  1. Equation

    0下载:
  2. 大型对称方程组解算(Fortran90): 共轭梯度法、高斯消元法和平方根法-Large symmetric linear solver (Fortran90): conjugate gradient method, Gaussian elimination and the square root method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:1548
    • 提供者:Zhang Chuanyin
  1. tree-and-bi-tree

    0下载:
  2. 利用栈对二叉树进行先根次序遍历的非递归算法-Non-recursive algorithm stack first root order traversal of a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:166554
    • 提供者:GaoXW
  1. tree_sanyuanzu

    0下载:
  2. 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 -Assumed that the input to the following descr iption of th
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:850
    • 提供者:shiloh
  1. shiyan

    0下载:
  2. 用matlab编写了一个,信源产生经过BPSK调制以及根号升余弦滤波器后再加上载波最后将波形图输出的程序-Using matlab prepared a source after BPSK modulation, as well as the square root raised cosine filter and then with the carrier waveform graph output of the program
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:637
    • 提供者:谷丰
  1. raised-cosine-filter

    0下载:
  2. 代码实现了一个根升余弦成型滤波器,2PAM信号通过此成型滤波器,并且匹配接收,画出了发送和接收波形,验证了代码的正确性。-The code designs a root raised cosine filter,2PAM signal transmitted through the filter and matched using the same filter, I plot the transmitted signal and received signal to verify the co
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:691
    • 提供者:
  1. Calculator

    0下载:
  2. 实现计算器的+ - * /和开根号的功能,完善了=的功能,不至于多摁下=出现的错误。-The achieve calculator+-*/and root number function, improve the = next = errors, and will not press.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:32521
    • 提供者:吉新涛
  1. root_music

    0下载:
  2. DOA estimaiton with root-MUSIC algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:742
    • 提供者:zhang
  1. root_music

    0下载:
  2. Root-MUSIC算法的matlab程序-Root-MUSIC algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:662
    • 提供者:杜清荣
  1. bisorttree

    0下载:
  2. 构造一棵数据值为a[n]的二叉排序树、释放二叉排序树中所有结点、获取指向根结点的指针。-Binary sort tree structure a data value of a [n], the release of all the nodes in the binary sort tree to get a pointer to the root node.
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:1339
    • 提供者:宿琦
  1. Two-forks-tree-problem

    0下载:
  2. 二叉树问题 1、 按根、左子树和右子树三部分进行遍历 遍历二叉树的顺序存在下面6种可能: TLR(根左右), TRL(根右左) LTR(左根右), RTL(右根左) LRT(左右根), RLT(右左根) 其中,TRL、RTL和RLT三种顺序在左右子树之间均是先右子树后左子树,这与人们先左后右 的习惯不同,因此,往往不予采用。余下的三种顺序TLR、LTR和LRT根据根访问的位置不同分别 被称为先序遍历、中序遍历和
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:1335
    • 提供者:周杨
  1. Zeros-of-functions

    0下载:
  2. 这是经过大量算例检验的关于牛顿法方程求根的代码,其中应用了共轭梯度迭代等方法,实用性强。-This is code of Netwn method for equation root-finding.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1955
    • 提供者:yann
  1. matlab1

    0下载:
  2. 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:单车少年
  1. MUSIC

    0下载:
  2. 经典MUSIC,求根MUSIC,四阶累积量MUSIC,解相关的MUSIC-Classic MUSIC, root finding MUSIC, fourth-order cumulant MUSIC decorrelation MUSIC
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:754154
    • 提供者:王志
  1. The-classic-the-MUSIC-

    0下载:
  2. 经典MUSIC算法,WMUSIC算法,ROOT-MUSIC算法,BEAMFORMING-MUSIC-BS1算法的性能与信噪比的关系-The classic the MUSIC algorithm WMUSIC algorithm, ROOT-MUSIC algorithm, BEAMFORMING-MUSIC-BS1 algorithm performance signal-to-noise ratio of the relationship
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:1769
    • 提供者:王志
  1. Heap-sort

    0下载:
  2. 堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key   ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:1006
    • 提供者:周杨
  1. rootdp

    0下载:
  2. 题意:a->b c :攻克b城堡前要先攻克a城堡攻克b城堡将获得c 共有n个城堡(编号为-n)最多攻克m个城堡能获得的最大收益 把作为树的根把节点连成一棵树 p[root][i]表示在以root为根的子树中选取i个点能获得的最大收益 p[root][i]=max(p[root][i],p[root][i-j]+p[v[e]][j]) 当root!=0时每棵子树根必选所以p[root][i]=p[root][i-1]+val[root] 结果为p[0][m]
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:4103
    • 提供者:
  1. 4

    0下载:
  2. 分别用牛顿迭代法与弦截法计算非线性方程的根-Respectively with the root of the nonlinear equation Newton iterative method and Secant Method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:537
    • 提供者:何威
  1. Newtonxs

    0下载:
  2. 牛顿下山法程序。该程序是用来求方程根的迭代方法。-Newton downhill method procedures. The program is an iterative method to the equation root.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:725
    • 提供者:lisa
  1. Fastchord

    1下载:
  2. 快速弦切法matlab程序。该函数为用快速先切法求方程根的方法。-Quick chord cut method matlab program. This function is fast first cut method for Equation Root.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:652
    • 提供者:lisa
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com