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

搜索资源列表

  1. ntree

    2下载:
  2. 设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中 将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S 是一个d 森林。 (1)设计一个算法求T的最小顶点集S,使T/S是d 森林。(提示:从叶向根移动) (2)分析算法的正确性和计算复杂性。 (3)设T中有n 个顶点,则算法的计算时间复杂性应为O(n)。-based T is a right to bring a tree for every one o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:878byte
    • 提供者:自由人
  1. PolynomialIncludingAllFunctions

    1下载:
  2. 一元多项式符号计算-含因式分解版 不仅包含+,-,*,/,多项式求值,数值积微分,(内含多项式求根子程序),定与不定积分,还有因式分解(求根法). 用单链表.输入格式按提示.-one yuan polynomial symbolic computation-containing factorization version not only contains ,-,*,/, polynomial evaluation, Numerical plot differential (intron
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43.59kb
    • 提供者:shijunhui
  1. huizhong

    0下载:
  2. 实现所有经典排序算法汇总 包括选择排序、冒泡排序、快速排序、插入排序、希尔排序、归并排序、基数排序、计数排序、小根堆排序共9种算法。-Summary of the realization of all the classic sorting algorithms including the selection sort, bubble sort, quick sort, insertion sort, Shell sort, merge sort, radix sort, counting
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:50.57kb
    • 提供者:驾驶员
  1. h

    0下载:
  2. 哈弗曼树的介绍,关于树和根树的概念深化和重要应用-Havermann tree introduction, on trees and tree roots important application of the concept of deepening and
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:23.81kb
    • 提供者:victor
  1. Heap

    0下载:
  2. 堆的基本操作,插入删除,把数组变为小根堆,并检查是否为小根堆,用小根堆排序的方法按降序对大小为n的数组进行排序。-The basic operation of the heap, insert delete the array into a heap of small roots, and check the heap for small roots, roots with a small heap sort in descending order by means of an array of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.48kb
    • 提供者:依枫
  1. maintenance-of-of-binary-tree-VC

    0下载:
  2. 实现二叉排序树维护子系统实现,实现查找、插入、删除、修改操作。首先要建立一棵二叉排序树,建立树根,然后按照中序遍历依次建立二叉排序树。运用switch的四个case实现各个操作,每个case中调用相应的子程序。子程序是选择要进行的操作:查找、插入、删除、修改。-Binary sort tree maintenance subsystem to achieve, to achieve the find, insert, delete, and modify operations. First ne
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:11.99kb
    • 提供者:鲍慊
  1. 2-3-tree

    0下载:
  2. 2—3树是这样一种树: A.每个非叶子结点都有2个或3个儿子; B.每条众树根到树叶的路径长度相等; C.只有一个根结点的树也是2—3树。 本题目要求从键盘输入以整数序列,建立一棵2-3树。所以我的建树构思为以2-3树的插入操作来进行建树。-2-3 tree is such a tree: A. Each non-leaf node has two or three sons B. Each congregation tree roots to leaves is equal
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:1.63kb
    • 提供者:冯读庆
  1. chengfahanshufa

    1下载:
  2. 惩罚函数法法,用于求解二维非线性方程的根,收敛速度快-Roots, convergence speed penalty function method method for solving the two-dimensional nonlinear equations
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:10.24kb
    • 提供者:zcm
  1. gongcheng

    0下载:
  2. 实现实数、复数、各种进制下的科学计算 大整数计算 线性代数计算 多项式求复数根的计算 多功能计算器-For all real Numbers, complex, in base of scientific computing Large integer calculation Linear algebra calculation The calculation of roots of polynomials and the plural Multi-functio
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:14.88mb
    • 提供者:追随我心
  1. the-roots-of-quadratic-equations

    0下载:
  2. search for the roots of quadratic equations
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1.71kb
    • 提供者:Wiwit
  1. Rebuild

    0下载:
  2. POJ 由中根和后根序列重建二叉树并由前根序列输出-POJ Central roots and root sequence reconstruction after anterior root binary sequence output
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.06kb
    • 提供者:Liloy
  1. Task1

    0下载:
  2. n numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:54.14kb
    • 提供者:Mike
  1. REBUILD-BINARY-TREE.cpp

    0下载:
  2. 我们知道如何按照三种深度优先次序来周游一棵二叉树,来得到中根序列、前根序列和后根序列。反过来,如果给定二叉树的中根序列和后根序列,或者给定中根序列和前根序列,可以重建一二叉树。本题输入一棵二叉树的中根序列和后根序列,要求在内存中重建二叉树,最后输出这棵二叉树的前根序列。 用不同的整数来唯一标识二叉树的每一个结点,下面的二叉树 中根序列是9 5 32 67 后根序列9 32 67 5 前根序列5 9 67 32 -We know how to
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:nature
搜珍网 www.dssz.com