您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C++ Strings

  2. It’s often mentioned that one of the failings of the C language is the lack of a true string type, one that can be assigned, manipulated, and compared. Many early C++ books show how to define and use a String class that provided the common operation
  3. 所属分类:C++

    • 发布日期:2009-05-07
    • 文件大小:105472
    • 提供者:song_0521
  1. C++ FAQs

  2. C++ FAQs Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book ? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do deve
  3. 所属分类:C++

    • 发布日期:2007-09-15
    • 文件大小:917504
    • 提供者:lovewhzlq
  1. Accelerated C++ Practical Programming by Example

  2. Chapter 0 Getting started 0.1 Comments 0.2 #include 0.3 The main function 0.4 Curly braces 0.5 Using the standard library for output 0.6 The return statement 0.7 A slightly deeper look 0.8 Details Chapter 1 Working with strings 1.1 Input 1.2 Framing
  3. 所属分类:Web开发

    • 发布日期:2009-08-09
    • 文件大小:894976
    • 提供者:xianxinpei
  1. Addison Wesley - C++ Gotchas

  2. Chapter 1. Basics Gotcha #1: Excessive Commenting Gotcha #2: Magic Numbers Gotcha #3: Global Variables Gotcha #4: Failure to Distinguish Overloading from Default Initialization Gotcha #5: Misunderstanding References Gotcha #6: Misunderstanding
  3. 所属分类:C++

    • 发布日期:2007-09-22
    • 文件大小:734208
    • 提供者:ojlovecd
  1. Addison Wesley - C++ Templates

  2. Chapter 1. About This Book Section 1.1. What You Should Know Before Reading This Book Section 1.2. Overall Structure of the Book Section 1.3. How to Read This Book Section 1.4. Some Rem arks About Programming Style Section 1.5. The Standard ver
  3. 所属分类:C++

    • 发布日期:2007-09-22
    • 文件大小:754688
    • 提供者:ojlovecd
  1. [CHM]Addison Wesley - Inside the C++ Object Model.chm

  2. Inside the C++ Object Model is aimed at those developers who routinely use C++ but feel the discomfort of not really knowing the underlying weight of many common operations they perform or constructs they peruse. A particularly fit subset of these p
  3. 所属分类:C++

    • 发布日期:2009-09-23
    • 文件大小:673792
    • 提供者:leonid20042000
  1. 微软C#3.0 Specification

  2. 微软官方关于C#3.0的参考书,Doc版 1. Introduction 1 1.1 Hello world 1 1.2 Program structure 2 1.3 Types and variables 4 1.4 Expressions 6 1.5 Statements 8 1.6 Classes and objects 12 1.6.1 Members 12 1.6.2 Accessibility 13 1.6.3 Type parameters 13 1.6.4 Base clas
  3. 所属分类:Access

    • 发布日期:2009-09-24
    • 文件大小:2097152
    • 提供者:timsonboy
  1. C语言圣经(英文版)

  2. Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line Counting W
  3. 所属分类:C

    • 发布日期:2009-10-09
    • 文件大小:254976
    • 提供者:xiancaonima
  1. Learn the MFC C++ Classes (en)

  2. Learn the MFC C++ Classes Introduction Learn the MFC C++ Classes Acknowledgment Chapter 1—Windows and MFC Windows Operating Systems and MFC C++ Compilers and MFC Windows User Inputs to a Window Messages MFC and Windows OS Interaction The Structure o
  3. 所属分类:C++

    • 发布日期:2009-10-21
    • 文件大小:7340032
    • 提供者:conquerwave
  1. programing in C

  2. 一本实用的C语言入门教程 英文版 Contents At a Glance Preface xvii 1 Introduction 1 2 Some Fundamentals 5 3 Compiling and Running Your First Program 11 4 Variables, Data Types, and Arithmetic Expressions 21 5 Program Looping 43 6 Making Decisions 65 7 Working with
  3. 所属分类:C

    • 发布日期:2009-10-29
    • 文件大小:4194304
    • 提供者:rjlovexrr
  1. \the c programming language

  2. C经典书籍 The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic E
  3. 所属分类:C

    • 发布日期:2009-11-05
    • 文件大小:254976
    • 提供者:MeteorRed
  1. C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond

  2. Copyright The C++ In-Depth Series Titles in the Series Preface Acknowledgments Dave's Acknowledgments Aleksey's Acknowledgments Making the Most of This Book Supplementary Material Trying It Out Chapter 1. Introduction Section 1.1. Getting Started Se
  3. 所属分类:C++

    • 发布日期:2009-11-20
    • 文件大小:649216
    • 提供者:microcode
  1. The Annotated C++ Reference Manual

  2. Contents 1 C++ Extensions 3 1.1 Design Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2 Elementary Execution Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:C++

    • 发布日期:2009-12-12
    • 文件大小:1048576
    • 提供者:mhtsahng
  1. C++标准(Standard for Programming Language C++)

  2. 该资源不适合C、C++初学者,可作为C++高手向大师级进化的参考书。 内容: ... 17 Library introduction 17.1 General 17.2 The C standard library 17.3 Definitions 17.4 Additional definitions 17.5 Method of descr iption (Informative) 17.6 Library-wide requirements 18 Language support lib
  3. 所属分类:C

    • 发布日期:2009-12-15
    • 文件大小:10485760
    • 提供者:labplant
  1. Addison Wesley-Starting Out with C++ 2008.pdf

  2. In Starting Out with C++: From Control Structures through Objects, Gaddis covers control structures, functions, arrays, and pointers before objects and classes. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical re
  3. 所属分类:C++

    • 发布日期:2010-01-12
    • 文件大小:15728640
    • 提供者:antkey
  1. C++ Standard Library

  2. Table of Contents Preface Acknowledgments 1. About this Book 1.1 Why this Book 1.2 What You Should Know Before Reading this Book 1.3 Style and Structure of the Book 1.4 How to Read this Book 1.5 State of the Art 1.6 Example Code and Additional Infor
  3. 所属分类:C++

    • 发布日期:2010-02-03
    • 文件大小:4194304
    • 提供者:luoweijiangcom
  1. Improving Large Vector Operations BLAS, LAPACK, ATLAS with C++

  2. Improving Large Vector Operations BLAS, LAPACK, ATLAS with C++
  3. 所属分类:C++

    • 发布日期:2010-02-07
    • 文件大小:919552
    • 提供者:liuzhuang007
  1. C++ Hackers Guide

  2. Table of Contents Real World Hacks................................................................................................9 Hack 1: Make Code Disappear..........................................................................10 Hack 2: Let S
  3. 所属分类:C++

    • 发布日期:2010-03-15
    • 文件大小:2097152
    • 提供者:zltension1
  1. C++ Concurrency in Action MAEP Sep 2010

  2. Table of Contents Chapter One: Introduction Chapter Two: Managing Threads Chapter Three: Sharing Data Chapter Four: Synchronizing Concurrent Operations Chapter Five: The C++ Memory Model and Operations on Atomic Types Chapter Six: Designing Data Str
  3. 所属分类:C++

    • 发布日期:2010-03-25
    • 文件大小:1048576
    • 提供者:godghdai
  1. Mastering Algorithms with C.chm

  2. Part I: Preliminaries Chapter 1. Introduction Section 1.1. An Introduction to Data Structures Section 1.2. An Introduction to Algorithms Section 1.3. A Bit About Software Engineering Section 1.4. How to Use This Book Chapter 2. Pointer Manipulation
  3. 所属分类:C

    • 发布日期:2010-05-26
    • 文件大小:1048576
    • 提供者:yongjun_charlie
« 12 3 4 5 6 7 8 9 10 ... 32 »