CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Trees

搜索资源列表

  1. BinarySearchTree

    0下载:
  2. 二叉查找树,C++语言编写的二叉查找树,挺好的东西-Binary search trees, written in c++ language bintree, quite good
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1250
    • 提供者:ping
  1. cpu-reset

    0下载:
  2. This code is kept for backward compatibility with old Device Trees. -This code is kept for backward compatibility with old Device Trees.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:fpfsyer
  1. structurallysimilar

    0下载:
  2. to see if two trees are structurally similar or not
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:ritika
  1. classification_toolbox

    2下载:
  2. 分类工具包,含有多个分类算法的matlab源程序,适用于类别数据的分类和可视化-The Classification toolbox for MATLAB is a collection of MATLAB modules for calculating classification (supervised pattern recognition) multivariate models: Discriminant Analysis, Partial Least Square Discrimin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:506253
    • 提供者:Alex
  1. main

    0下载:
  2. A bottom-up parse corresponds to the construction of a parse tree for an input string beginning at the leaves (the bottom) and working up towards the root (the top) . It is convenient to describe parsing as the process of building parse trees, althou
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2020
    • 提供者:shank18
  1. similar

    0下载:
  2. 已知两棵二叉树的前序遍历结果,建立二叉树并判断其是否相似-Judge the similarity of two binary trees with the known results of their preorder traversals
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1710374
    • 提供者:常渊智
  1. Binary-Tree

    0下载:
  2. 关于二叉树先、中、后三种遍历的算法,以及对两棵二叉树进行判等的算法用c语言加以实现-About binary tree first, middle and last three traversal algorithms, and sentenced to two trees and other binary tree algorithm to be implemented in c language
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:2625
    • 提供者:
  1. Particlesystemfalls

    1下载:
  2. 本文的主要贡献是以线元为基本造型单位,运用动力学原理模拟瀑布的运动轨迹[9],结合层次包围盒技术和建立聚类树加速粒子与障碍物之间的碰撞检测,并采用逐渐淡化融合的方法绘制粒子,形成了具有真实感的实时瀑布飞溅的效果。-Contribution of this article is based on the line for basic modeling unit, use the dynamics simulation trajectories of waterfall [9], combined
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5491333
    • 提供者:wangjie
  1. Shujujiegou-C

    0下载:
  2. 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:95246
    • 提供者:
  1. xfs_quota_defs

    0下载:
  2. Quota definitions shared between user and kernel source trees.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2475
    • 提供者:vueykzb
  1. LL

    0下载:
  2. 利用LL分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LL-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:235678
    • 提供者:周慕白
  1. LR

    0下载:
  2. 利用LR分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LR-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:237254
    • 提供者:周慕白
  1. 2

    0下载:
  2. 有一个长度为整数L(1<=L<=10000)的马路,可以想象成数轴上长度为L的一个线段,起点是坐标原点,在每个整数坐标点有一棵树,即在0,1,2,...,L共L+1个位置上有L+1棵树。 现在要移走一些树,移走的树的区间用一对数字表示,如 100 200表示移走从100到200之间(包括端点)所有的树。 可能有M(1<=M<=100)个区间,区间之间可能有重叠。现在要求移走所有区间的树之后剩下的树的个数。 输入: 两个整数L(1<=L<
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:204049
    • 提供者:李顿名
  1. CPPInterview

    0下载:
  2. 该代码中包含了一些经典的编程例子,设计范围包括数组、链表、树等,是C语言面试中一些经典问题的总结-The code includes some classical examples of programming, design scope includes arrays, linked lists, trees, etc., is the summary of some classic C language interview questions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:329234
    • 提供者:dotfly
  1. SpeedTree51

    0下载:
  2. Speedtree SDK v.5.1 for real time renderer trees end gra-Speedtree SDK v.5.1 for real time renderer trees end grass
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-24
    • 文件大小:21000192
    • 提供者:marat
  1. Data-structure-

    0下载:
  2. 数据结构与算法分析程序演示:包括线性表,串,栈和队列,树,图-Data structure and algorithm analysis program demonstrates: including linear tables, strings, stacks and queues, trees, graphs
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:548284
    • 提供者:
  1. dlib-18.14.tar

    0下载:
  2. 机器学习的范畴,包括SVMs (based on libsvm), k-NN, random forests, decision trees。可以对任意的数据操作-Its focus is on supervised classification with several classifiers available: SVMs (based on libsvm), k-NN, random forests, decision trees. It also performs feature sel
  3. 所属分类:JavaScript

    • 发布日期:2017-05-22
    • 文件大小:7042794
    • 提供者:王哲
  1. k-means

    1下载:
  2. 利用k-means方法对图像进行分类(matlab程序和c++程序),如对遥感图像分辨出河流、树木等,需要自己定义所处理图片位置,还有将分类的图片进行彩色区分-The use of k-means method for image classification (matlab program and c++ program), such as remote sensing images to distinguish rivers, trees, etc., need to define the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-15
    • 文件大小:7566
    • 提供者:lifei
  1. itree

    0下载:
  2. Handling of indirect blocks trees. AV, Sep Dec 2000. -Handling of indirect blocks trees. AV, Sep Dec 2000.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3785
    • 提供者:gyfiuwg
  1. Bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3262
    • 提供者:陈兵
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com