程序员必知单词、语句、英文缩写汇总

综述:便于类,函数命名,工作文档阅读而做的单词积累,还是很有用的,不积跬步,无以至千里,红色仅代表不是很熟悉

一.逻辑编码部分

  1. application 应用程式 应用、应用程序
  2. application framework 应用程式框架、应用框架 应用程序框架
  3. architecture 架构、系统架构 体系结构
  4. argument 引数(传给函式的值)。叁见 parameter 叁数、实质叁数、实叁、自变量
  5. array 阵列 数组
  6. arrow operator arrow(箭头)运算子 箭头操作符
  7. assembly 装配件
  8. assembly language 组合语言 汇编语言
  9. assert(ion) 断言
  10. assign 指派、指定、设值、赋值 赋值
  11. assignment 指派、指定 赋值、分配
  12. assignment operator 指派(赋值)运算子 = 赋值操作符
  13. associated 相应的、相关的 相关的、关联、相应的
  14. associative container 关联式容器(对应 sequential container) 关联式容器
  15. atomic 不可分割的 原子的
  16. attribute 属性 属性、特性
  17. audio 音讯 音频
  18. A.I. 人工智慧 人工智能
  19. background 背景 背景(用於图形着色) 后台(用於行程)
  20. backward compatible 回溯相容 向下兼容
  21. bandwidth 频宽 带宽
  22. base class 基础类别 基类
  23. base type 基础型别 (等同於 base class)
  24. batch 批次(意思是整批作业) 批处理
  25. benefit 利益 收益
  26. best viable function 最佳可行函式 最佳可行函式 (从 viable functions 中挑出的最佳吻合者)
  27. binary search 二分搜寻法 二分查找
  28. binary tree 二元树 二叉树
  29. binary function 二元函式 双叁函数
  30. binary operator 二元运算子 二元操作符
  31. binding 系结 绑定
  32. bit 位元 位
  33. bit field 位元栏 位域
  34. bitmap 位元图 位图
  35. bitwise 以 bit 为单元逐一┅
  36. bitwise copy 以 bit 为单元进行复制;位元逐一复制 位拷贝
  37. block 区块,区段 块、区块、语句块
  38. boolean 布林值(真假值,true 或 false) 布尔值
  39. border 边框、框线 边框
  40. brace(curly brace) 大括弧、大括号 花括弧、花括号
  41. bracket(square brakcet) 中括弧、中括号 方括弧、方括号
  42. breakpoint 中断点 断点
  43. build 建造、构筑、建置(MS 用语)
  44. build-in 内建 内置
  45. bus 汇流排 总线
  46. business 商务,业务 业务
  47. buttons 按钮 按钮
  48. byte 位元组(由 8 bits 组成) 字节
  49. cache 快取 高速缓存
  50. call 呼叫、叫用 调用
  51. callback 回呼 回调
  52. call operator call(函式呼叫)运算子调用操作符 ###### (同 function call operator)
  53. candidate function 候选函式 候选函数 ###### (在函式多载决议程序中出现的候选函式)
  54. chain 串链(例 chain of function calls) 链
  55. character 字元 字符
  56. check box 核取方块 (i.e. check button) 复选框
  57. checked exception 可控式异常(Java)
  58. check button 方钮 (i.e. check box) 复选按钮
  59. child class 子类别(或称为derived class, subtype) 子类
  60. class 类别 类
  61. class body 类别本体 类体
  62. class declaration 类别宣告、类别宣告式 类声明
  63. class definition 类别定义、类别定义式 类定义
  64. class derivation list 类别衍化列 类继承列表
  65. class head 类别表头 类头
  66. class hierarchy 类别继承体系, 类别阶层 类层次体系
  67. class library 类别程式库、类别库 类库
  68. class template 类别模板、类别范本 类模板
  69. class template partial specializations ###### 类别模板偏特化 类模板部分特化
  70. class template specializations ###### 类别模板特化 类模板特化
  71. cleanup 清理、善后 清理、清除
  72. client 客端、客户端、客户 客户
  73. client-server 主从架构 客户/服务器
  74. clipboard 剪贴簿 剪贴板
  75. clone 复制 克隆
  76. collection 群集 集合
  77. combo box 复合方块、复合框 组合框
  78. command line 命令列 命令行 (系统文字模式下的整行执行命令)
  79. communication 通讯 通讯
  80. compatible 相容 兼容
  81. compile time 编译期 编译期、编译时
  82. compiler 编译器 编译器
  83. component 组件 组件
  84. composition 复合、合成、组合 组合
  85. computer 电脑、计算机 计算机、电脑
  86. concept 概念 概念
  87. concrete 具象的 实在的
  88. concurrent 并行 并发
  89. configuration 组态 配置
  90. connection 连接,连线(网络,资料库) 连接
  91. constraint 约束(条件)
  92. construct 构件 构件
  93. container 容器 容器 ###### (存放资料的某种结构如 list, vector…)
  94. containment 内含 包容
  95. context 背景关系、周遭环境、上下脉络 环境、上下文
  96. control 控制元件、控件 控件
  97. console 主控台 控制台
  98. const 常数(constant 的缩写,C++ 关键字)
  99. constant 常数(相对於 variable) 常量
  100. constructor(ctor) 建构式 构造函数 ###### (与class 同名的一种 member functions)
  101. copy (v) 复制、拷贝 拷贝
  102. copy (n) 复件, 副本
  103. cover 涵盖 覆盖
  104. create 创建、建立、产生、生成 创建
  105. creation 产生、生成 创建
  106. cursor 游标 光标
  107. custom 订制、自定 定制
  108. data 资料 数据
  109. database 资料库 数据库
  110. database schema 数据库结构纲目
  111. data member 资料成员、成员变数 数据成员、成员变量
  112. data structure 资料结构 数据结构
  113. datagram 资料元 数据报文
  114. dead lock 死结 死锁
  115. debug 除错 调试
  116. debugger 除错器 调试器
  117. declaration 宣告、宣告式 声明
  118. deduction 推导(例:template argument deduction) 推导、推断
  119. default 预设 缺省、默认
  120. defer 延缓 推迟
  121. define 定义 预定义
  122. definition 定义、定义区、定义式 定义
  123. delegate 委派、委托、委任 委托
  124. delegation (同上)
  125. demarshal 反编列 散集
  126. dereference 提领(取出指标所指物体的内容) 解叁考
  127. dereference operator dereference(提领)运算子 * 解叁考操作符
  128. derived class 衍生类别 派生类
  129. design by contract 契约式设计
  130. design pattern 设计范式、设计样式 设计模式 ※ 最近我比较喜欢「设计范式」一词
  131. destroy 摧毁、销毁
  132. destructor 解构式 析构函数
  133. device 装置、设备 设备
  134. dialog 对话窗、对话盒 对话框
  135. directive 指令(例:using directive) (编译)指示符
  136. directory 目录 目录
  137. disk 碟 盘
  138. dispatch 分派 分派
  139. distributed computing 分布式计算 (分布式电算) 分布式计算 分散式计算 (分散式电算)
  140. document 文件 文档
  141. dot operator dot(句点)运算子 . (圆)点操作符
  142. driver 驱动程式 驱动(程序)
  143. dynamic binding 动态系结 动态绑定
  144. efficiency 效率 效率
  145. efficient 高效 高效
  146. end user 终端用户
  147. entity 物体 实体、物体
  148. encapsulation 封装 封装
  149. enclosing class 外围类别(与巢状类别 nested class 有关)外围类
  150. enum (enumeration) 列举(一种 C++ 资料型别) 枚举
  151. enumerators 列举元(enum 型别中的成员) 枚举成员、枚举器
  152. equal 相等 相等
  153. equality 相等性 相等性
  154. equality operator equality(等号)运算子 == 等号操作符
  155. equivalence 等价性、等同性、对等性 等价性
  156. equivalent 等价、等同、对等 等价
  157. escape code 转义码 转义码
  158. evaluate 评估、求值、核定 评估
  159. event 事件 事件
  160. event driven 事件驱动的 事件驱动的
  161. exception 异常情况 异常
  162. exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3) 异常声明
  163. exception handling 异常处理、异常处理机制 异常处理、异常处理机制
  164. exception specification 异常规格(ref. C++ Primer 3/e, 11.4) 异常规范
  165. exit 退离(指离开函式时的那一个执行点) 退出
  166. explicit 明白的、明显的、显式 显式
  167. export 汇出 引出、导出
  168. expression 运算式、算式 表达式
  169. facility 设施、设备 设施、设备
  170. feature 特性
  171. field 栏位,资料栏(Java) 字段, 值域(Java)
  172. file 档案 文件
  173. firmware 韧体 固件
  174. flag 旗标 标记
  175. flash memory 快闪记忆体 闪存
  176. flexibility 弹性 灵活性
  177. flush 清理、扫清 刷新
  178. font 字型 字体
  179. form 表单(programming 用语) 窗体
  180. formal parameter 形式叁数 形式叁数
  181. forward declaration 前置宣告 前置声明
  182. forwarding 转呼叫,转发 转发
  183. forwarding function 转呼叫函式,转发函式 转发函数
  184. fractal 碎形 分形
  185. framework 框架 框架
  186. full specialization 全特化(ref. partial specialization)
  187. function 函式、函数 函数
  188. function call operator 同 call operator
  189. function object 函式物件(ref. C++ Primer 3/e, 12.3) 函数对象
  190. function overloaded resolution 函式多载决议程序 函数重载解决(方案)
  191. functionality 功能、机能 功能
  192. function template 函式模板、函式范本 函数模板
  193. functor 仿函式 仿函式、函子
  194. game 游戏 游戏
  195. generate 生成
  196. generic 泛型、一般化的 一般化的、通用的、泛化
  197. generic algorithm 泛型演算法 通用算法
  198. getter (相对於 setter) 取值函式
  199. global 全域的(对应於 local) 全局的
  200. global object 全域物件 全局对象
  201. global scope resolution operator 全域生存空间(范围决议)运算子 :: 全局范围解析操作符
  202. group 群组
  203. group box 群组方块 分组框
  204. guard clause 卫述句 (Refactoring, p250) 卫语句
  205. GUI 图形介面 图形界面
  206. hand shaking 握手协商
  207. handle 识别码、识别号、号码牌、权柄 句柄
  208. handler 处理常式 处理函数
  209. hard-coded 编死的 硬编码的
  210. hard-copy 硬拷图 屏幕截图
  211. hard disk 硬碟 硬盘
  212. hardware 硬体 硬件
  213. hash table 杂凑表 哈希表、散列表
  214. header file 表头档、标头档 头文件
  215. heap 堆积 堆
  216. hierarchy 阶层体系 层次结构(体系)
  217. hook 挂钩 钩子
  218. hyperlink 超链结 超链接
  219. icon 图示、图标 图标
  220. IDE 整合开发环境 集成开发环境
  221. identifier 识别字、识别符号 标识符
  222. if and only if 若且唯若 当且仅当
  223. Illinois 伊利诺 伊利诺斯
  224. image 影像 图象
  225. immediate base 直接的(紧临的)上层 base class。 直接上层基类
  226. immediate derived 直接的(紧临的)下层 derived class。 直接下层派生类
  227. immutability 不变性
  228. immutable 不可变(的)
  229. implement 实作、实现 实现
  230. implementation 实作品、实作体、实作码、实件 实现
  231. implicit 隐喻的、暗自的、隐式 隐式
  232. import 汇入 导入
  233. increment operator 累加运算子 ++ 增加操作符
  234. infinite loop 无穷回圈 无限循环
  235. infinite recursive 无穷递回 无限递归
  236. information 资讯 信息
  237. infrastructure 公共基础建设
  238. inheritance 继承、继承机制 继承、继承机制
  239. inline 行内 内联
  240. inline expansion 行内展开 内联展开
  241. initialization 初始化(动作) 初始化
  242. initialization list 初值列 初始值列表
  243. initialize 初始化 初始化
  244. inner class 内隐类别 内嵌类
  245. instance 实体 实例 ###### (根据某种表述而实际产生的「东西」)
  246. instantiated 具现化、实体化(常应用於 template) 实例化
  247. instantiation 具现体、具现化实体(常应用於 template) 实例
  248. integer (integral) 整数(的) 整型(的)
  249. integrate 整合 集成
  250. interacts 交谈、互动 交互
  251. interface 介面 接口
  252. for GUI 介面 界面
  253. interpreter 直译器 解释器
  254. invariants 恒常性,约束条件 约束条件
  255. invoke 唤起 调用
  256. iterate 迭代(回圈一个轮回一个轮回地进行) 迭代
  257. exception 异常情况 异常
  258. exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3) 异常声明
  259. exception handling 异常处理、异常处理机制 异常处理、异常处理机制
  260. exception specification 异常规格(ref. C++ Primer 3/e, 11.4) 异常规范
  261. exit 退离(指离开函式时的那一个执行点) 退出
  262. explicit 明白的、明显的、显式 显式
  263. export 汇出 引出、导出
  264. expression 运算式、算式 表达式
  265. facility 设施、设备 设施、设备
  266. feature 特性
  267. field 栏位,资料栏(Java) 字段, 值域(Java)
  268. file 档案 文件
  269. firmware 韧体 固件
  270. flag 旗标 标记
  271. flash memory 快闪记忆体 闪存
  272. flexibility 弹性 灵活性
  273. flush 清理、扫清 刷新
  274. font 字型 字体
  275. form 表单(programming 用语) 窗体
  276. formal parameter 形式叁数 形式叁数
  277. forward declaration 前置宣告 前置声明
  278. forwarding 转呼叫,转发 转发
  279. forwarding function 转呼叫函式,转发函式 转发函数
  280. fractal 碎形 分形
  281. framework 框架 框架
  282. full specialization 全特化(ref. partial specialization)
  283. function 函式、函数 函数
  284. function call operator 同 call operator
  285. function object 函式物件(ref. C++ Primer 3/e, 12.3) 函数对象
  286. function overloaded resolution 函式多载决议程序 函数重载解决(方案)
  287. functionality 功能、机能 功能
  288. function template 函式模板、函式范本 函数模板
  289. functor 仿函式 仿函式、函子
  290. game 游戏 游戏
  291. generate 生成
  292. generic 泛型、一般化的 一般化的、通用的、泛化
  293. generic algorithm 泛型演算法 通用算法
  294. getter (相对於 setter) 取值函式
  295. global 全域的(对应於 local) 全局的
  296. global object 全域物件 全局对象
  297. global scope resolution operator 全域生存空间(范围决议)运算子 :: 全局范围解析操作符
  298. group 群组
  299. group box 群组方块 分组框
  300. guard clause 卫述句 (Refactoring, p250) 卫语句
  301. GUI 图形介面 图形界面
  302. hand shaking 握手协商
  303. handle 识别码、识别号、号码牌、权柄 句柄
  304. handler 处理常式 处理函数
  305. hard-coded 编死的 硬编码的
  306. hard-copy 硬拷图 屏幕截图
  307. hard disk 硬碟 硬盘
  308. hardware 硬体 硬件
  309. hash table 杂凑表 哈希表、散列表
  310. header file 表头档、标头档 头文件
  311. heap 堆积 堆
  312. hierarchy 阶层体系 层次结构(体系)
  313. hook 挂钩 钩子
  314. hyperlink 超链结 超链接
  315. icon 图示、图标 图标
  316. IDE 整合开发环境 集成开发环境
  317. identifier 识别字、识别符号 标识符
  318. if and only if 若且唯若 当且仅当
  319. Illinois 伊利诺 伊利诺斯
  320. image 影像 图象
  321. immediate base 直接的(紧临的)上层 base class。 直接上层基类
  322. immediate derived 直接的(紧临的)下层 derived class。 直接下层派生类
  323. immutability 不变性
  324. immutable 不可变(的)
  325. implement 实作、实现 实现
  326. implementation 实作品、实作体、实作码、实件 实现
  327. implicit 隐喻的、暗自的、隐式 隐式
  328. import 汇入 导入
  329. increment operator 累加运算子 ++ 增加操作符
  330. infinite loop 无穷回圈 无限循环
  331. infinite recursive 无穷递回 无限递归
  332. information 资讯 信息
  333. infrastructure 公共基础建设
  334. inheritance 继承、继承机制 继承、继承机制
  335. inline 行内 内联
  336. inline expansion 行内展开 内联展开
  337. initialization 初始化(动作) 初始化
  338. initialization list 初值列 初始值列表
  339. initialize 初始化 初始化
  340. inner class 内隐类别 内嵌类
  341. instance 实体 实例 ###### (根据某种表述而实际产生的「东西」)
  342. instantiated 具现化、实体化(常应用於 template) 实例化
  343. instantiation 具现体、具现化实体(常应用於 template) 实例
  344. integer (integral) 整数(的) 整型(的)
  345. integrate 整合 集成
  346. interacts 交谈、互动 交互
  347. interface 介面 接口
  348. for GUI 介面 界面
  349. interpreter 直译器 解释器
  350. invariants 恒常性,约束条件 约束条件
  351. invoke 唤起 调用
  352. iterate 迭代(回圈一个轮回一个轮回地进行) 迭代
  353. iterative 反覆的,迭代的
  354. iterator 迭代器(一种泛型指标) 迭代器
  355. iteration 迭代(回圈每次轮回称为一个 iteration) 迭代
  356. item 项目、条款 项、条款、项目
  357. laser 雷射 激光
  358. level 阶 层 (级) 例 high level 高阶 高层
  359. library 程式库、函式库 库、函数库
  360. lifetime 生命期、寿命 生命期、寿命
  361. link 联结、连结 连接,链接
  362. linker 联结器、连结器 连接器
  363. literal constant 字面常数(例 3.14 或 “hi” 这等常数值) 字面常数
  364. list 串列(linked-list) 列表、表、链表
  365. list box 列表方块、列表框 列表框
  366. load 载入 装载
  367. loader 载入器 装载器、载入器
  368. local 区域的(对应於 global) 局部的
  369. local object 区域物件 局部对象
  370. lock 机锁
  371. loop 回圈 循环
  372. lvalue 左值 左值
  373. macro 巨集 宏
  374. magic number 魔术数字 魔法数
  375. maintain 维护 维护
  376. manipulator 操纵器(iostream 预先定义的一种东西) 操纵器
  377. marshal 编列 列集 叁考 demarshal
  378. mechanism 机制 机制
  379. member 成员 成员
  380. member access operator 成员取用运算子(有 dot 和 arrow 两种) 成员存取操作符
  381. member function 成员函式 成员函数
  382. member initialization list 成员初值列 成员初始值列表
  383. memberwise 以 member 为单元┅、members 逐一┅ 以成员为单位
  384. memberwise copy 以 members 为单元逐一复制
  385. memory 记忆体 内存
  386. menu 表单、选单 菜单
  387. message 讯息 消息
  388. message based 以讯息为基础的 基於消息的
  389. message loop 讯息回圈 消息环
  390. method (java) 方法、行为、函式 方法
  391. meta- 超- 元- 例 meta-programming 超编程 元编程
  392. micro 微 微
  393. middleware 中介层 中间件
  394. modeling 模塑
  395. modeling language 塑模语言,建模语言
  396. modem 数据机 调制解调器
  397. module 模组 模块
  398. modifier 饰词 修饰符
  399. most derived class 最末层衍生类别 最底层的派生类
  400. mouse 滑鼠 鼠标
  401. mutable 可变的 可变的
  402. multi-tasking 多工 多任务
  403. namespace 命名空间 名字空间、命名空间
  404. native 原生的 本地的、固有的
  405. nested class 巢状类别 嵌套类
  406. network 网路 网络
  407. network card 网路卡 网卡
  408. object 物件 对象
  409. object based 以物件为基础的 基於对象的
  410. object file 目的档 目标文件
  411. object model 物件模型 对象模型
  412. object oriented 物件导向的 面向对象的
  413. online 线上 在线
  414. opaque 不透明的
  415. operand 运算元 操作数
  416. operating system (OS) 作业系统 操作系统
  417. operation 操作、操作行为 操作
  418. operator 运算子 操作符、运算符
  419. option 选项,可选方案 选项
  420. ordinary 常规的 常规的
  421. overflow 上限溢位(相对於 underflow) 溢出(underflow:下溢)
  422. overhead 额外负担、额外开销 额外开销
  423. overload 多载化、多载化、重载 重载
  424. overloaded function 多载化函式 重载的函数
  425. overloaded operator 多载化运算子 被重载的操作符
  426. overloaded set 多载集合 重载集合
  427. override 改写、覆写 重载、改写、重新定义 ###### (在 derived class 中重新定义虚拟函式
  428. package 套件 包
  429. pair 对组
  430. palette 调色盘、组件盘、工具箱
  431. pane 窗格 窗格 ###### (有时为嵌板之意,例 Java Content Pane)
  432. parallel 平行 并行
  433. parameter 叁数(函式叁数列上的变数) 叁数、形式叁数、形叁
  434. parameter list 叁数列 叁数列表
  435. parent class 父类别(或称 base class) 父类
  436. parentheses 小括弧、小括号 圆括弧、圆括号
  437. parse 解析 解析
  438. part 零件 部件
  439. partial specialization 偏特化(ref. C++ Primer 3/e, 16.10) 局部特化 ###### (ref. full specialization)
  440. pass by address 传址(函式引数的传递方式)(非正式用语)传地址
  441. pass by reference 传址(函式引数的一种传递方式) 传地址, 按引用传递
  442. pass by value 传值(函式引数的一种传递方式) 按值传递
  443. pattern 范式、样式 模式
  444. performance 效率、性能兼而有之 性能
  445. persistence 永续性 持久性
  446. pixel 图素、像素 像素
  447. placement delete ref. C++ Primer 3/e, 15.8.2
  448. placement new ref. C++ Primer 3/e, 15.8.2
  449. platform 平台 平台
  450. pointer 指标 指针 址位器(和址叁器 reference 形成对映,满好)
  451. poll 轮询 轮询
  452. polymorphism 多型 多态
  453. pop up 冒起式、弹出式 弹出式
  454. port 埠 端口
  455. postfix 后置式、后序式 后置式
  456. precedence 优先序(通常用於运算子的优先执行次序)
  457. prefix 前置式、前序式 前置式
  458. preprocessor 前处理器 预处理器
  459. prime 质数 素数
  460. primitive type 基本型别 (不同於 base class,基础类别)
  461. print 列印 打印
  462. printer 印表机 打印机
  463. priority 优先权 (通常用於执行绪获得 CPU 时间的优先次序)
  464. procedure 程序 过程
  465. procedural 程序性的、程序式的 过程式的、过程化的
  466. process 行程 进程
  467. profile 评测 评测
  468. profiler 效能(效率)评测器 效能(性能)评测器
  469. programmer 程式员 程序员
  470. programming 编程、程式设计、程式化 编程
  471. progress bar 进度指示器 进度指示器
  472. project 专案 项目、工程
  473. property 属性
  474. protocol 协定 协议
  475. pseudo code 假码、虚拟码、伪码 伪码
  476. qualified 经过资格修饰(例如加上 scope 运算子) 限定
  477. qualifier 资格修饰词、饰词 限定修饰词
  478. quality 品质 质量
  479. queue 伫列 队列
  480. radian 径度 弧度
  481. radio button 圆钮 单选按钮
  482. raise 引发(常用来表示发出一个 exception) 引起、引发
  483. random number 随机数、乱数 随机数
  484. range 范围、区间(用於 STL 时) 范围、区间
  485. rank 等级、分等(ref. C++Primer 3/e 9,15章) 等级
  486. raw 生鲜的、未经处理的 未经处理的
  487. record 记录 记录
  488. recordset 记录集 记录集
  489. recursive 递回 递归
  490. re-direction 重导向 重定向
  491. refactoring 重构、重整 重构
  492. refer 取用 叁考
  493. refer to 指向、指涉、指代
  494. reference (C++ 中类似指标的东西,相当於 “化身”) 引用、叁考 址叁器, see pointer
  495. register 暂存器 寄存器
  496. reflection 反射 反射、映像
  497. relational database 关联式资料库 关系数据库
  498. represent 表述,表现 表述,表现
  499. resolve 决议(为算式中的符号名称寻找 解析 对应之宣告式的过程)
  500. resolution 决议程序、决议过程 解析过程
  501. resolution 解析度 分辨率
  502. restriction 局限
  503. return 传回、回返 返回
  504. return type 回返型别 返回类型
  505. return value 回返值 返回值
  506. robust 强固、稳健 健壮
  507. robustness 强固性、稳健性 健壮性
  508. routine 常式 例程
  509. runtime 执行期 运行期、运行时
  510. common language runtime (CLR) 译为「通用语言执行层」
  511. rvalue 右值 右值
  512. save 储存 存储
  513. schedule 排程 调度
  514. scheduler 排程器 调度程序
  515. scheme 结构纲目、组织纲目
  516. scroll bar 卷轴 滚动条
  517. scope 生存空间、生存范围、范畴、作用域 生存空间
  518. scope operator 生存空间(范围决议)运算子 :: 生存空间操作符
  519. scope resolution operator 生存空间决议运算子 生存空间解析操作符 ###### (与scope operator同)
  520. screen 萤幕 屏幕
  521. search 搜寻 查找
  522. semantics 语意 语义
  523. sequential container 序列式容器 顺序式容器  (对应於 associative container)
  524. server 伺服器、伺服端 服务器、服务端
  525. serial 串行
  526. serialization 次第读写,序列化 序列化 (serialize)
  527. setter (相对於 getter) 设值函式
  528. signal 信号
  529. signature 标记式、签名式、署名式 签名
  530. slider 滚轴 滑块
  531. slot 条孔、槽 槽
  532. smart pointer 灵巧指标、精灵指标 智能指针
  533. snapshot 萤幕快照(图) 屏幕截图
  534. specialization 特殊化、特殊化定义、特殊化宣告 特化
  535. specification 规格 规格、规范
  536. splitter 分裂视窗 切分窗口
  537. software 软体 软件
  538. solution 解法,解决方案 方案
  539. source 原始码 源码、源代码
  540. stack 堆叠 栈
  541. stack unwinding 堆叠辗转开解(此词用於 exception 主题) 栈辗转开解 *
  542. standard library 标准程式库
  543. standard template library 标准模板程式库
  544. statement 述句 语句、声明
  545. status bar 状态列、状态栏 状态条
  546. STL 见 standard template library
  547. stream 资料流、串流 流
  548. string 字串 字符串
  549. subroutine  子程序
  550. subscript operator 下标运算子 [ ] 下标操作符
  551. subtype 子型别 子类型
  552. support 支援 支持
  553. suspend 虚悬 挂起
  554. symbol 符号 记号
  555. syntax 语法 语法
  556. tag 标签 标记 索引标签,页签
  557. target 标的(例 target pointer:标的指标) 目标
  558. task switch 工作切换 任务切换
  559. template 模板、范本 模板
  560. template argument deduction 模板引数推导 模板叁数推导
  561. template explicit specialization 模板显式特化(版本) 模板显式特化
  562. template parameter 模板叁数 模板叁数
  563. temporary object 暂时物件 临时对象
  564. text 文字 文本

二.前端开发必知单词

2.1 页面布局(layout)

  1. header 头部/页眉;
  2. index 首页/索引;
  3. logo 标志;
  4. nav/sub_nav 导航/子导航;
  5. banner 横幅广告;
  6. main/content 主体/内容;
  7. container/con 容器;
  8. wrapper/wrap 包裹(类似于container);
  9. menu 菜单;
  10. sub_menu/second_menu 子菜单/二级菜单;
  11. list 列表;
  12. section 分区/分块(类似于div);
  13. article 文章;
  14. aside 侧边栏/广告;
  15. footer 页脚/底部;
  16. title/sub_title 标题/副标题;
  17. news 新闻;
  18. hot 热点;
  19. pro 产品(product);
  20. company 公司;
  21. msg/info 信息(message)/消息;
  22. ads 广告(advertisements);
  23. icon 小图标;
  24. img 图片(image);
  25. copyright 版权;
  26. contact_us 联系我们;
  27. friend_link 友情链接;
  28. tel 联系电话(telephone);
  29. address 地址;

2.2 CSS样式(style)

  1. CSS 层叠样式表 (Cascading Style Sheets) ;
  2. background 背景;
  3. position 位置/定位;
  4. relative/absolute/fixed 相对定位/绝对定位/固定定位;
  5. float 浮动;
  6. clear 清除;
  7. vertical-align: middle/top/bottom; 垂直居中/上/下;
  8. line-height 行高;
  9. margin 外边距;
  10. padding 内边距;
  11. border 边框;
  12. solid/dashed/dotted 实线/线虚线/点虚线;
  13. border-radius 圆角;
  14. shadow 阴影;
  15. display 展示;
  16. hidden 隐藏;
  17. block/inline-block 块元素/行内块;
  18. overflow 溢出;
  19. cursor 光标;
  20. animation 动画;
  21. css sprites 雪碧图/图片精灵;
  22. column 分列;
  23. flex 弹性(布局);

2.3 表单(form)与表格(table)

  1. form 表单;
  2. action 行为;
  3. method 方式/方法;
  4. input 输入框;
  5. label 标签;
  6. password 密码;
  7. radio 单选框;
  8. checkbox 复选框;
  9. btn 按钮(button);
  10. submit/reset 提交/重置;
  11. textarea 文本域;
  12. select/option 选择框/选择项;
  13. placeholder 占位符(起提示作用);
  14. search 搜索;
  15. icon 小图标;
  16. autofocus 自动聚焦;
  17. disabled 禁用;
  18. checked 选中(单选框/复选框);
  19. selected 默认选择项(下拉选择框);
  20. required 必填项;
  21. readonly 只读;
  22. table 表格;
  23. thead/tbody/tfoot 表格标题/主体/底部;
  24. colspan 跨列;
  25. rowspan 跨行;
  26. cellspacing 单元格间距(类似于margin);
  27. cellpadding 单元格边距(类似于padding);
  28. border-collapse: collapse; 边框合并(用于table上);

三.使用github中要用到的单词和句子

3.1 Github首页
Pull requests        Issues      Gist
请求           问题        要点
Learn Git and GitHub without any code!
没有任何代码学习Git和GitHub! 


 Using the Hello World guide, you’ll create a repository, start a branch,
write comments, and open a pull request.

使用“你好世界指南”,您将创建一个存储库,启动一个分支,

写注释,并打开一个拉请求。 

Discover interesting projects and people to populate your personal news feed.
发现有趣的项目和人来填充您个人的新闻提要。


Your news feed helps you keep up with recent activity on repositories you watch and people you follow.
新闻可以帮助你跟上最近的活动库你看和你跟随的人。

Your repositories    New repository
你的仓库         新的存储库

All    public    private    Sources  Forks
全部   公有      私有     来源    拷贝

New repository    Import repository    New organization
新库          导入库          新组织

Your profile  your stars  explore  Integrations  Settings  Help  sign out
您的配置文件  你的星星  探索    集成        设置    帮助  退出


Your have no unread notifications
你有没有未读通知

Explore GitHub  Read the guide   Start a project
探索GitHub    阅读指南      启动项目

Contact GitHub    Traning   shop  blog   About        
联系 Github      培训     商店  博客    关于
 
3.2 Settings【设置】 
profile     Account    Emails    Notifications  Billing     SSH and GPG keys
配置文件    帐号      电子邮件    通知      计费    SSH 和 GPG 密钥

Security  Blocked users  OAuth applications  personal access tokens
安全    被阻止的用户     O验证应用程序      个人访问令牌

Repositories  Organizations  Saved replies
存储库      组织      保存的答复 

3.3 profile【配置文件】 
upload new picture  Don't show my email address  
上传新图片           不显示我的电子邮件地址 

Bio    Tell a little about yourself  Company  Location
简介    告诉一些关于你自己    公司    位置

Contributions  Include private contributions on my profile
捐赠      包括我的个人资料的私人捐款

Get credit for all your work by showing the number of contributions to private repositories on your profile without any repository or organization information. Learn how we count contributions.
你的工作在您的配置文件不包含任何存储库或组织的信息上显示私人资料库捐款的数量获得学分。了解我们如何计算贡献。

Github Developer Program 
GitHub 开发商计划

Building an application, service, or tool that integrates with GitHub? Join the GitHub Developer Program, or read more about it at our Developer site.
构建应用程序、服务或工具,集成了GitHub吗?加入到GitHub开发者计划,或者在我们的开发者网站阅读更多关于它。

Jobs profile        Available for hire
工作岗位配置文件      可以雇佣

Add a saved reply    Saved reply title
添加一个保存的答复    保存的答复标题

3.4 Setting your email in Git【在 Git 中设置您的电子邮件】
GitHub uses the email address you set in your local Git configuration to associate commits with your GitHub account.
GitHub 使用您在中设置的电子邮件地址您本地的 Git 配置相关联,即属与您 GitHub 的帐户。

Setting your local Git email address using the git config command
设置使用 git config 命令你本地的 Git 的电子邮件地址
 
3.5 Register a new OAuth application【登记一个新的OAuth应用】
Application name    Something users will recognize and trust
 应用程序名称      用户将识别和信任的东西 

Homepage URL    The full URL to your application homepage
个人主页URL     完整的网址到您的应用程序主页

Application description  This is displayed to all potential users of your application
应用描述        这被显示给您的应用程序的所有潜在用户

Authorization callback URL  Your application’s callback URL. Read our OAuth documentation for more information.
授权的回调URL        您的应用程序的回调 URL。阅读我们 OAuth 文档以了解更多信息。

Register application    Cancel
注册应用程序        取消
 
3.6 项目页面

code  Issues  Pull requests     wiki  pulse  Graphs   Setting
代码   问题    向外的请求   维基   脉冲   图   设置
 
Unwatch  Not watching  watching    Ignoring   Star    fork
关闭查看   不看      看          忽略    星级   叉子

commit    branch    releases    contributor  Description  Website
提交      分支      释放      贡献者      描述    网站


Branch  master    Find or create a branch        Branches   Tags   Save  Cancel
分支    硕士    发现或创建一个分支     分支      标签   保存  取消

New pull request  Create new file  Upload file  Find file  
新拉的请求      创建新文件    上传文件    查找文件
clone or download  Clone with HTTPS  
克隆或下载      克隆与HTTPS  
Use Git or checkout with SVN using the web URL.
使用git或结帐svn使用Web URL。

四.常用的语句缩写

1.AFAIK: As far as I know.  据我所知
2.SPOF: Single point of failure。 单节点崩溃
3.ASAP: As soon as possible。 马上,尽快。
4.BTW: By the way。 顺便说一下
5.FYI : For your information。 供你参考
6.TTYL: Talk to you later 。 待会回复你
7.Plz: Please 的谐音,基本用在熟人之间,而且是上级对下级,或者平级。 别给上级这么用,除非你和他非常非常熟...
8.Thx: Thanks.  这个就无所谓了, 伸手不打笑脸人, 经常说谢谢,百利无一害。
9.U: you
10.R: are.  经常用于where R U?  邮件里面用的不太多,大多数用在非正式场合之中。 例如wechat..
11.Wanna:  want to。 这个既不是谐音,也不是缩写, 所以有些特殊。 这个基本就属于约定俗成,表示想做什么。 
12.Pvt: private. 经常用在表示所有权上面,比如说私有库,或者私有代码。
13.Doc: Document. 经常看到这三个字母,在开发界就表示文档。 如果用在其它场合,也可能表示医生。 所以需要结合上下文来判断
14.PR: Pull request. 合并请求。 github上面使用量非常大的两个字母
15.i.e. 也就是...    
16.e.g. 例如, 举例来说
17.etc. 等等18.work at home . 在家办公, 估计国内很少有公司能经常用到这个短语..

五.工作中积累的陌生的单词

1.adhere    粘附,追随,附着

2.tolerated   容许,宽容,忍受

3.tutorial    辅导的,辅导教材,教程,使用说明书

4.preditable   可预见的

5.Composition   作文

猜你喜欢

转载自blog.csdn.net/m0_37631322/article/details/83785603