Index (D-E)

%d格式 (%d format)
Darwin, Charles
数据 (data)
  抽象 (abstraction)
  抽象和继承 (abstraction vs inheritance)
  成员,指针指向 (membr, pointer to)
  每个对象 (per-object)
  每个类型 (per-type)
data()
日期 (date)
  歧义性 (ambiguous)
  格式%x (fomat %x)
  格式 (format of)
  输入 (input of)
  输出 (output of)
  范围 (range)
Date实例
Date_format实例
Date_in实例
dateorder
date_order()
DBL_MINEXP
释放数组 (deallocte array)
deallocate()
释放,分配和 (deallocation, allocation and)
排错 (debugging)
dec
十进制 (decimal)
  输出 (output)
decimal_point ( )
  moneypunct
决策,延迟 (decision, delaying)
声明 (declaration)
  和定义,与C的差异 (and definition, difference from C)
  和定义,namespace成员 (and definition, namespace member)
  class
  friend
  函数 (function)
  在条件里 (in condition)
  在for语句里 (in for statement)
  成员类的,前向 (of member class, forward)
  声明点 (point of)
declaration
声明,保持一致性 (declarations, keeping consistent)
声明运算符 (declarator operator)
declarator
分解,功能 (decomposition, functional)
减小vector的容量 (decrease capacity of vector)
减量 (decrement)
  增量和减量 (increment and)
  operator--
推断template参数 (deducing template argument)
默认 (default)
  分配器 (allocator)
  参数 (argument)
  参数值,例子 (argument value, example of)
  比较 (comparison)
  建构函数 (constructor)
  复制建构函数 (copy constructor)
  初始式 (initializer)
  locale
  template参数 (argument)
  值 (value)
  值,提供 (value, supplying)
default
#define
定义 (definition)
  class
  template的上下文 (context of template)
  与C声明和定义的差异 (diffrence from C declaration and)
  函数 (function)
  在类内 (in-class)
  namespace成员声明和 (member declaration and)
  常量的,在类内 (of constant, in-class)
  virtual函数的 (of virtual function)
  定义点 (point of)
  使用指令和 (using-directive and)
异常时安全性的等级 (degrees of exception safety)
推迟的 (delayed)
  复制 (copy)
  资源申请 (resource acquisition)
推迟决策 (delaying decision)
委托 (delegation)
删除 (delete)
  从序列删除元素 (element from sequence)
  从hash_map
delete
  和废料搜集 (and garbage collection)
  数组 (array)
  delete[]和
  运算符 (operator)
  大小和 (size and)
delete(),operator
delete[]
  和delete
delete[](),operator
delete_ptr() 实例
denorm_min()
依赖性 (dependency)
  创建 (create)
  硬件 (hardware)
  继承 (inheritance)
  最小化 (minimize)
  于template参数 (on template argument)
  参数化和 (parameterization and)
  使用 (use)
依赖的名字 (dependent name)
贬斥 (deprecated)
  C风格强制 (C-style cast)
  特征 (feature)
  非const字符串常量 (non-const string literal)
  static
<deque>
deque
  和异常 (and exception)
  双端队列 (double-ended queue)
派生,具体类型和 (derivation, concrete type and)
派生 (derive)
  从具体类 (from concrete class)
  没有virtual (without virtual)
派生的 (derived)
  和友元 (and friend)
  赋值 (assignment)
  类 (class)
  类 : (class : )
  class,基类和 (class, base and)
  为派生类的建构函数 (class, constructor for)
  为派生类的析构函数 (class, destructor for)
  派生类的成员 (class, member of)
  异常 (exception)
设计 (design)
  I/O
  抽象类和 (abstract class and)
  目标 (aims)
  算法 (algorithm)
  选择 (alternative)
  和分析 (and analysis)
  和类 (and classes)
  和语言 (and language)
  和语言间的隔阂 (and language, gap between)
  和程序设计 (and programming)
  参考文献 (bibliography)
  类层次结构 (class hierarchy)
  合作 (collaboration)
  容器 (container)
  准则,locale (criteria, locale)
  错误 (error)
  为测试 (for testing)
  怎样开始 (how to start a)
  混成 (hybrid)
  继承和 (inheritance and)
  完整性 (integrity of)
  语言和编程语言 (language and programming language)
  方法 (method)
  方法,选择一种 (method, choosing a)
  面向对象 (object-oriented)
  C++ 的
  []的
  访问运算符的 (of access operator)
  重用 (reuse)
  的稳定性 (stability of)
  阶段 (stage)
  标准库 (standard library)
  步骤 (steps)
  string
  template在设计中
  工具,黑板 (tool, blackboard as)
  工具,讲解 (tool, presentation as)
  工具,教学 (tool, tutorial as)
  工具 (tools)
  的单位 (unit of)
设计师和编码员 (designers, coders and)
destroy()
析构 (destruction)
  建构和(construction and)
  建构和析构的顺序 (order of construction and)
析构函数 (destructor)
  和废料搜集 (and garbage collection)
  和union
  反常,建构函数和 (anomaly, constructor and)
  atexit() 和
  公共代码和 (common code and)
  建构函数和 (constructor and)
  异常和 (exception and)
  异常时安全性 (exception safety and)
  显式调用 (explicit call of)
  为派生类 (for derived class)
  virtual
  ~ 和
开发 (development)
  循环 (cycle)
  过程 (process)
  软件 (software)
  阶段 (stage)
诊断 (diagnostics)
钻石型继承 (diamond-shaped inheritance)
字典 (dictionary)
  见map
差异 (difference)
  与C
  与C //
  与C参数类型 (argument type)
  与C数组初始式 (array initializer)
  与C声明和定义 (declaration and definition)
  与C enum
  与C函数调用 (function call)
  与C函数定义 (function definition)
  与C初始化和goto (initialization and goto)
  与C int,隐含 (implicit)
  与C跳过初始化 (jump past initialization)
  与C宏 (macro)
  与C作用域 (scope)
  与C sizeof
  与C struct 名字 (name)
  与C void* 赋值 (assignment)
difference_type
  basic_string
digits
digitsl
二联符 (digraph)
  %:
  %:%:
  %>
  :>
  <%
  <:
直接操纵 (direct manipulation)
有向无环图 (directed acyclic graph)
方向 (direction)
  查找的,seekdir (of seek, seekdir)
  seekg()的
  seekp()的
指令 (directive)
  # 预处理 (preprocessing)
  template实例化 (instantiation)
异常的辨别 (discrimination of exception)
伪装的指针 (disguised pointer)
指派,双 (dispatch, double)
distance()和 ?
分布 (distribution)
  指数 (exponential)
  均匀 (uniform)
div()
划分 (divide)
  分治法,复杂性 (and conquer, complexity)
除法运算符 / (divide operator)
divides /
div_t
do语句 (do statement)
do_compare(),collate
文档 (documentation)
do_hash( ),collate
定义域错误 (domain error)
主导 (dominance)
点积 (dot product)
do_transform ( ),collate
双 (double)
  指派 (dispatch)
  引号 (quote)
double
  long
  输出 (output)
双端队列deque (double-ended queue deque)
双链表 (doubly-linked list)
向下强制 (down cast)
draw_all() 实例
Duff设施 (Duff’s device)
重复关键码 (duplicate key)
动态 (dynamic)
  存储 (memory)
  存储 (store)
  类型检查 (type checking)
  类型检查,误用 (type checking, misuse of)
dynamic_cast
  和歧义性 (and ambiguity)
  和static_cast
  bad_cast和
  的实现 (implementation of)
  对引用 (to reference)
  的使用 (use of)

%e 格式 (format)
eatwhite()
eback()
EDOM
效率 (efficiency)
  和联系 (and coupling)
  和通用性 (and generality)
  操作的 (of operation)
egptr()
元素 (element)
  访问 (access)
  访问,list (access, list)
  访问,map (access, map)
  的地址 (address of)
  数组元素的建构函数 (constructor for array)
  第一个 (first)
  从序列删除 (from sequence, delete)
  最后一个 (last)
  对象,数组 (object, array)
  对元素的要求 (requirements for)
  到序列里,加入 (to sequence, add)
#elif
eliminate_duplicates()实例
清除 (elimination)
  副本 (of copy)
  程序员 (of programmers)
  临时量 (of temporary)
椭圆,圆和 (ellipse, circle and)
省略号... (ellipsis ...)
#else
else
重点,实例和 (emphasis, examples and)
Employee实例
空string (empty string)
empty()
  string
封装 (encapsulation)
  完全 (complete)
encoding(),codecvt
end,seekdir和
end()
  basic_string
  迭代器 (iterator)
#endif
endl
  和std
ends
工程,视图 (engineering, viewgraph)
enum
  和整数 (and integer)
  bitset和
  转换,无定义 (conversion, undefined)
  与C的差异 (difference from C)
  成员 (member)
  sizeof
  用户定义运算符和 (user-defined operator and)
枚举 (enumeration)
  开关 (switch on)
枚举符 (enumerator)
  作为类内常量 (as in-class constant)
EOF
eof()
  char_traits
eofbit
epptr()
epsilon()
eq(),char_traits
eq_int_type(),char_traits
等于运算符== (equal operator ==)
equal()
相等 (equality)
  和比较 (and comparison)
  hash_map
  没有== (without==)
equal_range()
  在map里
equal_to ==
等价,类型 (equivalence, type)
Erand
ERANGE
erase()
  和异常 (and exception)
  在string里 (in string)
  map
  vector
errno
<errno.h>
错误 (error)
  分析 (analysis)
  设计 (design)
  定义域 (domain)
  异常和 (exception and)
  处理 (handling)
  处理,C风格 (handling, C-style)
  其他处理方式 (handling alternative)
  处理,多层次 (handling, multilevel)
  连接 (linkage)
  循环和 (loop and)
  范围 (range)
  恢复 (recovery)
  报告 (reporting)
  运行时 (run-time)
  序列 (sequence)
  状态 (state)
  string
#error
换意字符 \ (escape character \)
基本运算符 (essential operators)
求值 (evaluation)
  延迟 (lazy)
  顺序 (order of)
  短路 (short-circuit)
事件 (event)
  非同步 (asynchronous)
  驱动的模拟 (driven simulation)
event
event_callback
实例 (example)
  (糟糕的), Shape
  Assoc
  Bomb
  Buffer
  Car
  Checked
  Checked_iter
  Clock
  Cowboy
  Cvt_to_upper
  Date
  Date_format
  Date_in
  Employee
  Expr
  Extract_officers
  Filter
  Form
  Hello, world!
  Io_obj
  Ival_box
  Lock_ptr
  Matrix
  Money
  My_messages
  My_money_io
  My-punct
  Object
  Plane
  Pool
  Range
  Rational
  Saab
  Safe
  Season
  Season <<
  Season >>
  Set
  Set_controller
  Shape
  Slice_iter
  Stack
  Storable
  String
  String_numput
  Substring
  Table
  Tiny
  Unsafe
  Vector
  Vehicle
  Window
  cache
  计算器 (calculator)
  callC()
  call_from_C()
  云层 (cloud)
  delete_ptr()
  do_it()
  draw_all()
  eliminate_duplicates()
  identity()
  iocopy()
  iosbase::Init
  iseq()
  成员模板 (member template)
  默认模板参数 (of default argument value)
  输入 (of input)
  运算符重载 (of operator overloading)
  引用 (of reference)
  用户定义存储管理 (of user-defined memory management)
  oseq()
  scrollbar
  sort
  update()
实例和重点 (examples and emphasis)
异常 (exception)
  C和
  C函数和
  I/O
  I/O流和 (stream and)
  算法和 (algorithm and)
  和 <<
  和算法 (and algorithm)
  和数组 (and array)
  和建构函数 (and constructor)
  和析构函数 (and destructor)
  和错误 (and error)
  和函数 (and function)
  和界面 (and interface)
  和不变式 (and invariant)
  和 main()
  和成员 (and member)
  和成员初始化 (and member initialization)
  和多重继承 (and multiple inheritance)
  和new
  和递归函数 (and recursive function)
  和子对象 (and sub-object)
  和无定义行为 (and undefined behavior)
  关联容器和 (associative container and)
  atexit()和
  bad_alloc
  bsearch()和
  捕捉全部 (catch every)
  clear()和
  complex和
  容器和 (container and)
  的复制 (copy of)
  的代价 (cost of)
  deque和
  派生的 (derived)
  的辨别 (discrimination of)
  erase()和
  goto和
  结组 (grouping)
  保证 (guarantee)
  保证综述 (guarantee summary)
  处理器 (handler)
  处理 (handling)
  初始化和 (initialization and)
  insert()和
  不变式和 (invariant and)
  iostream和
  istream和
  迭代器和 (iterator and)
  list和
  map和
  映射 (mapping)
  new和
  ostream和
  指针和 (pointer and)
  pop_back()和
  pop_front()和
  谓词和 (predicate and)
  push_back()和
  push_front()和
  qsort()和
  引用和 (reference and)
  remove()和
  remove_if()和
  库的规则 (rules for library)
  runtime_error
  安全性 (safety)
  安全性和析构函数 (safety and destructor)
  安全性条件 (safety condition)
  安全性,等级 (safety, degrees of)
  安全性,技术 (safety, techniques for)
  sort()和
  splice()和
  标准 (standard)
  标准库和 (standard library and)
  string和
  swap()和
  透明性 (transparency)
  的类型 (type of)
  未捕捉的 (uncaught)
  未预期的 (unexpected)
  uninitialized_copy()和
  uninitialized_fill()和
  uninitialized_fill_n()和
  unique()和
  valarray和
  vector和
<exception>
异常层次结构 (exception hierarchy)
exceptions()
异常时安全的代码 (exception-safe code)
exception-specification
  检查 (checking of)
不相交或运算符 ^,按位 (exclusive or operator ^, bitwise)
耗尽 (exhaustion)
  自由存储 (free store)
  存储器 (memory)
  资源 (resource)
exit()
exp(),valarray
试验和分析 (experimentation and analysis)
显式的 (explicit)
  调用析构函数 (call of destructor)
  限定 :: (qualification ::)
  template参数 (template argument)
  template实例化 (template instantiation)
  类型转换 (type conversion)
explicit建构函数 (explicit constructor)
指数的大小 (exponent, size of)
指数分布 (exponential distribution)
指数,vector (exponentiation, vector)
export
Expr实例
expr()
  complex
表达式 (expression)
  条件 (conditional)
  常量 (constant)
  完整 (full)
expression
扩充的类型信息 (extended type information)
可扩充性 (extensibility)
可扩充的I/O (extensible I/O)
extern
外部连接 (external linkage)
Extract_officers实例
抽取符,>> (extractor, >>)
 



本页由裘宗燕建立和维护,保留所有权利。

这里的材料可自由地用于个人学习或普通教学活动。其他方式的使用应事先得到作者书面认可。