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

搜索资源列表

  1. adraag-drop-fj

    0下载:
  2. ajax 拖拽树能拖拽节节点 删除节点 重命名节点 -the ajax drag trees can drag Festival node delete node rename node
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:29094
    • 提供者:马润
  1. FlowerMail

    0下载:
  2. GTK 邮件图形界面 ,内含树,文本框 ,列表等多种widget-GTK mail graphical interface, containing trees, text boxes, lists, and other widget
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:246453
    • 提供者:沈岩
  1. active-learning-code

    0下载:
  2. Learning_random.m : 随机选择样例,从(90)pool里随机选择样本,删除版本空间树的数量 activeLearning.m:根据最大熵原则,从pool里选择样本,删除版本空间树的数量 getlabel.m:根据树和测试样例,得到根据该树得到的类标 getTrees.m:从提供的大量树结构(随机生成的)中,随机挑选一定数量的树(如果该树的叶子节点无类标随机添加) RandomCreateTree_d_unbalance:根据样本点割点中的非平衡割点建造树,
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:86167
    • 提供者:李佳佳
  1. LovelyTree3.6exesrc

    0下载:
  2. 小树可执行程序和源代码,一个csharp源码,值得参考-The small trees executables and source code, a csharp source, worth considering
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:1518155
    • 提供者:zhelite
  1. Forest-fire-detection

    0下载:
  2. A network of Sensor Nodes can be installed in a forest to detect when a fire has started. The nodes can be equipped with sensors to measure temperature, humidity and gases which are produced by fire in the trees or vegetation. The early detection is
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:10777
    • 提供者:aa
  1. LTree

    0下载:
  2. c++源码分形树的实现,利用L系统双击界面后随机生成一棵树-c++ source fractal tree implementation using the L-system Double-click interface randomly generated trees
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:7235962
    • 提供者:ljf
  1. trees-DLR-and-LDR

    0下载:
  2. 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。 -Let binary tree node value of capital letters input binary tree preorder traversal and inorder traversal sequences, this binary tree is gene
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-13
    • 文件大小:1412
    • 提供者:李涛
  1. koucai

    0下载:
  2. 1-内容介绍:收录常见花草树木约3980种植物,包括部分珍惜品种。 2-关于开源:源码内对可以改写部分做了详细的注解,站长可以根据自己的需要修改源码以满足需求。 3-关于软件:ASP.NET+ACCESS,不需要安装复制即可运行。防止SQL注入设计。 4-要点说明:适合口才,社交类网站下载,或者有兴趣的个人发展借鉴之需要。-1- Introduction: Indexed common flowers and trees about 3980 kinds of plants,
  3. 所属分类:.net

    • 发布日期:2017-12-01
    • 文件大小:496636
    • 提供者:asdfgawei
  1. louhome_plants

    0下载:
  2. 1-内容介绍:收录常见花草树木约3980种植物,包括部分珍惜品种。 2-关于软件:ASP.NET+ACCESS,不需要安装复制即可运行。防止SQL注入设计。 3-关于开源:源码内对可以改写部分做了详细的注解,站长可以根据自己的需要修改源码以满足需求。-1- Introduction: Indexed common flowers and trees about 3980 kinds of plants, including part of the treasure varieties
  3. 所属分类:.net

    • 发布日期:2017-12-03
    • 文件大小:2880231
    • 提供者:asdfgawei
  1. CS2208_DSLab_Programs

    0下载:
  2. CS2208 - Data Structures Lab (Anna University) EXERCISES 1a. Implement singly linked lists. 1b. Implement doubly linked lists. 2. Represent a polynomial as a linked list and write functions for polynomial addition. 3. Implement stack and
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:210367
    • 提供者:Narayana Swamy
  1. Samples

    0下载:
  2. 数据结构,简单排序,树,链表,队列,堆栈的用法-Use of the data structure, a simple sort, trees, linked lists, queues, stacks
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:12980
    • 提供者:禾叶
  1. tree

    0下载:
  2. 有一段马路,两旁种了树,遇到十字交叉路口则不种树,如何计算一段距离之内中了多少棵树?-how to calculate the amouts of trees in a long distansce.
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:514
    • 提供者:丁弋児
  1. huffmancode-0.1

    0下载:
  2. 构造霍夫曼树 ////////////////////// //根据权重生成霍夫曼树 //weight 权重数组 //n 权重数组长度 //NewTree 新生成的霍夫曼树 void createHFMTree(int* weights,int n,BinaryTree<int>& NewTree) { //初始化堆 MinHeap<BinaryTree<int> > heap(n) int i=0 f
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:2949
    • 提供者:kimikami
  1. shujujiegou

    0下载:
  2. c语言编写的各种数据结构功能的实现,应有尽有(包括图,链表,二叉树等等的实现和应用)-c language data structure and function of the realization of everything (including the implementation and application of the chart, linked lists, binary trees, etc.)
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:19229
    • 提供者:刘佳兴
  1. gaz-0.4

    0下载:
  2. 嘎斯TreeStore和树型视图是两类,可用于实现MVC列表树只需几行Javascr ipt代码。虽然没有太多的文档目前的例子是相当不言自明。 -Gaz TreeStore and TreeView are two classes that can be used to implement MVC tabular trees in just a couple of lines of Javascr ipt code. While there isn t much documentation
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:59616
    • 提供者:fsdafgiko
  1. simulation

    0下载:
  2. 涵盖目前识别和智能计算的理论和方法,包括支持向量机,神经网络,决策树,粗糙集理论,模糊集理论,和遗传算法-Covers the recognition and intelligent computing theory and methods, including support vector machines, neural networks, decision trees, rough set theory, fuzzy set theory and genetic algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:119233
    • 提供者:duluxing
  1. trees

    0下载:
  2. 用C语言简单有效实现数据结构中二叉树的遍历。-Traversal of a binary tree data structure C language
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:207570
    • 提供者:幽静
  1. triangle-in-the-tree

    0下载:
  2. 有一棵树,树上有只毛毛虫。它在这棵树上生活了很久,对它的构造了如指掌。所以它在树上从来都是走最短路,不会绕路。它还还特别喜欢三角形,所以当它在树上爬来爬去的时候总会在想,如果把刚才爬过的那几根树枝/树干锯下来,能不能从中选三根出来拼成一个三角形呢?-A tree, a tree caterpillar. It in the tree of life for a long time, it constructed well aware. In the trees, it has always be
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:190363
    • 提供者:王璐婷
  1. ID3_src

    0下载:
  2. Decision tree builds classification or regression models in the form of a tree structure. It breaks down a dataset into smaller and smaller subsets while at the same time an associated decision tree is incrementally developed. The final result is a t
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:3957
    • 提供者:kfnei.dk
  1. sjjg

    0下载:
  2. 华南农业大学数据结构上机实验答案,包含线性表,栈,队列,树,图,查找,排序,串-Machine data structure experimental answer of South China Agricultural University, including linear table, stacks, queues, trees, find, sort, string
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:46694
    • 提供者:c
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com