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

搜索资源列表

  1. Huffman

    0下载:
  2. 哈夫曼树和编码应用 源代码+课程设计 东华理工软件学院-Huffman tree and code application source code+ Course Design Institute of East China Institute of Software
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:771666
    • 提供者:卢凯宁
  1. datastructor

    0下载:
  2. 基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构-Basic concepts of C++ programming, based on a comprehensive and systematic introduction to the queue, stack, tree, graph, and other basic data structures
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:868736
    • 提供者:shasha
  1. hafuman

    0下载:
  2. 通过用C++来编写哈弗曼编码,对输入的字符串编码,输出编码串,建立哈弗曼树对输入的字符串进行左一右零的编码-By using C++ to write Havermann coding, the input string encoding, the output code string, to establish Havermann tree on the input string left right zero coding
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1076
    • 提供者:叶晨曦
  1. shujujiegou_C

    1下载:
  2. 介绍了数据结构的基本概念、线性表、链接表、数组和广义表、树、图、查找和排序等,每章用大量的实例和图表来说明基本概念和方法.同时采用c语言作为算法的描述语言,算法也尽可能地少用抽象定义,而更多的是给出具体算法,并力求算法更接近于实际应用,使读者能更快地提高编程能力。-The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tr
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7903151
    • 提供者:冰茜
  1. searchmethod

    0下载:
  2. 在数据结构中实现查找(顺序、二分法、二叉排序树、哈希)-n data structures, in order for (dichotomy, binary sort tree hash)
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:478171
    • 提供者:曾经
  1. HuffmanTreeDoc

    0下载:
  2. 设一段电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Set a message in the frequency of different characters, in order to enhance the message of the input and translation efficiency, we must have a brief charact
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:267944
    • 提供者:James
  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. RoboticsTh

    0下载:
  2. About the bennefactors of the number theoretic foundations and robotic applications of the quantum crazy tree theory
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2012
    • 提供者:hueso
  1. RegistryBasics

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

    • 发布日期:2017-04-16
    • 文件大小:12038
    • 提供者:wwei
  1. BinarySearchTree

    0下载:
  2. A binary search tree is a binary tree that is either empty or in which each node contains a key that satisfies the following conditions: 1) All keys (if any) in the left subtree of the root precede (are less than or equal to) the key of the
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:66572
    • 提供者:Rauahn
  1. AVLTtreeSource

    0下载:
  2. AVL TREE SOURCE IN C++ , hope it is useful for you
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:98959
    • 提供者:ahikmat
  1. source

    0下载:
  2. Very good collection of c++ source code. Implementation of diffrents alghoritms in graph theory, such as floyd,fulkerson. dijkstra,warshall, binary tree,map coloring,vertex cover.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:10584
    • 提供者:croms
  1. 4

    0下载:
  2. other codes for binary tr-other codes for binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:216237
    • 提供者:wala
  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. fusetool

    0下载:
  2. Image Fusion is the process of combining information of two or more images into a single image which can retain all important features of the all original images. Input to fusion is a set of images taken from different modalities of the same scene. O
  3. 所属分类:Project Design

    • 发布日期:2017-03-22
    • 文件大小:16650
    • 提供者:sruthy78
  1. fptree

    0下载:
  2. data mining is used nowadayas. here, fp tree method is presented as pdf format.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:349313
    • 提供者:Xpology World
  1. hash_with_avl

    0下载:
  2. it hashtable where every cell in the table is an avl tree , for minimum complexity .
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:4221
    • 提供者:mixpro
  1. MiningSourceCode

    0下载:
  2. Code duplication exists for many reasons, although it is known to be a bad practice. It may save costs on the development phase, but it surely has a higher cost of maintenance. What can we do to detect and eliminate those problems? This documen
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1324988
    • 提供者:nvdquang
  1. 50180178-ID3

    0下载:
  2. ID3 data mining Bab ini membahas desain dan perancangan sistem penilaian kinerja guru diSMA Negeri 8 Malang menggunakan Metode Decision Tree dan Algoritma Id3. Desain dan perancangan ini meliputi analisis sistem, perancangan sistem, rancangan b
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:83141
    • 提供者:gombalmukiy0
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com