搜索资源列表

  1. qu_jian-_shu....

    0下载:
  2. 随机生成一颗有一千个节点的区间树和一个区间,程序返回树的高度和根节点信息,同时给出与给定区间重叠的节点和具有最小低端点的重叠节点-There are a range of randomly generated tree node and a thousand range, the program returns to the tree height and root information, and gives the given in
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:eating
  1. Splay-for-number-list

    0下载:
  2. 伸展树Splay在数列处理问题上的应用的教程与源代码,含有pas和cpp。-A director of Splay tree for the usage to solve the problem with number list
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:274432
    • 提供者:chen andy
  1. DM

    0下载:
  2. 这个是数据挖掘关于加利福利亚州的小区房价的分析与预测,所用的分类方法有决策树和神经网络-This is a classification of data mining analysis and prediction about California' s residential housing prices, the use of decision trees and neural networks have
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:5875712
    • 提供者:邓辉
  1. ercha-shu

    0下载:
  2. 数据结构(C语言)二叉树)的实现 欢迎分享与交流-Data structure (C language) binary tree) to achieve welcome to share and exchange
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张大雷
  1. 7.15

    0下载:
  2. c++,哈夫曼树的建立与哈夫曼树的编码,数据结构,课程设计-c++, coding Huffman tree establishment and Huffman tree data structure, curriculum design
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:107520
    • 提供者:胡磊
  1. TreeView

    0下载:
  2. VC 目录树控件TreeCtrl与列表控件ListCtrl的使用示例,精选学习源码,很好的参考资料。-VC directory tree control list control TreeCtrl and ListCtrl using examples, select learning source code, a good reference.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:玉米排骨
  1. 1212210237

    0下载:
  2. 使用C语言来写出算术表达式与二叉树的编程-Using C language to write binary arithmetic expressions and programming
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:239616
    • 提供者:张鹏飞
  1. Graph

    0下载:
  2. 二叉树的无向图、有向图、网的构造与使用-Binary undirected graph, directed graph, the network
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:哈哈
  1. shujujiegou

    0下载:
  2. 《数据结构与算法设计》一书中的全部代码实现,包括线性表、栈和队列、串、数组和广义表、树、图等。-" Data structure and algorithm design," a book of all the code to achieve, including linear lists, stacks and queues, strings, arrays and generalized tables, trees
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:198656
    • 提供者:
  1. 17

    0下载:
  2. 目录树控件TreeCtrl与列表控件ListCtrl的使用示例,精选学习源码,很好的参考资料。-TreeCtrl tree control and list control ListCtrl use the example, the selection of learning source, a good reference.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:582656
    • 提供者:孙仲
  1. 2013.10.26_BST

    0下载:
  2. 生成一颗二叉平衡搜索树,随着输入与删除,同步更新树的结构,使之保持平衡。-Generate a balanced binary search tree, with the input and deleted, synchronized tree structure to keep it balanced.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:孟靖松
  1. BTree

    0下载:
  2. 该程序利用C++实现二叉树的生成,遍历.与一般的二叉树生成程序不同的是:该程序使用面向对象的方式来实现-Create BinaryTree with C++
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:1670489116
  1. huffman

    0下载:
  2. C++数据结构中哈夫曼函数的编写与实现,同时利用哈夫曼算法构建哈夫曼树-C++ data structure to achieve Huffman
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:沈国栋
  1. MINIX-File-System-analysis

    0下载:
  2. 文详细分析了MINIX文件系统的磁盘布局及其在Linux OS中的实现。站在当今时代,MINIX文件系统是如此简陋,以至于在现实中几乎没有实用 价值。但它毕竟曾经是教学操作系统MINIX的主文件系统,最初的Linux也是在MINIX文件系统上开始成长的。在Linux内核源代码树中依然保留 着MINIX File System的分支,而且它依然被维护,以与Linux文件系统的架构变化同步。从实用角度说,实在没有这个必要,但Linu
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:415744
    • 提供者:dragen
  1. er-cha-shu

    0下载:
  2. 数据结构中二叉树原理的实现与展示,主要利用C++实现,是数据结构初学者的良好材料-The realization of the data structure of binary tree theory and demonstration, the main use of c++ implementation, is a good material for data structure for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:962560
    • 提供者:李阳
  1. FTPTreeView

    0下载:
  2. FTP服务器编程,遍历FTP服务器的目录与文件并生成目录文件树型结构,网上搜索未见其实例,特此共享,需要的下载。-FTP server programming, FTP server directory traversal and file and generate the directory tree structure file, and no examples of online search, would like to sha
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:3066880
    • 提供者:czd
  1. array

    0下载:
  2. 和Huffman-Tree一样,Shannon-Fano coding也是用一棵二叉树对字符进行编码。但在实际操作中呢,Shannon-Fano却没有大用处,这是由于它与Huffman coding相比,编码效率较低的结果(或者说香农-范诺算法的编码平均码字较大)。-And Huffman-Tree, like, Shannon-Fano coding is using a binary character coding. Howeve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ray
  1. DSA_DFS_BFS

    0下载:
  2. 深度优先搜寻与宽度优先搜寻算法的实现,在二叉树中最有效的遍历算法-Depth-first search and breadth-first search algorithm, in the most efficient binary tree traversal algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:7844864
    • 提供者:D.C
  1. code-and-decode-for--hoffman

    0下载:
  2. 代码中写出了哈弗曼树编码与解码的相关内容,请有兴趣的来看看验证。-Write code encoding and decoding Huffman tree related content, please verify interested to see.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:庞文杰
  1. 2011010963_e4

    0下载:
  2. THUEE数据与算法实验四: 1、二叉树的所有结点的关键字由文件输入,其中关键字均为一个整数,构造增强二叉搜索树,并统计树的层高,按要求把结果输出到文件中。 2、给定两个增强二叉搜索树P和T,判断从形状上(不考虑结点关键字值)P是否等于T的某个子树,即T是否包含P。(最好对于任意形式二叉树均可实现比较,不仅限于二叉搜索树)-THUEE four experimental data and algorithms: a keywor
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:1725440
    • 提供者:余可
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org