CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 树

搜索资源列表

  1. happy

    0下载:
  2. 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transforma
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:10837
    • 提供者:happyjack
  1. fractal_source

    0下载:
  2. 这是一幅分形图,多文档工程,主界面处,生成一个树状的分形图,可以设置颜色、大小等参数。-This is a fractal images, multi-document projects, the main interface, to generate a tree of fractal images, you can set the color, size and other parameters.
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2933290
    • 提供者:dhweklhe
  1. RegistryBasics

    0下载:
  2. 注册表是2000/XP操作系统、硬件设备以及客户应用程序得以正常运行和保存设置的核心“数据库”,也可以说是一个非常巨大的树状分层结构的数据库系统。 注册表记录了用户安装在计算机上的软件和每个程序的相互关联信息,它包括了计算机的硬件配置,包括自动配置的即插即用的设备和已有的各种设备说明、状态属性以及各种状态信息和数据 利用一个功能强大的注册表数据库来统一集中地管理系统硬件设施、软件配置等信息,从而方便了管理,增强了系统的稳定性。 -The registry is 2000/XP
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:12038
    • 提供者:wwei
  1. MPLS-based-source-tree-multicast-algorithm-for-min

    0下载:
  2. 基于源树的MPLS最小冲突路径多播算法MPLS-based source tree multicast algorithm for minimum path conflict-MPLS-based source tree multicast algorithm for minimum path conflict
  3. 所属分类:Project Design

    • 发布日期:2017-03-24
    • 文件大小:74287
    • 提供者:renww11
  1. 78647448regiondivisionandcombination

    0下载:
  2. 四叉树基本算法 可以为初学者提供良好的借鉴与指引-Quadtree for beginners the basic algorithm can provide a good reference and guide
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2081
    • 提供者:余其
  1. heffman

    0下载:
  2. 熟悉的赫夫曼树的C程序实现,插入,删除,自动生成最小赫夫曼树的程序-Familiar with the Huffman tree C program to achieve, insert, delete, automatically generated procedures for the smallest Huffman tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:93835
    • 提供者:enny
  1. matlab

    0下载:
  2. matlab数据结构教程:主要内容有栈,队列,树,图等-matlab data structure tutorial: The main contents of stacks, queues, trees, graphs, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3589019
    • 提供者:王强
  1. red-black-tree

    0下载:
  2. 这篇文章讲述红黑树的由来 对于写程序的人会有帮助-This article describes the origin of red-black tree for the people who will help write the program
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:4595
    • 提供者:王佳佳
  1. Course-design-English-dictionary

    0下载:
  2. Trie树通常作为一种索引树,这种结构对于大小变化很大的关键字特别有用。利用Trie树实现一个英语单词辅助记忆系统,完成相应的建表和查表程序。-Trie trees usually as a tree, the structure on the index of the key word size change a lot is especially useful. Use Trie tree realize one English word memory system, complete au
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:8930
    • 提供者:
  1. English-book-management-system

    0下载:
  2. 西文图书管理系统 图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设计一个图书管理系统,将上述业务活动借助于计算机系统完成。 要求: (1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。 (2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用B-树(4阶树)对书号建立索引,以获得高效率。 (3)系统应有以下功能: 采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。 -Western language
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:242983
    • 提供者:panbowen
  1. Linear-table-design

    0下载:
  2. 实验一是线性表的设计与实现程序;实验二是栈和队列的应用程序;实验三是树型结构的应用程序;-The first experiment, the linear table design and implementation of procedures experimental application of stacks and queues In Experiment 3, the tree structure of the application
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:16694
    • 提供者:JingxWang
  1. graph-theory-and-program-designe

    0下载:
  2. 详细的介绍了图论的各种概念如:分叉树,最短路径,遍历等以及相应的程序设计-A detailed descr iption of the various concepts of graph theory such as: the bifurcation tree, shortest path, traverse, and the corresponding program design
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5269471
    • 提供者:sun cong
  1. HTTP-TUNNEL-DETECTING-TECHNIQUE

    0下载:
  2. 研究了恶意软件常采用的通信方式———隧道技术,并提出了一种基于C4.5的HTTP 隧道检测算法。该算法采用决策支持树算法 C4.5提取网络流特征字段,根据特征字段生成训练数据建立HTTP隧道分类的决策树检测模型,采用该分类模型检测HTTP隧道流,为检测恶意软件提供依据。-Malicious software often used means of communication--- tunneling technology, and a HTTP based on C4.5 Tunne
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:135794
    • 提供者:sss
  1. yuandaima

    0下载:
  2. 关于树型结构的测试...树型结构存储系统设计-Tree structure
  3. 所属分类:Software Testing

    • 发布日期:2017-04-14
    • 文件大小:2632
    • 提供者:周某
  1. erchashu-

    0下载:
  2. C语言实现二叉树的创建 及先序、后序、层序遍历,输出树的深度,每一层节点个数,叶子总数-Creation and the first sequence of binary tree in C language, the order of the sequence traversal, output the depth of the tree, each layer the number of nodes, leaves the total number of
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:17656
    • 提供者:陈天
  1. fta

    0下载:
  2. 软件故障树分析系统的设计和实现,利用故障树原理-Design and implementation of software fault tree analysis system, using the principle of fault tree
  3. 所属分类:Project Design

    • 发布日期:2015-05-09
    • 文件大小:49152
    • 提供者:NH
  1. MainWindow

    0下载:
  2. 一个TREEVIEW 和两个TEXTEDIT 中间TEXTEDIT现实树中内容,后一个在双击树中内容时显示出来-A TREEVIEW and two TEXTEDIT the middle TEXTEDIT reality tree, double-click the tree to be displayed
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1981
    • 提供者:欧文
  1. calc

    0下载:
  2. 四则整数计算器 含有界面 用二叉树和栈数据结构进行计算 适合数据结构和界面设计的初学者-Four integer calculator contains the interface
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2936225
    • 提供者:孔三
  1. The-application-of-binary-tree

    0下载:
  2. 实现二叉树的增,删,改,查以及周游等应用的功能。 -The application of binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:915487
    • 提供者:Brant
  1. twotree

    0下载:
  2. 二叉树的非递归中序遍历+C代码 二叉树的非递归中序遍历+C代码 -two tree+C
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:3813
    • 提供者:soulinmau
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com