搜索资源列表
piaoliang
- 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in search of a tree to delete two chi
key.rar
- 用vb编的触摸屏软键盘源代码,具有键盘的所有功能,方便操作,Vb series with touch-screen soft keyboard source code, with all the features of the keyboard to facilitate operation
37724112[KEY]12864LcdClock_realV1.01
- vb方面的编程,条形码编程。希望对大家有用。-vb aspects of programming, bar code programming. Want to be useful to everyone.
mfcc
- 语音识别mfcc关键代码matlab代码描述,可以作为借鉴-The speech recognition mfcc Key code matlab code descr iption, can be used as a reference
lpcc
- 本源码为语音识别中lpcc(线性预测倒谱系数)的计算方法。经试验,可用。为方便大家理解,关键语句和函数后面都加上了注释。-The source code for speech recognition in lpcc (Linear Prediction Cepstrum Coefficient) is calculated. After testing, can be used. To facilitate the understanding of everyone, the key behin
KEY
- AT89C2051控制键盘,返回键码至主单片机-AT89C2051 controls the 4x4 keyboard,returns the code to main MSP
PS2Key
- ps2键盘与51单片机通信 拥有基本功能的键码输入 应用于单片机设计的键盘输入方面非常的实用-ps2 keyboard with 51 single-chip communication has a key code of the basic functions of input used in single-chip design of the keyboard is very practical
SQL
- 提供SQL的语法和相关内容,帮助大家学习-Key code
mazhilang
- 本程序由汇编语言设计: 功能分四大块: 1:Read Cmos message 读取一些Cmos 中的信息,并显示。 2: Show The Time 显示当前日期和时间。 3:Test the Key_Board 测试按键,每按一键,相应显示该键的Asci 码 和 Scan 码。 4:Math operation 由用户输入算术式,以 = 结束,相应在屏幕上显示结果。运算符号 包括 + , - , * , / 。 5:Escap
key
- 按任意键在键盘上就会显示相应的键码,而且会左移-Press any key on the keyboard will display the corresponding key code, but also left
key
- 调速流水灯程序,C语言,源码,一个很小很简单的程序-Light Speed program flow, C language, source code, a very small and very simple program
Delphi_Programming_method_of_shielding_heat_Kai_ke
- Delphi编程开发屏蔽热启键方法代码Delphi Programming method of shielding heat Kai key code-Delphi Programming method of shielding heat Kai key code
chengxu
- 阵列按键键码读取(利用C语言编程)GCC编译器-Button key code to read array
contro-LED-by-key
- 本程序提供通过按键来控制LED的源代码,已经经过测试,能稳定运行-This program provides keys to control the LED through the source code has been tested to run stable
huanchun
- delphi键盘缓存读取操作键的代码示例,希望对大家有所帮助-delphi keyboard cache read operation key code example, we want to help
KEY-TOOL
- 软件超级加密锁检测工具源代码,用易语言编写.-Super-encryption software source code lock detection tool, with easy language.
Nod32-verification-key-and-download-upload
- this is code source for Nod32 verification key and download Update
code
- #include <QMap> #include <QMapIterator> #include <QDebug> int main() { QMap<QString, int> map map["one"] = 1 // insert using the [] operator map["two"] = 2 map.insert("seven", 7) // insert using ins
key
- C code for one kind of usefull KEYscan -C code for one kind of usefull KEYscan .....
The-button-simulator-assembler-code
- 用汇编语言写的按键模拟器,附带全部RadASM汇编源码及生成的程序。源码请看附件。-With key simulator written in assembly language, incidental all RadASM assembler source code and generate the program. Source See Annex.