Android攻略第二版Android Recipes2nd Edition Dec2012含源代码 内容结构: Table of Contents 1. Getting Started with Android 2. User Interface Recipes 3. Communications and Networking 4. Interacting with Device Hardware
VC操作Word文件 1. 需要Word 2003及以上版本支持;2. 整合msword.h和msword.cpp,并放在msword11命名空间下;3. #include "msword.h"后,使用using namespace msword11;添加命名空间,或以msword11::xxx的方式
jquery.validation工具 jquery的validation,官网下载的东西,内含message.js及示例,在localization目录下有多国语言版本的message.js,如简体中文的message_zh.js。
Python学习手册第三版中英文版及源代码 Python学习手册第三版,en中是英文原版,chs是简体中文译本,src中是该书示例代码,喜欢此书请购买正版。 作者简介 作者:(美国)MarkLutz MarkLutz,是世界级的Python培训讲师。他是畅销Python书籍的作者,从1992年起,他就是Python社区的先锋。他也是《Pro
Cryptography in C and C++Second Edition With Source Code 密码学算法的C、C++语言实现,不错的一本书,喜欢请购买正版。Thisbookcoverseverythingyouneedtoknowtowriteprofessional-levelcryptographiccode.Thisexpanded,improvedsecondeditioninclu
Go语言入门含源码The Way toGo with source code TheWaytoGo,:AThoroughIntroductiontotheGoProgrammingLanguage英文书籍,已Crossthewall,从Google获得书中源代码,分享一下。喜欢请购买正版。目录如下:ContentsPreface........................
Pro WPF4.5in C#Pro WPF系列第四版英文书及其源代码 Microsoft'sWindowsPresentationFoundation(WPF)providesyouwithadevelopmentframeworkforbuildinghigh-qualityuserexperiencesfortheWindowsoperatingsystem.It
Java Concurrency in Practice Java并发编程实践中英文版 Java并发编程实践,压缩包包含其中文版、英文版及书中的代码示例。喜欢本书请购买正版,英文原版及中文译本目录如下:目录英文原版:ListingsxiiPrefacexviiChapter1:Introduction11.1A(very)briefhistoryofconcurrency11.2Ben