搜索结果
找到约 2,810 项符合
index-by 的查询结果
Java书籍 Wiley Professional Ajax By Nicholas C. Zakas, Jeremy McPeak & Joe Fawcett Professional Ajax provide
Wiley Professional Ajax By Nicholas C. Zakas, Jeremy McPeak & Joe Fawcett
Professional Ajax provides a developer-level tutorial of Ajax techniques, patterns, and use
cases.
电子书籍 VHDL Programming by Example(McGraw.Hill著 电子版)
VHDL Programming by Example(McGraw.Hill著 电子版)
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
VC书籍 More Exceptional C++ By Herb Sutter Publisher : Addison Wesley Pub Date : December 17, 2001
More Exceptional C++
By Herb Sutter
Publisher : Addison Wesley
Pub Date : December 17, 2001
ISBN : 0-201-70434-X
Pages : 304
VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of
The Art of C++
by Herbert Schildt ISBN:0072255129
McGraw-Hill/Osborne &copy 2004
The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread contr ...
人工智能/神经网络 solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graph
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.
人工智能/神经网络 An Introduction to Genetic Algorithms for Scientists and Engineers By David Coley, World Scientific
An Introduction to Genetic Algorithms for Scientists and Engineers
By David Coley, World Scientific Press, 1999 (US$28 / £ 19.04)
书中的算法源程序
书籍源码 bittorrent source by python. please enjoy
bittorrent source by python.
please enjoy
数据结构 Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY
Turbo C - (C) Copyright 1987, 1988 by Borland International */
#define S_IREAD 0x0100 /* from SYS\STAT.H */
#define S_IWRITE 0x0080 /* from SYS\STAT.H */
#define TRUE 1
#define FALSE 0
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue. ...