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

搜索资源列表

  1. DisseminationTree

    0下载:
  2. 构造用不同方法生成的不同分发树,包括模拟退火,自适应算法等-Constructed using different methods produce different distribution of trees, including simulated annealing, adaptive algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2460914
    • 提供者:biliucheng
  1. hafumanbianmayima

    0下载:
  2. 利用哈弗曼树实现编码与译码 基于MFC。-Use Havermann trees to achieve encoding and decoding based on MFC.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:36507
    • 提供者:李见黎
  1. ffff

    0下载:
  2. 这是一个漂亮的房子,很温馨,好有好多小树,特好看啊-This is a beautiful house, very warm and good and a lot of trees, special nice ah
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:155217
    • 提供者:fanzhiwei
  1. aglo7-1

    0下载:
  2. 二叉树的基本算法。(1) 输出二叉树B; (2) 输出二叉树B的深度; (3) 输出H结点的左、右孩子结点值; (4) 输出二叉树B的宽度; (5) 输出二叉树B的结点个数; 输出二叉树B的叶子结点个数 -The basic algorithm for binary tree。(1) output binary tree B (2) The output of a binary tree B of depth (3) The output of H nodes
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:1499
    • 提供者:xjj
  1. 8

    0下载:
  2. 我写信告诉我们曾经对是否收门票的公园,应收取讨论你。我们60%的同学认为,入场费没有达到人们的预期,有一个公园被认为是一个地方,市民可以在家里或工作的一个很好的时候,他们不也忙。 如果收门票必须由一个公园的旅客支付的,有必要建立一个大门和围墙。在最后一个城市将在一个坏看看。我们40%的同学认为,入场费可以接受,但不能过于昂贵。从门票销售的钱可用于支付公园的园丁,购买鲜花和一些其他种类的树木-I’m writing to tell you about the discussion we hav
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:33817
    • 提供者:张明霞
  1. trees

    0下载:
  2. 树和二叉树的自定义类的设计,树的应用。树和二叉树的自定义类的设计,树的应用。-Binary tree and the design of a custom class, tree applications. Binary tree and the design of a custom class, tree applications.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:251286
    • 提供者:杨涛
  1. ADSI

    0下载:
  2. ADSI permits the use of windows active directory, creating or modifying OUs, containers, trees.
  3. 所属分类:Other windows programs

    • 发布日期:2014-11-05
    • 文件大小:931126
    • 提供者:flexid
  1. arrange

    0下载:
  2. 用于二叉树的排序问题,解决排序的问题,不含密码-The scheduling problem for binary trees
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1096
    • 提供者:wang
  1. Search

    0下载:
  2. 用C++实现的一些经典的搜索算法,包括AVL树,跳表等算法,很高效,很实用。-C++, to achieve some of the classic search algorithms, including AVL trees, jump tables and other algorithms, very efficient and very practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:43970
    • 提供者:冷山道
  1. Tree

    1下载:
  2. 数据结构中树的程序,包括二叉树,线索二叉树,树与森林的遍历,堆,以及Huffman树等。-Tree data structure in the process, including binary trees, Threaded Binary Tree, tree and forest traversal, heap, and the Huffman trees.
  3. 所属分类:其他小程序

    • 发布日期:2013-03-26
    • 文件大小:31139
    • 提供者:冷山道
  1. avlTree

    0下载:
  2.  平衡二叉树,又称AVL树。它或者是一棵空树,或者是具有下列性质的二叉树:它的左子树和右子树都是平衡二叉树,且左子树和右子树的高度之差之差的绝对值不超过1.。 -Balanced binary tree, also known as AVL tree. It is either an empty tree, or a binary tree with the following properties: it left sub-tree and right sub-trees are bala
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1355
    • 提供者:汤龑鸣
  1. assignment

    0下载:
  2. programs....assignment of data structure implementing trees and stack
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3129
    • 提供者:sh
  1. TREE

    0下载:
  2. 建立一个简单的树应用系统。通过该系统实现树相关算法及其应用系统,包括树判别函数最小生成树、哈夫曼树和哈夫曼编码。要求有个良好的输出显示,同时给出相应的算法时间。内含报告,可直接运行。-The establishment of a simple tree applications. Through the system to achieve a tree-related algorithms and applications, including the minimum spanning tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:481356
    • 提供者:李莉
  1. Tree

    0下载:
  2. 关于树的各种操作,建立,遍历,删除,平衡,排序树,哈弗曼树等操作-Various operations on the tree, create, iterate, delete, balance, order trees, trees and other operations Havermann
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:693450
    • 提供者:风清扬
  1. big_num

    0下载:
  2. 自己写的大树模板 是我做acm时候自己写的 希望对大家有所帮助-Template to write their own trees when I do write acm hope to be helpful
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1166
    • 提供者:笨笨
  1. template

    0下载:
  2. 数据结构的一些代码,包含链表,栈,树,图等,源代码内容翔实,正确-Some of the code data structures, including linked lists, stacks, trees, maps, informative source code, the correct
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:193967
    • 提供者:柏君
  1. LOD

    0下载:
  2. 实现LOD地形的基本类资源。包括了平截头体类和四叉树和地形类,-LOD terrain to achieve the basic categories of resources. Including a truncated cone body type and quad trees and terrain type,
  3. 所属分类:DirextX

    • 发布日期:2017-03-29
    • 文件大小:12427
    • 提供者:leiping
  1. Fractal

    0下载:
  2. 分形算法设计,包括摇曳的分形递归树、摇摆的Sierpinski三角形、万花筒和王冠(Julia集)-Fractal algorithm design, including the fractal recursion trees swaying, rocking the Sierpinski triangle, Kaleidoscope and the crown (Julia set)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1976451
    • 提供者:卜少锋
  1. Tree

    0下载:
  2. 二叉树应用,自己变得的一个关于二叉树的应用,-this is two trees,thank you so application is not
  3. 所属分类:.net

    • 发布日期:2017-05-06
    • 文件大小:1122556
    • 提供者:wangsuian
  1. ajjl

    0下载:
  2. 这是一款简单的按键精灵软件,能实现的功能也不多,并木上的坐标点也需要用户自己去摸索-This is a simple button wizard software, can realize the function of not many, and trees also need to coordinate points on the user to explore
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:10881
    • 提供者:wbxlll
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com