搜索资源列表

  1. 三态树控件

    0下载:
  2. 这是一个在vc中实现的三态树控件的程序。
  3. 所属分类:界面编程

    • 发布日期:2014-10-16
    • 文件大小:81309
    • 提供者:dzqtzg
  1. 二叉树

    0下载:
  2. (1)输出n=11时的判断树并求成功情况下的平均查找长度ASL; (2)通过构造判断树可以求得成功情况下的平均查找长度ASL1;当宝含有n个节点的判断树看成是一颗满二叉树是,其成功情况下平均查找长度的理论值ASL2约为log2(n+1)-1,对于n=10,100,1000,10000,100000和1000000,求出ASL1,ASL2两者的差距。((1) the judgment tree of the output n=11 an
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:19456
    • 提供者:暖阳儿
  1. 二叉搜索树的创建与遍历

    0下载:
  2. 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
  3. 所属分类:书籍源码

  1. 二叉树的高度和宽度

    0下载:
  2. 求二叉树的高度及宽度采用递归算法和非递归算法(Find the height and width of the two tree)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:222208
    • 提供者:时光依旧
  1. 二叉树排序

    0下载:
  2. 二叉树进行排序,可以计算一列数的大小关系(Two fork tree sorting, you can calculate the size of a column of the relationship)
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:zhangsheng534
  1. 四叉树编码

    0下载:
  2. 四叉树编码 c++实现,可以用VS尝试编译()
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:3078144
    • 提供者:风声边境
  1. 有序二叉树

    0下载:
  2. 有序二叉树的各种功能,遍历 删除 建立 等等(ordered two folk tree)
  3. 所属分类:汇编语言

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:chenjh245
  1. JSP无限级分类目录树

    0下载:
  2. JSP无限级分类目录树 JAVA JSP(JSP unlimited classification tree)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:501760
    • 提供者:xkloong
  1. 二叉树遍历

    0下载:
  2. 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. T
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:338944
    • 提供者:Somnus2018
  1. 树菜单

    0下载:
  2. 简单的树菜单基于jQuery的简单展示,基于jQuery的简单展示(JQuery based simple display, based on the simple display of jQuery)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:116736
    • 提供者:菜鸟one
  1. Huffman树

    0下载:
  2. 数据结构中的huffman树,构建一个Huffman树,并实现huffman编码和译码。(building a huffman tree)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:1208320
    • 提供者:柯西柯西
  1. 哈夫曼树

    0下载:
  2. 哈夫曼树,又叫最优二叉树,指的是对于一组具有确定权值的叶子结点的具有最小带权路径长度的二叉树。(The haffman tree, also known as the optimal binary tree, refers to a binary tree with a minimum path length for a set of leaf nodes with determinate weights.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:430080
    • 提供者:啊哈S
  1. 决策树C4.5

    0下载:
  2. 利用决策树训练训练器 分辨 有毒蘑菇和无毒蘑菇 java书写,包含训练集及说明 代码无bug(Using decision tree training trainer to distinguish poisonous mushroom and non-toxic mushroom Java writing, including training set and explanation code.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:38912
    • 提供者:西书城店
  1. 二叉树遍历

    0下载:
  2. 简单的二叉树遍历,中序遍历,后序遍历,前序遍历(Simple two tree traversal)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:tomrb
  1. sql读取并生成到控件树

    0下载:
  2. 读取sql数据部分并初始化图像增强初始化参数,然后生成控件树。(Read the SQL data section, initialize the image, enhance the initialization parameters, and then generate the control tree.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:209920
    • 提供者:yh880
  1. 决策树资料合集

    0下载:
  2. 决策树源文件,实例,内容详解,word文档(Decision tree source file, instance)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:6144
    • 提供者:虫无
  1. 决策树源代码合集

    0下载:
  2. 决策树,源代码,注释和详解,内附加说明,id3,CD_4型决策树(Decision tree, source code, notes and detailed explanation,)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:24576
    • 提供者:虫无
  1. 树剖

    0下载:
  2. 树链剖分入门必备,包含了几个入门树链剖分的经典题目的详细题解(The tree chain partition entry must contain detailed notes several classic title entry subdivision of the chain tree)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:axuhongbo
  1. 二叉树

    0下载:
  2. 二叉树的前序遍历,中序遍历以及后序遍历。(traversal of binary tree)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:Ass、
  1. 二叉树

    0下载:
  2. 二叉树的个种增删查改及各种操作以及常见的面试题(Two tree additions and deletions, check, change operations, and common interview questions)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:风清扬2017
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org