Index (C)

C
  //, 与C的差异 (difference from)
  ANSI
  和C++
  和C++兼容性 (compatibility)
  和C++全局locate (global locate)
  和C++, 学习 (learning)
  和C++ locate
  和C++混合 (mixing)
  和异常 (and exception)
  参数类型, 差异 (argument type, difference from)
  数组初始式, 差异 (array initialer, difference from)
  声明和定义, 差异 (declaration and definition, difference from)
  差异 (difference from)
  enum, 差异 (difference from)
  函数和异常 (function and exception)
  函数调用, 差异 (function call, difference from)
  函数定义, 差异 (function definition, difference from)
  初始化和goto, 差异 (initialization and goto, difference from)
  输入和输出 (input and output)
  隐式的int, 差异 (int implicit, difference from)
  跳过初始化, 差异 (jump past inilialization, difference from)
  与之连接 (linkage to)
  locate
  宏, 差异 (macro, difference from)
  程序员 (programmer)
  作用域, 差异 (scope, difference from)
  标准库 (standard library)
  sizeof, 差异 (difference from)
  struct名字, 差异 (struct name, difference from)
  struct作用域, 差异 (struct scope, difference from)
  void*赋值, 差异 (void* assignment, difference from)
  与类 (and Classes)
%c 格式 (format)
.c 文件 (file)
cache实例
计算器实例 (calculator)
调用 (call)
  引用 (by reference)
  值 (by value)
  函数 (function)
  析构函数的显式 (of destructor, explicit)
  运算符 (operator)
回调,流 (callback, stream)
callC()
call_from_C()
calloc()
容量 (capacity)
  vector的, 减小(decrease)
  vector的, 增大(increase)
capacity(), vector
汽车厂类比(car factory analogy)
Car实例
卡片, CRC (card, CRC)
c_array
回车 \r (carriage return)
CASE
case和break
大小写敏感的比较 (case sensitive comparison)
<cassert>
强制转换 (cast)
  C风格 (C-Style)
  和访问控制 (and access control) !!!!!!
  贬斥C风格 (deprecated C-style)
  交叉 (cross)
  向上 (up)
  向下 (down)
强制去掉const (casting away const)
类别,信息 (catalog, message)
捕捉所有 (catch all)
catch
  一切 (all)
  通过引用 (by reference)
  通过值 (by value)
  每一个异常 (every exception)
catch (...)
类别 (category)
  刻面 (facet)
  迭代器 (iterator)
类别,locale (category, locale)
<cctype>
ceil ()
cerr
和clog (and clog)
初始化 (initialization)
<cerrno>
<cfloat>
C++
  ANSI
  C和 (C and)
  ISO
  兼容性,C和 (compatibility, C and)
  的设计 (design of)
  特征总结 (feature summary)
  功能分解和 (functional decomposition and)
  的逐步采纳 (gradual adoption of)
  的逐步学习途径 (gradual approach to learning)
  引进 (introducing)
  大型程序和 (large program and)
  学习 (learning)
  学习 C和(learning C and)
  库,第一个 (library, first)
  locale,C和(locale, C and)
  意义 (meaning)
  的误用 (misuse of)
  与C混合 (mixing C and)
  过程式程序设计和 (procedural programming and)
  程序员 (programmer)
  发音 (pronounciation)
  的性质 (properties of)
  标准化 (standardization)
  风格下标 (style subscript)
  教学和 (teaching and)
  的使用 (use of)
改变 (change)
  逐步 (incremental)
  责任 (response to)
  序列的大小 (size of sequence)
  改变 (changing)
  界面 (interface)
  locale
char
  8位 (8-bit)
  <<
  >>
  里的位数 (bits in)
  字符类型 (character type)
  get()
  的输入 (input of)
  的输出 (output of)
  signed
  unsigned
char*,专门化和 (char*, specialization and)
字符 (character)
  $
  %,格式化 (%, format)
  \,换意 (\, escape)
  _
  缓冲区,streanbuf和 (buffer, streambuf and)
  分类 (classification)
  分类,方便 (classification, convenient)
  分类,宽 (classification, wide)
  编码转换 (code conversion)
  编码,多字节 (encoding, multibyte)
  在名字里 (in name)
  文字量 ' (literal ')
  mask
  名字,通用的 (name, universal)
  本国 (national)
  表示,转换 (representation, converting)
  集合 (set)
  集合,ASCII (set, ASCII)
  集合,受限的 (set, restricted)
  集合,大 (set, large)
  特殊 (special)
  串 (string)
  thousands_sep() 分隔符 (thousands_sep () separator)
  特征 (traits)
  类型 (type)
  类型char (type char)
  的值 (value of)
CHAR_BIT
char_traits
  assign()
  char_type
  compare ()
  copy()
  eof()
  eq()
  eq_int_type()
  find()
  get_state()
  int_type()
  length()
  lt()
  move()
  not_eof()
  off_type
  pos_type
  state_type
  to_char_type()
  to_int_type()
char_traits<char>
char_traits<wchart>
char_type
  char_traits
检查,范围 (check, range)
检查的 (checked)
  访问 (access)
  迭代器 (iterator)
  指针 (pointer)
Checked实例 (Checked example)
Checked_iter实例 (Checked_iter example)
检查 (checking)
  断言 (assertion)
  对野指针 (for wild pointer)
  不变式 (invariant)
  缺少 (missing)
  异常描述的 (of exception-specification)
  范围 (range)
选择 (choosing)
  设计方法 (a design method)
  分析方法 (an analysis method)
cin
  >>,输入 (>>, input)
  cout和 (cout and)
  初始化 (initialization)
  的值 (value of)
圆和椭圆 (circle and ellipse)
类 (class)
  :,派生 (:, derived)
  抽象 (abstract)
  和设计,抽象 (and design, abstract)
  和类型 (and type)
  基 (base)
  basic_filebuf
  概念和 (concept and)
  派生类的建构函数 (constructor for derived)
  转换到类的指针 (conversion of pointer to)
  派生的 (derived)
  派生类的析构函数 (destructor for derived)
  前推指针 (forward reference)
  友元 (friend)
  函数 (function)
  句柄 (handle)
  层次结构 (hierarchy)
  层次结构和抽象类 (hierarchy and abstract class)
  层次结构和template (hierarchy and template)
  层次结构的设计 (hierarchy design)
  层次结构,重组 (hierarchy, reorganization)
  基类的初始化 (initialization of base)
  界面 (interface)
  成员,建构函数 (member, constructor for)
  派生类的成员 (member of derived)
  成员,私用 (member, private)
  成员,公用 (member, public)
  结点 (node)
  对象,赋值 (object, assignment of)
  操作,集合 (operations, set of)
  从虚基类覆盖 (overide from virtual base)
  指针 (pointer to)
  私用基类 (private base)
  基类的私用成员 (private member of base)
  保护基类 (protected base)
  存储 (storage)
  的使用 (use of)
class
  抽象 (abstract)
  抽象结点 (abstract node)
  成员访问 (access to member)
  和概念 (and concept)
  基类与派生 (base and derived)
  具体 (concrete)
  具体结点 (concrete node)
  声明 (declaration)
  定义 (definition)
  facet
  自立的 (free-standing)
  像函数的 (function-like)
  协助 (helper)
  层次结构 (hierarchy)
  层次结构漫游 (hierarchy navigation)
  门类 (kind of)
  格 (lattice)
  叶 (leaf)
  locale
  成员 (member)
  namespace和 (namespace and)
  嵌套 (nested)
  不是 (not a)
  随机数 (random number)
  string
  struct和 (struct and)
  template和 (template and)
  typename和 (typename and)
  union和 (union and)
  公共基类 (universal base)
  用户定义类型 (user-defined type)
类 (classes)
  和抽象 (and abstraction)
  和概念 (and concepts)
  和现实世界 (and real-world)
  设计和 (design and)
  找出 (finding the)
  流 (stream)
  的使用 (use of)
经典C locale (classic C locale)
classic() locale
分类 (classification)
  字符集 (character)
  方便的字符 (convenient character)
清理,初始化和 (cleanup, initialization and)
清晰的目标 (clear goal)
chear()
  和异常 (and exception)
  failure和 (failure and)
  map
  vector
<climits>
<clocale>
时钟和计时器 (clock and timer)
Clock实例 (Clock example)
clock()
CLOCKS_PER_SEC
clock_t
clog
  cerr和 (cerr and)
  初始化 (initialization)
克隆 (clone)
clone()
close()
  消息 (messages)
关闭 (closing)
  文件 (of file)
  流 (of stream)
闭包 (closure)
云层的实例 (cloud example)
Clu
Club_eq
<cmath>
Cmp
Cobol
代码 (code)
  膨胀,抑止 (bloat, curbing)
  类型安全的 (exception-safe)
  统一性 (uniformity of)
codecvt
  always_noconv()
  encoding()
  facet
  in()
  length()
  max_length
  out()
  unshift()
codecvt_base result
编码员和设计师 (coders and designers)
强制 (coercion)
合作,设计 (collaboration, design)
collate
  compare()
  do_compare()
  do_hash()
  do_transform()
  facet
  hash()
  transform()
collate_byname
核对 (collating)
  顺序 (order)
  序列 (sequence)
收集器 (collector)
  保守式 (conservative)
  复制式 (copying)
combine()
逗号和下标 (comma and subscripting)
命令行参数 (command line argument)
注释 (comment)
  */
  /*
  /* 开始(/* start of)
  //
公共 (common)
  代码和建构函数 (code and constructor)
  代码和析构函数 (code and destructor)
共性 (commonality)
通讯 (communication)
compare()
  char_traits
  collate
  string
比较 (comparison)
  <
  大小写敏感 (case-sensitive)
  默认的 (default)
  相等和 (equality and)
  在map里 (in map)
  用于串比较的locale (locale used for string)
  运算符,运算符 (operator, operator)
  需求 (requirement)
  string
  串 (string)
  用户定义 (user-supplied)
兼容性,C和C++ (compatibility, C and C++)
编译 (compilation)
  分别 (separate)
  template分别 (template separate)
  单位 (unit of)
编译时间,头文件和 (compile time, header and)
编译时多态性 (compile-time polymorphism)
compl关键字 (compl keyword)
补运算符~,按位 (complement operator ~, bitwise)
完全封装 (complete encapsulation)
complex
  !=
  *
  *=
  +
  -
  -=
  /
  /=
  <<
  ==
  >>
  和complex<> (and complex<>)
  和异常 (and exception)
  转换 (conversion)
  cos()
  cosh()
  expr()
  输入 (input)
  log()
  log10()
  数学函数 (mathematical functions)
  运算 (operations)
  输出 (output)
  pow()
  sin()
  sinh()
  sqrt()
  tanh()
complex<>,complex 和
复杂性,分治法 (complexity divide and conquer)
组件 (component)
  标准 (standard)
组合运算符 (composite operator)
组合,namespace (composition, namespace)
组合器 (compositor)
计算,数值 (computation, numerical)
拼接,string (concatenation, string)
概念 (concept)
  和类 (and class)
  class和 (class and)
  独立 (independent)
  locale
概念,类和 (concepts, classes and)
具体 (concrete)
  class
  类,派生自 (class, derive from)
  结点class (node class)
  类型 (type)
  类型,抽象和 (type, abstract and)
  类型和派生 (type and derivation)
  类型,有关问题 (type, problems with)
  类型,重用 (type, reuse of)
条件 (conditon)
  中的声明 (declaration in)
  异常安全性 (exception safety)
条件表达式 (conditional expression)
conj()
输出与输入的联系 (connection between input and output)
const
  C风格字符串和 (C-style string and)
  和连接 (and linkage)
  和重载 (and overloading)
  强制去掉 (casting away)
  函数,探查函数 (function, inspector)
  迭代器 (iterator)
  成员 (member)
  成员函数 (member function)
  物理的和逻辑的 (physical and logical)
  指针 (pointer)
  指向 (pointer to)
常量 (constant)
  类中的枚举符 (enumerator as in-class)
  表达式 (expression)
  在类中定义 (in-class definition of)
  成员 (member)
  时间 (time)
常量表达式 (constant-expression)
const_cast
const_iterator
  basic_string
const_mem_fun1_ref_t
const_mem_fun1_t
const_mem_fun_ref_t
const_mem_fun_t
const_pointer
  basic_string
const_reference
  basic_string
const_reverse_iterator
  basic_string
建构,两阶段 (construct, two-stage)
construct()
建构 (construction)
  和析构 (and destruction)
  和析构,顺序 (and destruction, order of)
  顺序 (order of)
  部分 (partial)
  valarray
建构函数 (constructor)
  和C风格初始化 (and C-style initialization)
  和转换 (and conversion)
  和析构函数 (and destructor)
  和析构函数反常 (and destructor anomaly)
  和初始式列表 (and initializer list)
  和不变式 (and invariant)
  和资源申请 (and resource acquisition)
  和template,复制 (and template, copy)
  和类型转换 (and type conversion)
  和union (and union)
  和virtual基类 (and virtual base)
  bitset
  公共代码和 (common code and)
  复制 (copy)
  默认的 (default)
  默认复制 (default copy)
  异常和 (exception and)
  explicit
  为数组元素的 (for array element)
  为内部类型的 (for built-in type)
  为类成员的 (for class member)
  为派生类的 (for derived class)
  为自由存储对象的 (for free store object)
  为全局变量的 (for global variable)
  为局部变量的 (for local variable)
  生成的 (generated)
  继承和 (inheritance and)
  init()和 (init( ) and)
  locale
  map
  指针 (pointer to)
  protected
  string
  vector
  virtual
容器 (container)
  STL
  Simule风格 (Simula-style)
  Smalltalk风格 (Smalltalk-style)
  适配器 (adapter)
  加入 (adding)
  和算法 (and algorithm)
  和异常 (and exception)
  和迭代器 (and iterator)
  和多态性 (and polymorphism)
  数组作为 (array as)
  关联 (associative)
  有基的 (based)
  设计 (design)
  保证 (guarantee)
  的实现 (implementation of)
  输入到 (input into)
  侵入式 (intrusive)
  迭代器 (iterator)
  种类 (kind of)
  存储管理 (memory management)
  的操作 (operation on)
  优化 (optimal)
  的表示 (representation of)
  序列和 (sequence and)
  标准库 (standard library)
  string作为 (string as)
  总结 (summary)
  用户定义 (user-defined)
  valarray作为 (valarray as)
容器列表 (containers, list of)
包容 (containment)
  和继承 (and inheritance)
上下文 (context)
  template定义的 (of template definition)
  template实例化的 (of template instantiation)
continue
  语句 (statement)
反变 (contravariance)
控制,格式化 (control, format)
控制语句 (controlled statement)
方便性 (convenience)
  和正交性 (and orthogonality)
  与安全性 (vs, safety)
方便的字符分类 (convenient character classification)
约定,习惯 (conventions)
  算法 (algorithm)
  词法 (lexical)
本国 (national)
转换 (conversion)
  歧义类型 (ambiguous type)
  字符模式 (character code)
  complex
  建构函数和 (constructor and)
  建构函数和类型 (constructor and type)
  显式类型 (explicit type)
  浮点数 (floating-point)
  隐式类型 (implicit type)
  整数 (integer)
  到类的指针 (of pointer to class)
  字符串的,隐式 (of string, implicit)
  运算符,类型 (operator, type)
  指针 (pointer)
  sugned unsigned整数 (signed unsigned integer)
  string
  到bool (to bool)
  到浮点数 (to floating-point)
  到整数类型 (to integer type)
  到整型 (to integral)
  无定义的enum (undefined enum)
  用户定义 (user-defined)
  用户定义指针 (user-defined pointer)
  用户定义类型 (user-defined type)
转换 (conversions)
 普通算术 (usual arithmetic)
转换字符表示 (converting character representation)
烹调手册方法 (cookbook method)
复制 (copy)
  赋值 (assignment)
  赋值和template (assignment and template)
  建构函数 (constructor)
  建构函数和template (constructor and template)
  建构函数,默认 (constructor, default)
  推迟的 (delayed)
  清除 (elimination of)
  生成的 (generated)
  istream
  按成员 (memberwise)
  分配器的 (of allocator)
  异常的 (of exception)
  ostream
  需求 (requirement)
copy()
  char_traits
_copy后缀 (_copy suffix)
copy_backward()
copyfmt()
  copyfmt_event
copyfmt_event, copyfmt()
copy_if() 不是标准 (copy_if ( ) not standard)
copy_on_wrete
cos()
  complex
  valarray
cosh()
  complex
  valarray
异常的代价 (cost of exception)
count()
  在map里 (in map)
count_if()
计数,引用 (counting, reference)
联系,效率和 (coupling, efficiency and)
cout
  和cin (and cin)
  初始化 (initialization)
  输入 (output)
协变返回类型 (covariant return type)
cowboy实例 (cowboy example)
_cplusplus
CRC卡片 (CRC card)
创建的依赖性 (create dependency)
创建 (creation)
  对象的局部化 (localization of object)
  对象 (object)
准则 (criteria)
  排序 (sorting)
  标准库 (standard library)
交叉强制 (cross cast)
<csetjmp>
cshift()
<csignal>
<cstdarg>
<cstdio>
<cstdlib>
c_str()
<cstring>
C风格 (C-style)
  分配 (allocation)
  强制 (cast)
  强制,贬斥 (cast, deprecated)
  错误处理 (error handling)
  函数和算法 (function and algorithm)
  初始化,建构函数和 (initialization, constructor and)
  字符串和const (string and const)
  字符串,string和 (string, string and)
<ctime>
ctype
  facet
  is()
  narrow()
  scan_is()
  scan_not()
  tolower()
  toupper()
  widen()
ctype_base
<ctype.h>
文化倾向性,locale (cultural preference, locale)
cur,seekdir和
抑止代码膨胀 (curbing code bloat)
货币 (currency)
  符号,国际 (symbol, international)
  符号,本国 (symbol, local)
  符号,标准 (symbol, standard)
curr_symbol(),moneypunct
curring化 (currying)
cvt_to_upper 实例
<cwchar>
<cwctype>
周期,开发 (cycle, development)
 


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

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