- kernel 内核
- define 定义
- parameter 参数
- condition 条件
- execution 执行,运行
- environment 环境
- startup 启动
- program 程序****************
- function 函数,作用
- called 被调用
- main 重要的,主要的
- return 返回
- type 类型
- void 空
- arg argument 参数****************
- negative 负的
- nonnegative 非负的
- pointer 指针
- array 数组
- strings 字符串
- host 主机
- output input 输出 输入
- termination 终止******************************
- exit 退出
- status 状态
- standard 标准(缩写 std)
- library 库
- directive 指令
- indirection 间接*****************
- directory 目录*********************
- process 处理或 进程********************
- preprocess 预处理 ********************
- include 包含
- description 描述
- elements 元素
- constants 常量(缩写const)
- decimal 十进制 (缩写 dec DEC)
- octal 八进制 前导符0,不是字母o
- hexadecimal 十六进制 前导符 0x或0X
- binary 二进制
- sequence 顺序 序列
- memory 内存
- access 访问
- object 对象
- structure 结构
- union 联合 structure union 联合体
- enumeration 枚举 (缩写 enum)
- macro 宏
- signed 有符号的 unsigned 无符号的
- operator 操作符/运算符
- operand 操作数
- expression 表达式
- interface 接口
- reference 参考/查阅/引用***************
- option 选项
- default 默认的
- current 当前的
- format 格式
- stdout 标准输出(屏幕)
- initial 初始化 (缩写 init)
- ordinary 普通
- flag 标志
- field 字数
- precision 精度**********************
- modifier 修饰符*******************
- modify 修改
- punctuators 标点符号*******************
- conversion specifier 转换说明符*************
- Big-Endian 大端存储
- Little-Endian 小端存储
- stream 流
- set 设置,集合
- independent 独立********************
- incremented 递增
- decremented 递减
- redefinition 重定义
- previous 提前 前一个
- next 下一个
- substatement 子表达式
- substring 子字符串
- subscripting 下标
- buffer 缓冲区
- stack 栈
- heap 堆
- segmentation fault 段错误
- address 地址
- identify 标识符
- designation 指定
- device 设备
- variable 变量*************
- static 静态
- external 外部的
- internal 内部的
- mode 模式
- compile 编译+er编译器
- assemble 汇编************
- link 链接
- token 令牌
- _ _DATE_ _ 宏定义的日期
- _ _FILE_ _ 宏定义 文件
- _ _TIME_ _ 宏定义 时间
- data sheet 数据手册**************
- architecture 架构*************
- Document 文档**********
- install 安装**********
- erase 擦除***********
- reload 重载*************
- terminal 终端***********
- built-in 内建****************
- sudo superuser do 超级管理员
- lock 锁
- list 列表列出
- rootfs 根目录系统 root filesystem
- mnt mount 挂载(比如u盘FAT32或者NTFS存储盘)
- pwd print working directory 打印当前路径或者工作路径的名称
- cat concatenate 查看文件内容
- chmod change module 改变文件
- execute 执行
- compress 压缩
- insert 插入
- append 追加
- register 寄存器