自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (16)
  • 收藏
  • 关注

空空如也

GoF 23种设计模式解析附C++实现源码

GoF 23种设计模式解析附C++实现源码

2011-11-10

道法自然 面向对象实践指南(包括源代码)

道法自然 面向对象实践指南(包括源代码)

2011-11-10

深入分析Linux内核源码

Linux内核全部源代码是一个庞大的世界,大约有200多万行,占60MB左右的空间。因此,如何在这庞大而复杂的世界中抓住主要内容,如何找到进入Linux内部的突破口,又如何能把Linux的源代码变为自己的需要,这就是本书要探讨的内容。

2010-05-14

wxWidgets-2.8.10版本的源码

wxWidgets-2.8.10版本的源码

2010-05-14

嵌入式C/C++语言精华文章集锦

嵌入式C/C++语言精华文章集锦中收集了很多有关嵌入式C/C++的问题解析,是一本精选书籍!

2009-04-17

逆向C++(reverse C++)

这些年来,逆向工程分析人员一直是凭借着汇编和C的知识对大多数软件进行逆向工程的,但是,现在越来的越多程序和恶意软件转而使用C++开发,因此理解C++的面向对象方式开发的软件的反汇编技术就显得越发的必要。

2009-04-17

w77e58中文资料手册

W77E58是一个快速8051 兼容微控制器;它的内核经过重新设计,提高了时钟速度和存储器访问周期 速度。经过这种改进以后,在相同的时钟频率下,它的指令执行速度比标准8051 要快许多。一般来 说,按照指令的类型,W77E58的指令执行速度是标准8051的1.5-3倍。整体来看,W77E58的速度比标 准的8051快2.5倍。在相同的吞吐量及低频时钟情况下,电源消耗也降低。由于采用全静态CMOS设 计,W77E58能够在低时钟频率下运行。W77E58内含32KB Flash EPROM,工作电压为4.5v-5.5v,具 有 1KB片上外部数据存储器,当用户应用时使用片上SRAM代替外部SRAM,可节省更多I/O口。

2009-04-17

MyEclipse 6 Java EE 开发中文手册

MyEclipse 6.0 集中了开源和商业软件的开发支持的大多数框架,方便易用,功能强大,获得了广大开发人员的喜爱。用它来开发比自己用Eclipse然后到处找插件安装要方便快捷的多。它支持开发基于Spring, Hibernate, Struts, JSF, JPA, EJB, Web Service 等 Java EE 技术的项目。本书就如何使用MyEclipse开发Java EE应用进行简要的介绍,部分内容基于本人翻译的MyEclipse帮助文档。因为作者的水平有限,本书不可能涵盖MyEclipse或者Eclipse的方方面面,仅供初学者作为参考书来使用。

2008-11-01

The C++ Programming Language Special 3rd Edition(英文版)

I find using C++ more enjoyable than ever. C++’s support for design and programming has improved dramatically over the years, and lots of new helpful techniques have been developed for its use. However, C++ is not just fun. Ordinary practical programmers have achieved significant improvements in productivity, maintainability, flexibility, and quality in projects of just about any kind and scale. By now, C++ has fulfilled most of the hopes I originally had for it, and also succeeded at tasks I hadn’t even dreamt of. This book introduces standard C++† and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. New language features such as namespaces, exceptions, templates, and runtime type identification allow many techniques to be applied more directly than was possible before, and the standard library allows the programmer to start from a much higher level than the bare language. About a third of the information in the second edition of this book came from the first. This third edition is the result of a rewrite of even larger magnitude. It offers something to even the most experienced C++ programmer; at the same time, this book is easier for the novice to approach than its predecessors were. The explosion of C++ use and the massive amount of experience accumulated as a result makes this possible. The definition of an extensive standard library makes a difference to the way C++ concepts can be presented. As before, this book presents C++ independently of any particular implementation, and as before, the tutorial chapters present language constructs and concepts in a ‘‘bottom up’’ order so that a construct is used only after it has been defined. However, it is much easier to use a welldesigned library than it is to understand the details of its implementation. Therefore, the standard library can be used to provide realistic and interesting examples well before a reader can be assumed to understand its inner workings. The standard library itself is also a fertile source of programming examples and design techniques.

2008-11-01

高质量C++编程指南

作者: 林锐博士 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我 以前捏造的C++/C 程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1 个读者的 建议。

2008-11-01

Live For Love United----world cup 2002

there is not code for this resource,so all of us don't to download it,thank you!

2008-10-25

深度探索C++对象模型(简体中文版)

Stanley B.Lippman 著 侯捷 译 经典的外国C++高级书籍Inside the C++ Object Model的中文版

2008-10-19

《数据结构与算法分析 C++ 描述 第三版》

Included in this manual are answers to many of the exercises in the textbook Data Structures and Algorithm Analysis in C++, third edition, published by Addison-Wesley. These answers reflect the state of the book in the first printing of the third edition. Specifically omitted are general programming questions and any question whose solution is pointed to by a reference at the end of the chapter. Solutions vary in degree of completeness; generally, minor details are left to the reader. For clarity, the few code segments that are present are meant to be pseudo-C++ rather than completely perfect code. Errors can be reported to [email protected].

2008-10-14

linux内核0.11完全注释

linux内核0.11完全注释,赵炯作 详细讲解了linux的内核相关的核心知识

2008-10-14

thinking in c++

thinking in c++

2007-10-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除