搜索结果
找到约 8,775 项符合
PROGrammer-TO 的查询结果
通讯编程文档 The libosip library is known to compile on various platform: * GNU/Linux * MacOSX (Darwin) * O
The libosip library is known to compile on various platform:
* GNU/Linux
* MacOSX (Darwin)
* OpenBsd 3.1/3.2 // (FreeBSD&NetBSD should also work)
* Windows NT/95/2000 (VC++6.0 or cygwin)
* Solaris
* HP-Unix.
* VxWorks.
* Some embedded systems with linux.
* WinCE (report to be possible) ...
其他书籍 Introduction to 3D Game Programming with DirectX 9
Introduction to 3D Game Programming with DirectX 9
Java书籍 Getting Started with JBoss 4.0 Release 5 The goal of this book is to get you up and running J2EE 1
Getting Started with JBoss 4.0
Release 5
The goal of this book is to get you up and running J2EE 1.4 applications on JBoss 4.0 as quickly as possible.
单片机开发 contain many examples code for I2c,UART,string ,digital convert, read/write to EEprom in microchip P
contain many examples code for I2c,UART,string ,digital convert, read/write to EEprom in microchip PIC16xx series. and the default compiler is hitech PIC16.
VC书籍 Beyond the C++ Standard Library: An Introduction to Boost By Bjö rn Karlsson ...............
Beyond the C++ Standard Library: An Introduction to Boost
By Bjö rn Karlsson
...............................................
Publisher: Addison Wesley Professional
Pub Date: August 31, 2005
ISBN: 0321133544
Pages: 432
VC书籍 Effective C++ Third Edition 55 Specific Ways to Improve Your Programs and Designs By Scott Meyers
Effective C++ Third Edition 55 Specific Ways to Improve Your Programs and Designs
By Scott Meyers
...............................................
Publisher: Addison Wesley Professional
Pub Date: May 12, 2005
Print ISBN: 0-321-33487-6
Pages: 320
汇编语言 i2c protocol,this program to 8951 hardware systems
i2c protocol,this program to 8951 hardware systems
微处理器开发 This the code using PIC MCU to control
This the code using PIC MCU to control
操作系统开发 it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefect
it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.
操作系统开发 use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my c
use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space.