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

搜索资源列表

  1. ezwsrc-daima

    0下载:
  2. C实现EZW编辑器实例代码 C实现EZW编辑器实例代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -C the EZW editor instance code C to EZW edi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:11749
    • 提供者:溜溜
  1. RangeEncoding_dpr

    0下载:
  2. 区间编码算法的分析与实现(项目文件) 摘要:全面介绍了区间编码算法的理论基础和实现方式。详细讨论了区间编码原理、正规化操作、区间编码实现、二进制索引树的理论和实现等技术。并给出了一个切实可行的应用程序。-Range encoding algorithm analysis and implementation (project file) Abstract: The comprehensive range encoding algorithm theoretical basis and i
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:277156
    • 提供者:
  1. SyntaxTree

    0下载:
  2. 编译原理的语法分析树,在文本文件中读取公式构造语法分析树-One kinds of compiling engineer:to code the SyntaxTree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:2028237
    • 提供者:邓峰
  1. jinchengmonishiyan2

    0下载:
  2. 实验二 进程撤销模拟 实验学时:2 实验类型:验证 实验要求:必修 一、实验目的 1) 理解进程撤销相关理论; 2) 掌握进程撤销流程。 二、实验内容 本实验针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序可模拟撤销多个进程及其子孙进程。 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况;
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:38668
    • 提供者:mengmeng
  1. SetBookCfg

    0下载:
  2. 配置树型结构的工具,根据树型配置,生成一个XML文档 -Configuration tree structure tools, according to the tree configuration, generating an XML document
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:263521
    • 提供者:风雨同行
  1. HuffmanTree

    0下载:
  2. 根据哈夫曼算法,建立哈夫曼树时,可以将哈夫曼树定义为一个结构型的一维数组HuffTree,保存哈夫曼树中各结点的信息,每个结点包括:权值、左孩子、右孩子、双亲-Huffman algorithm Huffman tree is created, the Huffman tree is defined as a structure of one-dimensional array HuffTree, save the information of Huffman tree nodes, each
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:894
    • 提供者:lirunmin
  1. BiTree

    0下载:
  2. 建立一棵含有n个结点的二叉树,采用二叉链表存储, 前序(或中序、后序)遍历该二叉树。 -Create a binary tree with n nodes, using a binary linked list storage, pre-order (or sequence order) traversal of the binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1109
    • 提供者:lirunmin
  1. ecsbl

    0下载:
  2. 数据库中的基本需要掌握的程序,二叉树遍历。十分简单,便于理解、学习。-Binary Tree Traversal
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1548
    • 提供者:xinling
  1. ggt

    0下载:
  2. 二叉树的使用说明,主要用于初学者,从未使用过数据库的-the shi yong of er cha shu
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:9002
    • 提供者:石丹丹
  1. HUFFUMAN-TREE

    0下载:
  2. 根据输入概率,建立霍夫曼树,并显示生成的霍夫曼树-According to the input probability, and established the Hoffman tree, and displays the generated tree Hoffman
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2276
    • 提供者:周赤
  1. bio_work

    0下载:
  2. 生物力学血管树计算阻抗,准确无误,-The biomechanics vascular tree calculation
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:736
    • 提供者:恶化
  1. BinarySearchTree

    0下载:
  2. 二叉查找树,可基于二叉查找树的功能查找英文单词的个数-Binary search tree, based on the function of the binary search tree to find the number of English words
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:15237
    • 提供者:Nan
  1. Compiler

    0下载:
  2. 编译原理实验代码,包含了符号表、词法分析、语法分析和语法树设计以及语义分析。-Compiler theory experimental code contains symbol tables, lexical analysis, parsing and syntax tree and semantic analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-06-22
    • 文件大小:42203136
    • 提供者:舒昌文
  1. notepade

    0下载:
  2. 本文本编辑器的开发主要包括界面窗口的菜单栏和工具栏以及树结构,还有链接Java虚拟机实现编译与运行。-This text editor includes the development of the interface window menu bar and toolbars, and tree structure, there is link to the Java Virtual Machine to compile and run.
  3. 所属分类:Editor

    • 发布日期:2017-03-28
    • 文件大小:7083
    • 提供者:落叶寒冰
  1. DSS

    0下载:
  2. delphi编制的决策支持系统,供初学者使用,用excel,以及有关决策树-delphi compiled decision support system for beginners, excel, as well as the relevant decision tree
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:407784
    • 提供者:lelonglong
  1. Main

    0下载:
  2. 哈弗满树编译器,好东西来的,哈弗满树编译器-Harvard Ilex compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:659
    • 提供者:小钢子
  1. ExewDragDropCtrl

    0下载:
  2. 改程序是用来实树视图拖动功能应用的,希望对有需求的人有所帮助-Change procedure is used to a real tree view drag application, and hope to those who need help
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1764281
    • 提供者:李哥
  1. Knight-Moves

    0下载:
  2. 数据结构习题,主要针对数据结构初学者,熟悉树的应用。-Data structure exercises, familiar with the tree data structures for beginners.
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-31
    • 文件大小:793
    • 提供者:懒羊羊
  1. c4.5

    0下载:
  2. 是学习决策树很好的例子,利用excel宏生成,希望能对大家有帮助。-Learning decision trees good example of the use of excel macros to generate, we hope to help.
  3. 所属分类:assembly language

    • 发布日期:2017-11-16
    • 文件大小:156451
    • 提供者:魏洪涛
  1. cblocks_binary

    0下载:
  2. 这个是二叉树的c++实现代码,参考了《数据结构》一书的内容,希望有用~-the code for binarytree
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:209160
    • 提供者:李铎
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 37 »
搜珍网 www.dssz.com