二叉排序树(Binary Sort Tree--BST)或者是一棵空树;或者是具有下列性质的二叉树: ⑴ 若左子树不空,则左子树上所有结点的值均小于根结点的值;若右子树不空,则右子树上所有结点的值均大于根结点的值。 ⑵ 左右子树也都是二叉排序树。 (3) 中序遍历BST可得到一个关键字的有序序列 文本文件单词索引是指将文本中单词按字母顺序列出并且列出每个单词在文本中出现的次数,它也是关键字列表的一种特例,即单词为关键字并附加每个关键字在文中出现次数.文本文件单词索引常用于作者著作分析以此决定有争议作品作者身份。 实验目的与目标
上传时间: 2013-12-19
上传用户:410805624
Implementation of binary tree to use it nclude this header to your project
标签: Implementation project binary header
上传时间: 2014-12-21
上传用户:xiaohuanhuan
Optimal Binary Index Assignments for a Class of Equiprobable Scalar and Vector Quantizers
标签: Equiprobable Assignments Quantizers Optimal
上传时间: 2014-01-04
上传用户:xieguodong1234
non linear fem-adinla
标签: fem-adinla linear non
上传时间: 2016-12-23
上传用户:小眼睛LSL
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c REM sdcc --iram-size 0x80 t8051.c packihx t8051.ihx > t8051.hex ..\test\mkrom.exe ..\compile\t8051.hex
标签: binary compiles converts chain
上传时间: 2017-01-07
上传用户:wyc199288
Process a binary data stream using a communication system that consists of a baseband modulator, channel, and demodulator. Compute the system s bit error rate (BER). Also, display the transmitted and received signals in a scatter plot.
标签: communication modulator baseband consists
上传时间: 2017-01-08
上传用户:ardager
Making plain binary ?les using a C compiler 电子书
标签: compiler Making binary plain
上传时间: 2013-12-12
上传用户:aix008
图论相关算法:a fast algorithm for non-bipartite maximal matching
标签: non-bipartite algorithm matching maximal
上传时间: 2014-09-08
上传用户:thesk123
A heap is a binary tree satisfying the following conditions: This tree is completely balanced. If the height of this binary tree is h, then leaves can be at level h or level h-1. All leaves at level h are as far to the left as possible. The data associated with all descendants of a node are smaller than the datum associated with this node.
标签: tree conditions completely satisfying
上传时间: 2014-01-01
上传用户:gundan
用src,dest分别存放旧内容,新内容的最可靠binary替换器
上传时间: 2014-07-08
上传用户:zyt