搜索结果
找到约 7,514 项符合
Lock-in 的查询结果
Java书籍 Thinking in Java 的中文版(CHM)当初找他花了不少工夫
Thinking in Java 的中文版(CHM)当初找他花了不少工夫,现在奉上.
压缩解压 In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and t ...
压缩解压 UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is in
UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this programto a non-IBM system, I would appreciate a c ...
Java书籍 《《Thinking in Java》中文版》包括:《Thinking in Java》和《ThinkInJava2000》
《《Thinking in Java》中文版》包括:《Thinking in Java》和《ThinkInJava2000》
其他 How to use InternetStatus.dll get the internet stautus? use the code as list in the Delphi Applicati
How to use InternetStatus.dll get the internet stautus? use the code as list in the Delphi Application code editing region
嵌入式/单片机编程 ucos for vc ucos compiled and run in vc
ucos for vc ucos compiled and run in vc
其他 Using Timers in MFC Applications在MFC应用程序中使用时间
Using Timers in MFC Applications在MFC应用程序中使用时间
其他 How to send debugging output to a console in a MFC application
How to send debugging output to a console in a MFC application
matlab例程 This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In par
This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In particular, it simulates the Radio Configuration 3 of a Forward Fundamental channel. The block CDMA2k: Initial settings allows you to set different parameters such as data rate, Power Control SubChannel ...
其他 An automata implemented in C++ for searching a string of "abab" in a given string.
An automata implemented in C++ for searching a string of "abab" in a given string.