自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (132)
  • 收藏
  • 关注

原创 VC6.0、VS2005、VS2008安装STLport-5.2.1

  今天为了装STLport,搞了很久,主要是新版本以致搞VC6.0时,有很多要注意的。前文:  下载STLport源代码,解压到一个目录,例如:C:/STLport-5.2.1。下面我都用 %STLport% 表示解压的完全路径。根据解压的不同,各位用自己的目录替换这里的 %STLport% 就是(有点罗嗦了)。VC6.0安装STLport-5.2.1:  1、首先在…/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT中, 把%STLport%/stlport;

2010-06-03 23:02:00 3958 1

QtTabBar-v1.5.0.0b2

QtTabBar-v1.5.0.0b2 QtTabBar-v1.5.0.0b2

2011-09-13

notepad_src

notepad_src notepad_src notepad_src

2011-09-12

va for 2008

va for 2008

2011-09-12

R3版 CUI WinObj 源代码

R3版 CUI WinObj 源代码 供大家学习使用

2011-06-18

Visual Assist X 10.4(VA10.4 for vs2005&vs2008)VS助手

Visual Assist X 10.4(VA10.4 for vs2005&vs2008)VS助手 这么好的东西,不分享就太浪费了。 我刚安装了,好用啊。 vs2005和vs2008都能用。

2011-05-22

Cloud Application Architectures

Cloud Application Architectures 关于云计算的经典,是电子书!

2010-07-07

数据结构1800题包括完整答案(word版)

数据结构1800题包括完整答案(word版) 数据结构1800题包括完整答案(word版)

2010-06-13

ARM体系结构与编程

ARM体系结构与编程 这个是pdf格式的

2010-06-01

云计算的关键技术与应用实例.part2

云计算的关键技术与应用实例 这是书的光盘 共两部分,这是part1

2010-06-01

云计算的关键技术与应用实例.part1

云计算的关键技术与应用实例 这是书的光盘 共两部分,这是part1

2010-06-01

计算机病毒与反病毒技术

计算机病毒与反病毒技术 计算机病毒与反病毒技术

2010-05-30

经典SQL语句集锦(收藏版)

经典SQL语句集锦(收藏版) 经典SQL语句集锦(收藏版)

2010-05-30

C语言详解.Problem Solving and Program Design in C

C语言详解.Problem Solving and Program Design in C 英文版的pdf,很不好找的哦 共两部分:这是part1

2010-05-27

C语言详解.Problem Solving and Program Design in C

C语言详解.Problem Solving and Program Design in C 英文版的pdf,很不好找的哦 共两部分:这是part2

2010-05-27

深度探索关系数据库(Database in Depth)

数据库领域经典之作:深度探索关系数据库:实践者的关系理论 database In Depth 英文版的,中文版的翻译的太差了,英语还行就看英文吧 数据库关系理论之父E.F.Codd 亲密合作伙伴,关系模型理论重要贡献者,畅销三十余载《数据库系统导论》作才C.J.Data 先生最新经典力作 领悟关系数据模型之精髓 洞察关系数据库开发之先机

2010-05-26

Thinking In Java ( 第4版)

Thinking In Java ( 第4版) pdf格式,英文版的

2010-05-22

C++面向对象高效编程.part2

C++面向对象高效编程 pdf格式 共两部分,这是第二部分

2010-05-22

C++面向对象高效编程.part1

C++面向对象高效编程 这本书原来是pdg格式的,我转成了pdf格式的 方便大家 一共两部分,这是第一部分

2010-05-22

Windows用户态程序高效排错.pdf

Windows用户态程序高效排错 Windows用户态程序高效排错

2010-05-16

Microsoft Windows驱动程序模型设计.chm

Microsoft Windows驱动程序模型设计 中文版的哦

2010-05-16

C++ Standard Library: A Tutorial and Reference Nicolai M. Josuttis

C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions.

2010-05-16

More Exceptional C++

Organized in a practical problem-and-solution format, More Exceptional C++ picks up where the widely acclaimed Exceptional C++ leaves off, providing successful strategies for solving real-world problems in C++. Drawing from years of in-the-trenches experience, Herb Sutter provides tested techniques and practical solutions for programmers designing modern software systems with C++, from small projects to enterprise applications.

2010-05-16

Modern C++ Design

Modern C++ Design is an important book. Fundamentally, it demonstrates 'generic patterns' or 'pattern templates' as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never have dreamt was possible, but is. If your work involves C++ design and coding, you should read this book. Highly recommended.-Herb Sutter

2010-05-16

Inside the C++ Object Model

Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.

2010-05-16

Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions

Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.

2010-05-16

Essential C++

"Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers need to know to write real programs. His case study is effective and provides a familiar thread throughout the book." -Steve Vinoski, IONA

2010-05-16

Effective C++ & More Effective C++

Effective C++ & More Effective C++ Effective C++ & More Effective C++ Effective C++ & More Effective C++

2010-05-16

Design Patterns Explained: A New Perspective on Object-Oriented Design

"...I would expect that readers with a basic understanding of object-oriented programming and design would find this book useful, before approaching design patterns completely. Design Patterns Explained complements the existing design patterns texts and may perform a very useful role, fitting between introductory texts such as UML Distilled and the more advanced patterns books." -James Noble

2010-05-16

C++ Templates: The Complete Guide

Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides software architects and engineers with a clear understanding of why, when, and how to use templates to build and maintain cleaner, faster, and smarter software more efficiently.

2010-05-16

C++ FAQs---C++常见问题解答

In a concise and direct question-and-answer format, C++ FAQs, Second Edition brings you the most efficient solutions to more than four hundred of the practical programming challenges you face every day. Moderators of the on-line C++ FAQ at comp.lang.c++, Marshall Cline, Greg Lomow, and Mike Girou are familiar with C++ programmers' most pressing concerns. In this book, the authors concentrate on those issues most critical to the professional programmer's work, and they present more explanatory material and examples than is possible on-line. This book focuses on the effective use of C++, helping programmers avoid combining seemingly legal C++ constructs in incompatible ways.

2010-05-16

Applied C++

"I really like the software engineering advice given here. As the chief engineer/architect for a large development group, I can say with certainty that the advice given in this book about how real-world projects must work is right on the mark." -Steve Vinoski, coauthor of Advanced CORBA Programming with C++, columnist for C/C++ Users Journal and IEEE Internet Computing, and Chief Architect, IONA Technologies

2010-05-16

Design Patterns - Elements of Reusable Object-Oriented Software

Design Patterns - Elements of Reusable Object-Oriented Software

2010-05-16

Effective STL

Sure, the STL has iterators, algorithms, and function objects, but for most C++ programmers, it's the containers that stand out. More powerful and flexible than arrays, they grow (and often shrink) dynamically, manage their own memory, keep track of how many objects they hold, bound the algorithmic complexity of the operations they support, and much, much more. Their popularity is easy to understand. They're simply better than their competition, regardless of whether that competition comes from containers in other libraries or is a container type you'd write yourself. STL containers aren't just good. They're really good.

2010-05-16

Effcient C++ Programming Techniques

Far too many programmers and software designers consider efficient C++ to be an oxymoron. They regard C++ as inherently slow and inappropriate for performance- critical applications. Consequently, C++ has had little success penetrating domains such as networking, operating system kernels, device drivers, and others.

2010-05-16

Expert Oracle Database Architecture

Expert Oracle Database Architecture Oracle的又一好书,英文版

2010-05-15

Expert Oracle Database 10g Administration

Expert Oracle Database 10g Administration 不用多说了Oracle DBA的经典

2010-05-15

Oracle SQL Developer 2.1

Oracle SQL Developer 2.1 英文版的PDF

2010-05-15

Oracle数据库基础.Oracle Database Foundations

Oracle数据库基础.Oracle Database Foundations 这个是英文版的CHM

2010-05-15

设计高效数据库.Designing Effective Database Systems

设计高效数据 Designing Effective Database Systems 英文版的

2010-05-15

Excel函数应用500例

Excel函数应用500例 很经典的哦 ~~~

2010-05-15

空空如也

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

TA关注的人

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