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

搜索资源列表

  1. yy

    0下载:
  2. 用二分法计算一个一元三次方程在一定区间范围的根-Calculated with the dichotomy of a cubic equation in a certain range of the root interval
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2510
    • 提供者:杨洋
  1. root-music2

    0下载:
  2. 求0到n之间的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。-a data d between 1 and 1000 that abey d=d1^3+d2^3+d3^3
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1687
    • 提供者:fjp119
  1. calculator

    0下载:
  2. 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2713937
    • 提供者:onway
  1. CaponMUSICRoot-MUSICESPRIT

    0下载:
  2. Capon、MUSIC、Root-MUSIC、ESPRIT写学位论文必用,毕设必备-the classic traditional methods, writing a dissertation must be used, complete set essential.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:668054
    • 提供者:媛乎乎
  1. root

    0下载:
  2. Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5
  3. 所属分类:matlab

  1. shanhukule.cpp

    0下载:
  2. 由叶子到根生成树再由根到叶子检索,是数据结构中用于生成树的一个算法-Spanning tree from the leaf to the root and then retrieved from the root to the leaves, the data structure is a spanning tree algorithm for
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1511
    • 提供者:刘云飞
  1. Krysl

    0下载:
  2. (以非递归方式)返回后根次序遍历下访问的第一个结点的指针-(Non-recursive mode) returns the order of traversal to access the root of the first node pointer
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:252091
    • 提供者:krysl
  1. ADF

    1下载:
  2. 关于单位根检测的matlab代码,有详细使用说明-Unit root test on the matlab code, detailed instructions
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:1477632
    • 提供者:缘缘
  1. matlab_ubique_root

    0下载:
  2. matlab中用来作单位根检测的程序,内有使用说明-matlab in the unit root test used for the procedure, there are instructions
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:48859
    • 提供者:缘缘
  1. Optimization_Newton

    0下载:
  2. 设r是f(x) = 0的根,选取x0作为r初始近似值,过点(x0,f(x0))做曲线y = f(x)的切线L,L的方程为y = f(x0)+f (x0)(x-x0),求出L与x轴交点的横坐标 x1 = x0-f(x0)/f (x0),称x1为r的一次近似值。过点(x1,f(x1))做曲线y = f(x)的切线,并求该切线与x轴交点的横坐标 x2 = x1-f(x1)/f (x1),称x2为r的二次近似值。重复以上过程,得r的近似值序列,其中x(n+1)=x(n)-f(x(n))/f (x(n))
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:764
    • 提供者:徐默涵
  1. steffensen-for-equation

    0下载:
  2. 用steffensen迭代法求方程exp(x)+10*x-2=0的根-Iterative method for the equation with steffensen exp (x)+10* x-2 = 0 root
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:269014
    • 提供者:zhangjiahui
  1. binaryTree

    0下载:
  2. 求二叉树中从根结点到叶子节点的路径 //实现功能: //2. 求二叉树中从根结点到叶子节点的路径 //需求分析: //对于二叉树,分别用递归和非递归的方法编写程序完成如下功能: //1. 输出所有的叶子结点的数据项值。 //2. 输出所有从叶子节点到根结点的路径 //3. 输出(2)中的第一条最长的路径 //程序存在的问题:数值只能输入0~9,其他基本满足要求 //测试数据先序输入:124 7 35 68 9-Find a binary tree from r
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1355
    • 提供者:chenxinyuan
  1. dsp8

    0下载:
  2. 自己编写的阵列信号DOA估计算法,包括MUSIC,root-MUSIC,esprit,F-sapes,MVDR.-I have written an array of signal DOA estimation algorithms, including MUSIC, root-MUSIC, esprit, F-sapes, MVDR.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1290
    • 提供者:吴越
  1. Bin_Tree

    0下载:
  2. Write efficient functions (and give their Big-Oh running times)that take a pointer to a binary tree root T and compute: a.The number of leaves of T b.The number of nodes in T that contain one non-NULL child c.The number of nodes in T that co
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:246377
    • 提供者:
  1. perf_evaluation

    0下载:
  2. ROOT MEAN SQUARE, PSNR, PFE MATLAB FILES
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1022
    • 提供者:karthik
  1. a3_20

    0下载:
  2. 用root—music方法计算正弦信号的频率估计-root-music
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:562
    • 提供者:weiwei
  1. metrics

    0下载:
  2. code to calculate Root Mean Square Error and Mean Square Skill Score
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2440
    • 提供者:dlo-brown
  1. Gauss_seidel

    0下载:
  2. 数值分析算法-----功能:gauss-seidel迭代求解线性方程组的根-Numerical analysis algorithms----- functions: gauss-seidel iterative root solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:754
    • 提供者:fhc
  1. adaptivestrategy

    0下载:
  2. You can disable this diagnostic by setting Automatic solver parameter selection diagnostic to none in the Diagnostics page of the configuration parameters dialog. Warning: Square root of a negative number in afcabs/SMC2/Hydraulic Actuator1/Fcn2
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:9216
    • 提供者:mohammed
  1. ERCHASHU

    0下载:
  2. 二叉树算式输入、遍历输出、根节点和非根节点数目计算-Binary formula input through output, calculate the number of root and non root
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:781
    • 提供者:忘记
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com