Index (A)

Aahus
abort()
abs()
abs(),valarray
抽象的 (abstract)
  和具体的 (and concrete)
  class
  类 (class)
  类和设计 (class and design)
  类, 类层次结构和 (class, class hierarchy and)
  迭代器 (iterator)
  结点class (node class)
  类型 (type)
抽象 (abstraction)
  类和 (classes and)
  数据 (data)
  迟 (late)
  的层次 (levels of)
访问 (access)
  检查的 (checked)
  控制 (control)
  控制和基类 (control and base class)
  控制和多重继承 (control and multiple-inheritance)
  控制, 强制和 (control, cast and)
  控制, 运行时 (control, run-time)
  控制, 使用声明和 (control, using-declaration and)
  元素 (element)
  运算符, 的设计 (operator, design of)
  对基类 (to base)
  对facet
  对成员 (to member)
  对成员类 (to member class)
  不检查的 (unchecked)
accumulate()
acos(), valarray
申请
  建构函数和资源 (constructor and resource)
  延迟的资源 (delayed resource)
  资源 (resource)
动作 (action)
Ada
适配器 (adaptor)
容器 (container)
  成员函数 (member function)
  函数指针 (pointer to function)
  序列 (sequence)
向序列添加元素 (add element to sequence)
添加 (adding)
  facet到locale
  到容器 (to container)
  到序列 (to sequence)
  到标准库 (to standard library)
元素地址 (address of element)
定址的单位 (addresing, unit of)
addjucent_difference()
addjucent_find()
adjustfield
采纳C++, 逐步 (adoption C++, gradual)
advance()和+=
聚集 (aggregate)
  数组 (array)
  struct
目标 (aims)
  和手段 (and means)
  设计 (design)
Algol68
算法 (algorithm)
  C风格的函数和 (C-style function and)
  和异常 (and exception)
  和成员函数 (and member function)
  和多态对象 (and polymorphic object)
  和多态性 (and polymorphism)
  和序列 (and sequence)
  和string
  容器和 (container and)
  约定 (conventions)
  设计 (design)
  异常和 (exception and)
  广义数值的 (generalized numeric)
  修改序列 (modifying sequence)
  不修改序列 (nonmodifying sequence)
  对数组 (to array)
  返回值 (return value)
  总结 (summery)
  标准库 (standard library)
<algorithm>
别名(alias)
  namespace
  重新打开, namespace (re-open, namespace)
对齐 (alignment)
catch一切 (all, catch)
allocate()
分配 (allocate, allocation)
  数组 (allocate array)
  C-风格 (C-style)
  和释放 (and deallocation)
  静态 (static)
  的单位 (unit of)
分配器 (allocator)
  Pool_alloc
  的复制 (copy of)
  通用 (general)
  nothrow
  的使用 (use of)
  用户定义的 (user defined)
allocator, 默认的 (default)
allocator_type
其他方式
  设计 (design)
  错误处理 (error handling)
  实现 (implementation)
  界面 (interface)
  return
  对宏 (to macro)
always_noconv(),codecvt
歧义性 (ambiguity)
  dynamic_cast和
  解析, 多重继承 (resolution, multiple-inheritance)
歧义的 (ambiguous)
  日期 (date)
  类型转换 (type conversion)
雄心勃勃 (ambition)
类比 (analogy)
  桥梁 (bridge)
  汽车工厂 (car factory)
  插接 (plug)
  用于证明 (proof by)
  单元 (unit)
分析 (analysis)
  设计和 (design and)
  错误 (error)
  试验和 (experimentation and)
  方法,选择一种 (mathod, choosing an)
and
  关键字 (keyword)
  运算符 &,按位 (operator &, bitwise)
  运算符 &&,逻辑 (operator &, logical)
and_eq关键词 (keyword)
Annemaria
反常,建构函数和析构函数 (anomaly, constructor and distructor)
匿名union (anonymous union)
ANSI
  C
  C++
any()
app接在文件之后 (append to file)
接在文件之后,app (append to file, app)
append( ),string
应用 (application)
  框架 (framework)
  运算符 (operator)
apply(),valarray
arg()
argc,main() argv
(实际)参数 (argument)
  数组 (array)
  命令行 (command line)
  推断template (deducing template)
  默认 (default)
  依赖于template (dependency on template)
  显式template (explicit template)
  函数template (function template)
  传递,函数 (passing, function)
  引用 (reference)
  template
  类型检查,函数 (type checking, function)
  类型转换,函数 (type conversion, function)
  类型,与C不同 (type, difference from C)
  类型,virtual函数 (type, virtual function)
  未声明的 (undeclared)
  值,默认的实例 (value, example of default)
  变量数 (variable number of)
argv argc, main( )
算术 (arithmetic)
  转换,普通 (conversion, usual)
  函数对象 (function object)
  混合模式 (mixed mode)
  运算符 (operator)
  指针 (pointer)
  类型 (type)
  向量 (vector)
算术if ?:
数组 (array)
  聚集 (aggregate)
  其上的算法 (algorithm on)
  分配 (allocate)
  参数 (argument)
  的数组 (array of)
  作为容器 (as container)
  赋值 (assignment)
  关联 (associative)
  用串初始化 (by string, initialization)
  释放 (deallocate)
  delete
  为其元素的建构函数 (element, constructor for)
  元素对象 (element object)
  异常和 (exception and)
  初始式 (initializer)
  初始式,与C的差异 (initializer, difference from C)
  布局 (layout)
  多维 (multidimensional)
  new和 (new and)
  数值 (numeric)
  数组的 (of array)
  对象的 (of objects)
  传递多维 (passing multidimensional)
  指针和 (pointer and)
  string和 (string and)
  valarray和 (valarray and)
  valarray和vector和 (valarray and vector and)
ASCII
  字符集 (character set)
asctime()
asin()
  valarray
asm汇编 (asm assembler)
汇编 (assembler)
  asm
Assert()
assert()
<assert.h>
断言检查 (assertion checking)
assign()
  char_traits
  string
  vector
赋值 (assignment)
  和初始化 (and initialization)
  和template,复制 (and template, copy)
  数组 (array)
  复制 (copy)
  派生的 (derived)
  函数调用和 (function call and)
  继承和 (inheritance and)
  map
  类对象的 (of class object)
  istream的 (of istream)
  ostream的 (of ostream)
  运算符 (operator)
  string
  自我 (to self)
  valarray
Assoc实例
关联 (associative)
  数组 (array)
  数组-见map
  容器 (container)
  容器和异常 (container and exception)
  容器,序列和 (container, sequence and)
运算符的结合性 (associativity of operator)
非同步事件 (asynchronous event)
at()
  对string
  对vector
  out_of_range和
atan()
  valarray
atan2()
  valarray
ate
atexit()
  和析构函数 (and distrcutor)
  和异常 (and exception)
atof()
atoi()
atol()
AT&T贝尔实验室
auto
自动 (automatic)
  废料搜集 (garbage collection)
  存储 (memory)
  存储管理 (memory management)
  对象 (object)
auto_ptr
 

\b, 退格
back()
back(), queue的
back_inserter()
back_inserter_interator
反斜线 \ (backslash)
退格 \b (backspace)
bad()
bad_alloc
  和new
  异常 (exception)
  缺少 (missing)
badbit
  和 failbit !!!!!
bad_cast
  和 dynamic_cast
bad_exception
bad_type和type_id()
平衡 (balence)
基 (base)
  访问 (access to)
  和派生类 (and derived class)
  类 (class)
  类, 访问控制和 (class, access control and)
  类的初始化 (class, initialization of)
  类, 由virtual覆盖 (class, override from virtual)
  类, 私用 (class, private)
  类的私用成员 (class, private member of)
  类, protected
  类, 重复的 (replicated)
  class, 公共的 (universal)
  类, virtual
  成员或 (member or)
  覆盖private (override private)
  private
  protected
base()
有基的容器 (based container)
basefield
Basic
基本保证 (basic guarantee)
basic_filebuf, 类
basic_ifstream
basic_ios
  !
  格式状态 (format state)
  流状态 (stream state)
basic_iostream
  格式化 (formatting)
basic_istream
basic_istringstream
basic_ofstream
basic_ostream
basic_ostringstream
basic_streambuf
  缓冲 (buffering)
basic_string
  begin()
  const_iterator
  const_pointer
  const_reference
  const_reverse_iterator
  difference_type
  end()
  iterator
  成员类型 (member type)
  pointer
  rbegin()
  reference
  rend()
  reverse_iterator
  size_type
  trait_type
  value_type
basic_stringstream
BCPL
before()
beg, seekdir和 (and)
begin()
  basic_string
  迭代器 (iterator)
行为, 无定义 (behavior, undefined)
贝尔实验室, AT&T (Bell Laboratories, AT&T)
Bi
参考文献 (bibliography)
设计 (design)
一般 (general)
双向迭代器 (bidirectional iterator)
bidirectional_iterator_tag
大-O记法 (big-O notation)
二进制模式, binary (binary mode, binary)
二元运算符, 用户定义的 (binary operator, user defined)
二分检索 (binary search)
binary 二进制模式 (binary mode)
binary_function
binary_negate
  not2()和 !!!!!!
binary_search()
bindist()
bind2nd()
binder1st
binder2nd
约束 (binding)
  名字 (name)
  强度, 运算符 (strength, operator)
BinOp
BinPred
二进制位 (bit)
  域 (field)
  域 :
  域, bitset和
  模式 (pattern)
  位置 (position)
  reference到
  向量 (vector)
bitand关键字 (keyword)
bitor关键字
位组 (bits)
  char里
  float里
  int里
<bitset>
bitset
  !=
  &
  &=
  <<
  <<=
  ==
  >>
  >>=
  []
  ^
  ^=
  和位域 (and bit field)
  和enum
  和set
  和vector<bool>
  建构函数 (constructor)
  flip()
  输入 (input)
  操作 (operation)
  输出 (output)
  reset()
  set()
  |
  |=
  ~
bitset(), invalid_argument和 !!!!!!
按位 (bitwise)
  与运算符 & (and operator)
  补运算符 ~ (complement operator)
  异或运算符 ^ (exclusive or operator)
  逻辑运算符 (logical operator)
  或运算符 | (or operator)
黑板作为设计工具 (blackboard as design tool)
BLAS
Blixen, Karen
Bomb 实例
bool
  转换到 (conversion to)
  的输入 (input of)
  的输出 (output of)
  的vector
boolalpha
boolalpha()
break
  case和
  语句 (statement)
桥梁类比 (bridge analogy)
bsearch()
  和异常
缓冲区 (buffer)
  存储 (memory)
  ostream和
  里的位置 (position in)
buffer
  实例
缓冲 (buffering)
  I/O
  basic_streambuf
内部(build-in)
  特征与技术 (feature vs technique)
  类型 (type)
  类型, 的建构函数 (type, constructor for)
  类型, 的输入 (type, input of)
  类型, 的输出 (type, output of)
  类型, 用户定义运算符和 (type, user defined operator and)
_byname facet
字节 (byte)
 
 
 

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

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