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

搜索资源列表

  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. MYhuffman

    0下载:
  2. 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:4990
    • 提供者:杨斌
  1. AVLTree

    0下载:
  2. 使用C#写的AVL树小代码,含工程文件,具有添加和删除节点的函数-A small AVL tree code written in C#, containing the project file, add and remove nodes function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:60109
    • 提供者:Parac
  1. Binary-sort-tree

    0下载:
  2. 撰写一个程序,能够构建字符串型的二叉排序树并在二叉排序树中查找节点。 所谓二叉排序树,简而言之,是一个每个节点可指向 0、1 或 2 个节点的递归的数据结构。最上层的一个节点称为树根。二叉排序树服从凡是比当前节点小的值都在其左下方,比当前节点大的值都在其右下方的规律。该规律不仅适用于树的局部,也适用于整棵二叉排序树。建树后,请根据给定的字符串,查找树中是否有该节点。若有,返回其节点在所在的层次数(根节点Kiwi的层次定义为0);若无,返回“Not Found”。 输入:
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:951
    • 提供者:冰汐靥
  1. js-DOM-programming-

    0下载:
  2. js DOM编程就像棵树一张网,只要你得到这个树的一个节点,跟着这个树枝的脉络.就能找到整颗树-DOM programming like tree a net, as long as you get the tree of a node, follow the branch of choroid. Can find the whole tree
  3. 所属分类:JavaScript

    • 发布日期:2017-11-22
    • 文件大小:71843
    • 提供者:zhoushanshan
  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. Tree-10-13

    0下载:
  2. 用C语言创建树结构,对生产的树进行遍历,或按要求查询指定的叶子节点-Tree structure created with the C language, the production tree traversal, or required to query the specified leaf node
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:1118
    • 提供者:steven
  1. binarysearchtree

    0下载:
  2. 二叉查找树的实现。二叉树由节点构成,另外还有一个测试文件,检测二叉树的性能。-The realization of a binary search tree. Binary tree nodes, in addition to a test file, the performance of the detection of a binary tree.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:1858
    • 提供者:zpc
  1. tree_completely

    0下载:
  2. 二叉树的总结 -构造链式二叉树&查找二叉树中某节点&求深度(高度, 层数)前序,中序, 后序遍历(递归, 和非递归)&求出二叉树所有节点总数-Summary of binary tree- the constructed chain binary tree & Find a node in the binary tree & seek depth (height, number of layers) preorder, inorder, postorder traversal (
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:6038
    • 提供者:Wang Zan
  1. xx

    0下载:
  2. 二叉树对顺序表的排序,插入节点,删除节点-Binary tree sort sequence table, insert nodes, delete nodes, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:7768
    • 提供者:ych
  1. BinaryTree

    0下载:
  2. 二叉树的操作,三种遍历过程,实现节点查找,删除,增加等。内含报告-Binary tree operation, three traversal, node search, delete, increase. Contains reports
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:560767
    • 提供者:韩旭辉
  1. TreeToList

    0下载:
  2. 将二叉搜索树变为双向链表,先序遍历输入节点,输出双向链表-The binary search tree into a doubly linked list, doubly linked list of the preorder traversal of the input node, output
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:728
    • 提供者:shiwenli
  1. treeTask

    0下载:
  2. 绘制分形图: 分形树,先按某一方向画一条直线,然后在此线段上找到一系列节点, 在每一节点处向左右偏转一定角度各画一条分枝。 节点位置和节点处所画分枝的长度可参考编程要求中的分割比例 -Draw Fractal map: fractal tree initially draw a straight line in a direction, then find a series of nodes, each node on the line to the left and right d
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:683
    • 提供者:辛冠军
  1. tree1

    0下载:
  2. 建立一个十叉非完全树,递归算法实现,使用两个链表实现,一个孩子节点链表,一个兄弟节点链表-Establish a ten fork complete tree recursive algorithm uses two linked list implementation, a child node linked list, a sibling node linked list
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:533
    • 提供者:www
  1. rootdp

    0下载:
  2. 题意:a->b c :攻克b城堡前要先攻克a城堡攻克b城堡将获得c 共有n个城堡(编号为-n)最多攻克m个城堡能获得的最大收益 把作为树的根把节点连成一棵树 p[root][i]表示在以root为根的子树中选取i个点能获得的最大收益 p[root][i]=max(p[root][i],p[root][i-j]+p[v[e]][j]) 当root!=0时每棵子树根必选所以p[root][i]=p[root][i-1]+val[root] 结果为p[0][m]
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:4103
    • 提供者:
  1. Tree

    0下载:
  2. 1、 编写程序按先序次序和中序次序,确定这棵树二叉树。 2、 输出这棵树的后序序列。 (树的节点数目不超过100) -1, write a program to determine the order of the first order and sequence order tree binary tree. 2, the output of this tree postorder sequence. (The number of nodes of the tree does no
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:3652386
    • 提供者:Tracy
  1. tree

    0下载:
  2. 二叉树的建立和先序递归遍历、中序递归遍历后序递归遍历并用递归算法求二叉树的叶子节点的个数-The number of recursive traversal sequence after the establishment of a binary tree and recursive preorder traversal, inorder recursive traversal and recursive algorithm and binary tree leaf node
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:35450
    • 提供者:好的
  1. 2

    1下载:
  2. 二叉树的应用 任务 :编程实现二叉树的建立,层次遍历,(递归和非递归方法)先序、中序、后序,二叉树的高度、宽度,二叉排序树的插入、删除; 基本要求:从文件中读入建树信息,树的节点数目不小于20个,树的高度不小于5; -Binary tree of tasks: programming the establishment of the binary tree hierarchy traversal (recursive and non-recursive method) preord
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:942243
    • 提供者:一一
  1. arry

    0下载:
  2. 实现在一个矩形区域内的无线网络节点管理。每个节点包含x,y,data按照data大小构成平衡二叉树并进行增删查检操作-Wireless Network Node Manager in a rectangular area. Each node contains the x, y, data according to the data size to constitute a balanced binary tree, and the additions and deletions of sear
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:797059
    • 提供者:wangling
  1. mydb

    0下载:
  2.   如果用户想查询局域网管理、网络连接、远程控制、文件复制的内容,用户只需要简单地双击树状图中的节点,再单击相应的子功能图标,输入相关信息,系统会自动在结果栏里显示相应的内容。-If the user wants to query the local area network management, network connection, a remote control, the contents of the files are copied, the user only needs to
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-11
    • 文件大小:468905
    • 提供者:刘振虎
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 45 »
搜珍网 www.dssz.com