搜索结果
找到约 8,542 项符合
with-code 的查询结果
数据结构 Data Structures and Algorithms with Object-Oriented Design Patterns in C# 这本书的范例代码dll自己反编译的source
Data Structures and Algorithms
with Object-Oriented Design Patterns in C#
这本书的范例代码dll自己反编译的source code
http://www.brpreiss.com/books/opus6/
Symbian This C++ code example provides a method for transferring objects or chunks of data from one device
This C++ code example provides a method for transferring objects or chunks of
data from one device to another via the Bluetooth OBEX protocol. These chunks
are typically files or other blocks of binary data. This example demonstrates
how to run OBEX on top of the Bluetooth RFCOMM protocol, but OB ...
软件工程 C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over
C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and to ...
编译器/解释器 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C ...
压缩解压 ITU-T G.729语音压缩算法。 description: Fixed-point description of commendation G.729 with ANNEX B Coding
ITU-T G.729语音压缩算法。
description:
Fixed-point description of commendation G.729 with ANNEX B Coding of Speech at 8 kbit/s using Conjugate-Structure Algebraic-Code-Excited Linear-Prediction (CS-ACELP) with Voice Activity Decision(VAD), Discontinuous Transmission(DTX), and Comfort Noise Generatio ...
电子书籍 This manual describes the Call Library Function Node and the Code Interface Node (CIN). The Call Li
This manual describes the Call Library Function Node and the Code
Interface Node (CIN). The Call Library Function Node and the CIN are
the LabVIEW programming objects you use to call compiled code from
text-based programming languages. This manual includes reference
information about libraries of fu ...
多国语言处理 Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in
Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI.
其他书籍 Anyone who interacts with today s modern databases needs to know SQL (Structured Query Language), th
Anyone who interacts with today s modern databases needs to know SQL (Structured Query Language), the standard language for generating, manipulating, and retrieving database information. In recent years, the dramatic rise in the popularity of relational databases and multi-user databases has fueled ...
其他书籍 μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with
μC/OS-II Goals
Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an
application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application
code should require only minor changes (if any). Als ...
压缩解压 The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams