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

搜索资源列表

  1. gaojingdu

    0下载:
  2. 高精度算法,属于处理大数字的数学计算方法。在一般的科学计算中,会经常算到小数点后几百位或者更多,当然也可能是几千亿几百亿的大数字。一般这类数字我们统称为高精度数,高精度算法是用计算机对于超大数据的一种模拟加,减,乘,除,乘方,阶乘,开方等运算。对于非常庞大的数字无法在计算机中正常存储,于是,将这个数字拆开,拆成一位一位的,或者是四位四位的存储到一个数组中, 用一个数组去表示一个数字,这样这个数字就被称谓是高精度数。高精度算法就是能处理高精度数各种运算的算法。 -High-precision
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6158
    • 提供者:wang yong
  1. Huffman

    0下载:
  2. 运用赫夫曼编码的最优前缀码的贪心算法构造huffman树: 首先扫描输入文件,统计出现的字符以及每个字符出现的次数。每次取出现次数最小的那两个节点(node)合并成一个节点(node),并且将累计数值相加作为新的接点的累计数值,最顶层的是根节点(root) -Huffman coding using optimal prefix code of the greedy algorithm constructs huffman tree: First, scan the input file,
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:10771
    • 提供者:WSN
  1. Newton

    0下载:
  2. 1、使用牛顿法求sqrt(2); 2、用牛顿法求 fx=(x-1)*(exp(x-1)-1)的误差以及误差比; 3、用牛顿法及其他两种方法求 fx=x^4-4*x+x^2的重根 -1, using Newton' s method for the sqrt (2) 2, using Newton' s method for the fx = (x-1)* (exp (x-1)-1) error and error ratio 3, using Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:57225
    • 提供者:杨云红
  1. gongyingshui

    0下载:
  2. 一个用matlab编写的供应水的程序,用时将data.txt文件放于D盘根目录下,或更改程序中文件的当前指向。-A supply of water using matlab program, with the data.txt file will be placed under the root directory in D, or change the program files in the current point.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:9325
    • 提供者:wanwgei
  1. raised_cosine_filter

    0下载:
  2. Root raised cosine filter implementation in matlab, with graphs of impulse and frequency response.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1280
    • 提供者:nelson831002
  1. code

    0下载:
  2. processing medical image,input is medical image,and output is the a txt file,contents the distance between cells and bone trabecula,to use this code,please change the root to yours which contents your pictures you want to deal with.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3383
    • 提供者:sherry
  1. test

    0下载:
  2. processing medical image,input is medical image,and output is the a txt file,contents the distance between cells and bone trabecula,to use this code,please change the root to yours which contents your pictures you want to deal with.
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1741040
    • 提供者:sherry
  1. cubic_nak

    0下载:
  2. Cubic spline interpolation used in the robotic root generation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-06
    • 文件大小:986
    • 提供者:Coin
  1. statistic_errors

    0下载:
  2. 统计格点数据文件A和文件B中物理量间的相关系数,平均误差,均方根误差,绝对误差。-Statistics grid data file A and file B, the correlation between physical quantities, the average error, root mean square error, absolute error.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:810
    • 提供者:石晓冚
  1. A-hybrid-least-squares

    0下载:
  2. A hybrid least squares support vector machines and GMDH approach for river fl ow forecasting-This paper proposes a novel hybrid forecasting model, which combines the group method of data handling (GMDH) and the least squares supp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1467902
    • 提供者:
  1. lab2

    0下载:
  2. programme in matlab - aproximation 1D & 2D- using square root method-programme in matlab - aproximation 1D & 2D- using square root method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1101
    • 提供者:melekhov88
  1. a!Pb!Pc!

    0下载:
  2. 这个是C++的小实验,可求a!+b!+c!,牛顿迭代法求方程根的问题-We can find a!+ b!+ c!,method for the root of the problem equation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1663
    • 提供者:ruby
  1. RedBlackT

    0下载:
  2. Construct Red black Tree using cmd, reading from the left(root) top=right, bottom=left
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2819
    • 提供者:Nodoka
  1. heap

    0下载:
  2. 这是关于heap的程序,他可以实现heap的插入 删除 保存 输出等-this programming can realize the function of the heap ,include the insertion new element of the heap, delete the root element of heap,the function of heap sort ,and print the deleted element,save the root and so o
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2298
    • 提供者:李红梅
  1. math_calculate

    0下载:
  2. 二分法,Newton迭代法和弦截法求方程根,并比较迭代次数。内含各种迭代法及数值加速方法的说明和比较。-Dichotomy, Newton iteration method for the equation of the root chord section, and compare the number of iterations. Includes a variety of accelerated iterative method and numerical descr iption of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:8819
    • 提供者:李寻欢
  1. cholesky

    0下载:
  2. 平方根法程序 输入变量为一个n阶正定矩阵A,输出的结果为下三角矩阵L-Square root law procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1597
    • 提供者:sanbudeyu
  1. Binary-tree-traversal-algorithm

    0下载:
  2. 二叉树的遍历有常用的三种方法,分别是:先根次序、中根次序、后根次序。为了验证这几种遍历算法的区别,本次的实验将会实现所有的算法。 遍历的时候,把结点的信息打印出来,为了让结点的信息更容易区别,在每个结点前加上数字标识。如:data[1]=A,data[2]=B. 实现的算法皆为递归算法 -Binary tree traversal has used three methods, namely: first, the root sequence, the order of the ro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:112632
    • 提供者:yangkai
  1. binary-tree

    0下载:
  2. 返回二叉树的根+返回树中某个结点的左孩子,若无则返回空+返回树中某个结点的双亲,如果是根结点,则返回空-Returns the binary tree root+ returns tree in a node of the left child, if there is no return null+ returns tree in a node s parents, if the root node, it returns null
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:249764
    • 提供者:
  1. Newton-search-algorithm

    0下载:
  2. 使用Matlab coder生成Cpp文件与VC++混合编程实现牛顿搜索算法求n次方根。Matlab使用2011a版本。-Use Matlab coder generates Cpp files with VC++ mixed programming algorithm for n-th Newton root search. Matlab using 2011a version.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:9542
    • 提供者:bailuer
  1. ReBEL-0.2.7

    0下载:
  2. 包括kf,ekf,pf,upf可以自己定制模型参数,完成滤波-ReBEL currently contains most of the following functional units which can be used for state-, parameter- and joint-estimation: Kalman filter Extended Kalman filter Sigma-Point Kalman filters (SPKF) Unscented
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1609052
    • 提供者:zhangsimin
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com