Template

简介

  • 简介

基础

  • base
  • cast
  • extern “C” 用法

头文件

  • C++ 头文件
  • algorithm
  • array
  • cmath
  • map
  • random

技术储备

  • README
  • map
  • sstream
  • string
  • sys

外部库

  • 外部库的调用
  • fftw3

规范

  • 规范
  • 回车符和换行符
Template
  • Docs »
  • Welcome to c/cpp documentation!
  • View page source

Welcome to c/cpp documentation!¶

简介¶

简介

  • 简介

基础¶

基础

  • base
    • 关键字
    • 类型名 取值范围
    • 构造函数
    • 析构函数
  • cast
    • static_cast
    • dynamic_cast
    • const_cast
    • reinterpret_cast
  • extern “C” 用法
    • extern “C”的含义

头文件¶

头文件

  • C++ 头文件
  • algorithm
  • array
  • cmath
  • map
  • random

技术储备¶

技术储备

  • README
  • map
    • map根据second进行排序
    • map查找first所对应的second
    • 在map中插入元素
    • 查找并获取map中的元素
    • map的插入,查找,遍历及删除的例子
  • sstream
    • string型转为double型
  • string
  • sys
    • shm_open函数实例及说明

外部库¶

外部库

  • 外部库的调用
  • fftw3
    • 基本使用入门
    • 基本函数
    • Complex numbers
    • 示例代码

规范¶

规范

  • 规范
    • 头文件依赖
    • 内联函数
    • 函数参数的顺序
    • include 的路径及顺序
  • 回车符和换行符
Next

© Copyright 2019, Hongyi Wu(吴鸿毅)

Built with Sphinx using a theme provided by Read the Docs.