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

搜索资源列表

  1. EyesCare

    0下载:
  2. 程序主要是利用计算机图形学中的分形技术画出一棵树,然后实现树的忽大忽小,忽远忽近,而树的背景不变。运行程序后,按Esc键即可退出。-Program is the use of computer graphics technology to draw a fractal tree, and then realize the tree suddenly suddenly small, suddenly away suddenly near, and trees in the background u
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-20
    • 文件大小:2076642
    • 提供者:qiur
  1. Huffman

    0下载:
  2. 哈夫曼编码设计 掌握树和二叉树的概念及工作原理,运用其原理及概念完成上述实验题中的内容。 -Huffman trees and binary code design to grasp the concept and principle, to use its principles and concepts in the above experiment of the content.
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:34540
    • 提供者:天溟
  1. 202110338

    0下载:
  2. 数据结构C++树类中求最后一个孩子结点并输出-Trees and seeking the last child node
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:209907
    • 提供者:张元磊
  1. huffman-tree

    0下载:
  2. 数据结构,树,哈弗曼树。带权路径长度最小的二叉树-Data structures, trees, Huffman tree. Minimum weighted path length binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1351
    • 提供者:TKD
  1. Billboard

    0下载:
  2. 用广告牌技术实现树木(2D)的3D效果,用到摄像机漫游(Directx3D)-Technology with billboard trees (2D) 3D effect, use the camera roaming (Directx3D)
  3. 所属分类:DirextX

    • 发布日期:2017-05-10
    • 文件大小:2389045
    • 提供者:cyj
  1. func_SPIHT_Main

    0下载:
  2. SET PARTITON INTO HIERARCHIAL TREES:IT IS THE GENERALISATION OF THE EZW ALGORITHM IN A MANNER THAT TENDS TO KEEP INSIGNIFICANT COEFFICIENTS TOGETHER IN LARGER SUBSETS
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:4364
    • 提供者:sabari
  1. BiTree

    0下载:
  2. 二叉树的相关操作,包括二叉树的先序、中序、后序遍历以及其中结点的插入和删除-operations on Binary Trees
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2641327
    • 提供者:李冰
  1. DecisionTreeYSD

    1下载:
  2. 决策树的Matlab实现,实现了分类问题和回归问题,有很好的调试结果-Matlab implementation of decision trees
  3. 所属分类:Other systems

    • 发布日期:2017-03-07
    • 文件大小:2048
    • 提供者:张元元
  1. js_trees

    0下载:
  2. 各种树形菜单特效,包括上下 左右 弹出 滑动等效果-javascr ipt trees
  3. 所属分类:Menu control

    • 发布日期:2017-03-29
    • 文件大小:115859
    • 提供者:晴天
  1. algorithm-CPP

    0下载:
  2. 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:66411
    • 提供者:robert
  1. lisanshiyan

    0下载:
  2. 大二学年离散数学实验,运用c语言编写对离散数学这门课中关于树、图等的运算的程序-Discrete mathematics sophomore year experiment, using c language for this course on discrete mathematics trees, graphs, etc. Operational procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:140860
    • 提供者:刘鹏
  1. Huffman

    0下载:
  2. 用mfc完成的哈夫曼树的功能 给出一组关键字,建立哈夫曼树,完成以下功能: (1)完成关键字来自于输入 (2)完成关键字来自于文本 (3)完成编码,显示编码结果 (4)画树-Completed using mfc Huffman tree function gives a set of keywords, the establishment of the Huffman tree, complete the following functions: (a) completio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8249
    • 提供者:黄愫芸
  1. mileluobin

    0下载:
  2. 简单的米勒罗宾大素数测试64位代码。没有大树的调用。只能实行64位。供大家分享。-Robin Miller, a simple test large prime numbers 64-bit code. No trees called. Can only implement the 64. For everyone to share.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:928
    • 提供者:dingyong
  1. planttree

    0下载:
  2. 一条街的一边有几座房子。因为环保原因居民想要在路边种些树,路边的地区被分割成块,并被编号成1..N,每个部分为一个单位尺寸大小并最多可种一棵树,每个居民想在门前种些树并指定了三个号码B,E,T,这三个数表示该居民想在B和E之间最少种T棵树。当 然,B≤E,居民必须记住在指定区不能种多于区域地块数的树,所以T≤E-B+l。居民们想 种树的各自区域可以交叉。你的任务是求出能满足所有要求的最少的树的数量。 -One side of the street there are several
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:7178
    • 提供者:marry
  1. AVLTree

    0下载:
  2. AVL 树是平衡二叉搜索树,所以首先 必须满足搜索树,即l_child值<parent值<=r_child值。这个在前面已经实现了。插入和删除不停的递归就可以。-Two AVL tree is balanced binary search trees, so we must first meet the search tree, l_child value and <parent value of <=r_child value. The in front has bee
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3488
    • 提供者:lewis
  1. tree

    0下载:
  2. 算法与数据结构中的二叉树,孩子-兄弟存储的树,二叉线索树,最优二叉树,哈夫曼树等)。-Algorithm and data structure tree, children- brothers storage tree, binary tree trail, optimal binary tree, Huffman trees, etc.).
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:22482
    • 提供者:郭悠悠
  1. BinaryTree

    0下载:
  2. 完整二叉树类的实现(包含测试文件)功能涵盖建树、删除左右子树、归并两棵树、二叉树的前序、中序、后序及层次遍历-Complete binary tree class implementation (including test files) function covers achievements, left sub-tree delete, merge two trees, binary tree preorder, inorder, and postorder traversal level
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2584
    • 提供者:
  1. newTree

    0下载:
  2. OpenGL技术,通过正弦函数刻画点画3D树显示,c#语言源程序-OpenGL technology, 3D trees dotted portrayed by a sine function display, c# language source
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4225840
    • 提供者:tiangaigai
  1. HaffumanCode

    0下载:
  2. 构造一棵哈夫曼树,并棵从上自下或从下自上对每个子叶编码-Huffman tree structure, and from the bottom or from the trees down from the coding from each cotyledon
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1847
    • 提供者:Lamson
  1. binary tree,Quick sort, Heap Sort

    0下载:
  2. binary tree,Quick sort, Heap Sort C programs
  3. 所属分类:TreeView控件

    • 发布日期:2014-02-15
    • 文件大小:3954
    • 提供者:ajaybhardwaj89
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 »
搜珍网 www.dssz.com