ZBLOG

列举c++的500个中文技术词汇

  1. 递归 (Recursion)
  2. 面向对象编程 (Object-oriented programming)
  3. 数据结构 (Data structure)
  4. 算法 (Algorithm)
  5. 容器 (Container)
  6. 迭代器 (Iterator)
  7. 模板 (Template)
  8. 类 (Class)
  9. 继承 (Inheritance)
  10. 多态性 (Polymorphism)
  11. 虚函数 (Virtual function)
  12. 友元 (Friend)
  13. 命名空间 (Namespace)
  14. 异常处理 (Exception handling)
  15. 动态内存分配 (Dynamic memory allocation)
  16. 智能指针 (Smart pointer)
  17. RAII (Resource Acquisition Is Initialization)
  18. 操作符重载 (Operator overloading)
  19. 模板特化 (Template specialization)
  20. 模板偏特化 (Template partial specialization)
  21. Lambda表达式 (Lambda expression)
  22. 函数对象 (Function object)
  23. STL (Standard Template Library)
  24. 数组 (Array)
  25. 指针 (Pointer)
  26. 引用 (Reference)
  27. const关键字 (const keyword)
  28. static关键字 (static keyword)
  29. inline关键字 (inline keyword)
  30. volatile关键字 (volatile keyword)
  31. auto关键字 (auto keyword)
  32. decltype关键字 (decltype keyword)
  33. extern关键字 (extern keyword)
  34. register关键字 (register keyword)
  35. typedef关键字 (typedef keyword)
  36. sizeof运算符 (sizeof operator)
  37. new运算符 (new operator)
  38. delete运算符 (delete operator)
  39. typeid运算符 (typeid operator)
  40. static_cast转换 (static_cast conversion)
  41. dynamic_cast转换 (dynamic_cast conversion)
  42. const_cast转换 (const_cast conversion)
  43. reinterpret_cast转换 (reinterpret_cast conversion)
  44. 命令行参数 (Command line arguments)
  45. 文件操作 (File operations)
  46. 流操作符 (Stream operators)
  47. 输入输出流 (Input/output streams)
  48. 字符串操作 (String operations)
  49. 标准模板库 (Standard Template Library)
  50. 迭代器模式 (Iterator pattern)
  51. 观察者模式 (Observer pattern)
  52. 工厂模式 (Factory pattern)
  53. 单例模式 (Singleton pattern)
  54. 策略模式 (Strategy pattern)
  55. 组合模式 (Composite pattern)
  56. 适配器模式 (Adapter pattern)
  57. 装饰器模式 (Decorator pattern)
  58. 模板方法模式 (Template method pattern)
  59. 原型模式 (Prototype pattern)
  60. 抽象工厂模式 (Abstract factory pattern)
  61. 迭代器设计模式 (Iterator design pattern)
  62. 观察者设计模式 (Observer design pattern)
  63. 工厂设计模式 (Factory design pattern)
  64. 单例设计模式 (Singleton design pattern)
  65. 策略设计模式 (Strategy design pattern)
  66. 组合设计模式 (Composite design pattern)
  67. 适配器设计模式 (Adapter design pattern)
  68. 装饰器设计模式 (Decorator design pattern)
  69. 神经网络 (Neural network)
  70. 机器学习 (Machine learning)
  71. 深度学习 (Deep learning)
  72. 支持向量机 (Support vector machine)
  73. 神经网络算法 (Neural network algorithm)
  74. 遗传算法 (Genetic algorithm)
  75. K最近邻算法 (K-nearest neighbor algorithm)
  76. 贝叶斯分类器 (Bayesian classifier)
  77. 决策树 (Decision tree)
  78. 线性回归 (Linear regression)
  79. 逻辑回归 (Logistic regression)
  80. 主成分分析 (Principal component analysis)
  81. 聚类算法 (Clustering algorithm)
  82. K均值算法 (K-means algorithm)
  83. DBSCAN算法 (DBSCAN algorithm)
  84. 随机森林 (Random forest)
  85. SVM分类器 (SVM classifier)
  86. 神经网络架构 (Neural network architecture)
  87. 卷积神经网络 (Convolutional neural network)
  88. 循环神经网络 (Recurrent neural network)
  89. LSTM (Long short-term memory)
  90. 自然语言处理 (Natural language processing)
  91. 文本分析 (Text analysis)
  92. 语言模型 (Language model)
  93. 词嵌入 (Word embedding)
  94. 语义分析 (Semantic analysis)
  95. 命名实体识别 (Named entity recognition)
  96. 情感分析 (Sentiment analysis)
  97. 分词 (Word segmentation)
  98. 信息提取 (Information extraction)
  99. 机器翻译 (Machine translation)
  100. 图像处理 (Image processing)
  101. 数字图像处理 (Digital image processing)
  102. 边缘检测 (Edge detection)
  103. 图像分割 (Image segmentation)
  104. 形态学图像处理 (Morphological image processing)
  105. 目标检测 (Object detection)
  106. 特征提取 (Feature extraction)
  107. 图像识别 (Image recognition)
  108. 人脸识别 (Facial recognition)
  109. 图像分类 (Image classification)
  110. 图像生成 (Image generation)
  111. 深度卷积生成对抗网络 (DCGAN)
  112. 孪生网络 (Siamese network)
  113. 分布式计算 (Distributed computing)
  114. MapReduce
  115. Hadoop
  116. Spark
  117. 高性能计算 (High performance computing)
  118. 并行计算 (Parallel computing)
  119. CUDA
  120. OpenCL
  121. MPI
  122. 多线程编程 (Multithreading programming)
  123. 线程同步 (Thread synchronization)
  124. 互斥量 (Mutex)
  125. 信号量 (Semaphore)
  126. 读写锁 (Read-write lock)
  127. 条件变量 (Condition variable)
  128. 线程池 (Thread pool)
  129. 异步编程 (Asynchronous programming)
  130. 回调函数 (Callback function)
  131. 协程 (Coroutine)
  132. IO多路复用 (IO multiplexing)
  133. select函数 (select function)
  134. poll函数 (poll function)
  135. epoll函数 (epoll function)
  136. 网络编程 (Network programming)
  137. 套接字 (Socket)
  138. TCP/IP协议 (TCP/IP protocol)
  139. UDP协议 (UDP protocol)
  140. HTTP协议 (HTTP protocol)
  141. HTTPS协议 (HTTPS protocol)
  142. WebSocket协议 (WebSocket protocol)
  143. RPC框架 (RPC framework)
  144. RESTful API
  145. 编译器 (Compiler)
  146. 语法分析器 (Parser)
  147. 词法分析器 (Lexer)
  148. 中间代码生成器 (Intermediate code generator)
  149. 优化器 (Optimizer)
  150. 目标代码生成器 (Target code generator)
  151. 静态库 (Static library)
  152. 动态库 (Dynamic library)
  153. DLL (Dynamic Link Library)
  154. SO (Shared Object)
  155. 运行时库 (Runtime library)
  156. 预处理器指令 (Preprocessor directive)
  157. ifdef指令 (ifdef directive)
  158. ifndef指令 (ifndef directive)
  159. define指令 (define directive)
  160. include指令 (include directive)
  161. pragma指令 (pragma directive)
  162. 枚举类型 (Enumeration type)
  163. 常量表达式 (Constant expression)
  164. 可变参数模板 (Variadic template)
  165. 位运算符 (Bitwise operator)
  166. 按位与运算符 (Bitwise AND operator)
  167. 按位或运算符 (Bitwise OR operator)
  168. 按位异或运算符 (Bitwise XOR operator)
  169. 左移位运算符 (Left shift operator)
  170. 右移位运算符 (Right shift operator)
  171. 逻辑运算符 (Logical operator)
  172. 逻辑非运算符 (Logical NOT operator)
  173. 逻辑与运算符 (Logical AND operator)
  174. 逻辑或运算符 (Logical OR operator)
  175. 条件运算符 (Conditional operator)
  176. 指针运算符 (Pointer operator)
  177. 取址运算符 (Address-of operator)
  178. 解引用运算符 (Dereference operator)
  179. 箭头运算符 (Arrow operator)
  180. 成员选择运算符 (Member selection operator)
  181. 位域 (Bit field)
  182. volatile修饰符 (volatile qualifier)
  183. inline修饰符 (inline qualifier)
  184. restrict修饰符 (restrict qualifier)
  185. extern修饰符 (extern qualifier)
  186. static修饰符 (static qualifier)
  187. const修饰符 (const qualifier)
  188. auto修饰符 (auto qualifier)
  189. register修饰符 (register qualifier)
  190. Atomic类型 (Atomic type)
  191. C++11
  192. C++14
  193. C++17
  194. C++20
  195. Unicode编码 (Unicode encoding)
  196. UTF-8编码 (UTF-8 encoding)
  197. UTF-16编码 (UTF-16 encoding)
  198. UTF-32编码 (UTF-32 encoding)
  199. 字符串字面量 (String literal)
  200. 字符字面量 (Character literal)
  201. 布尔类型 (Boolean type)
  202. 整型 (Integer type)
  203. 浮点型 (Floating-point type)
  204. void类型 (Void type)
  205. nullptr常量 (nullptr constant)
  206. sizeof运算符 (sizeof operator)
  207. 对象大小与对齐 (Object size and alignment)
  208. 强制类型转换 (Type casting)
  209. 数组类型 (Array type)
  210. 静态数组 (Static array)
  211. 动态数组 (Dynamic array)
  212. 多维数组 (Multidimensional array)
  213. 指针类型 (Pointer type)
  214. 空指针 (Null pointer)
  215. 野指针 (Dangling pointer)
  216. 智能指针 (Smart pointer)
  217. 引用类型 (Reference type)
  218. 左值引用 (Lvalue reference)
  219. 右值引用 (Rvalue reference)
  220. const限定符 (const qualifier)
  221. constexpr限定符 (constexpr qualifier)
  222. volatile限定符 (volatile qualifier)
  223. mutable限定符 (mutable qualifier)
  224. 类型别名 (Type alias)
  225. typedef关键字 (typedef keyword)
  226. using关键字 (using keyword)
  227. decltype关键字 (decltype keyword)
  228. auto关键字 (auto keyword)
  229. template关键字 (template keyword)
  230. 特化模板 (Specialized template)
  231. 偏特化模板 (Partial specialized template)
  232. C++模板编程 (C++ template programming)
  233. 函数模板 (Function template)
  234. 类模板 (Class template)
  235. 变长参数模板 (Variadic template)
  236. 元编程 (Metaprogramming)
  237. SFINAE (Substitution Failure Is Not An Error)
  238. 虚函数 (Virtual function)
  239. 纯虚函数 (Pure virtual function)
  240. 虚函数表 (Virtual function table)
  241. 多重继承 (Multiple inheritance)
  242. 菱形继承 (Diamond inheritance)
  243. 虚继承 (Virtual inheritance)
  244. 接口类 (Interface class)
  245. 命名空间 (Namespace)
  246. using关键字的命名空间别名 (using keyword for namespace alias)
  247. 嵌套命名空间 (Nested namespace)
  248. 类型转换运算符 (Type conversion operator)
  249. 静态成员变量 (Static member variable)
  250. 静态成员函数 (Static member function)
  251. 构造函数 (Constructor)
  252. 默认构造函数 (Default constructor)
  253. 拷贝构造函数 (Copy constructor)
  254. 移动构造函数 (Move constructor)
  255. 析构函数 (Destructor)
  256. RAII编程 (Resource Acquisition Is Initialization programming)
  257. 操作符重载 (Operator overloading)
  258. 自定义操作符 (Custom operator)
  259. 输入输出流操作符重载 (Input/output stream operator overloading)
  260. 函数对象 (Function object)
  261. Lambda表达式 (Lambda expression)
  262. STL容器 (STL container)
  263. vector容器 (vector container)
  264. list容器 (list container)
  265. deque容器 (deque container)
  266. set容器 (set container)
  267. map容器 (map container)
  268. unordered_set容器 (unordered_set container)
  269. unordered_map容器 (unordered_map container)
  270. stack容器 (stack container)
  271. queue容器 (queue container)
  272. priority_queue容器 (priority_queue container)
  273. 算法 (Algorithm)
  274. 查找算法 (Search algorithm)
  275. 排序算法 (Sort algorithm)
  276. 堆排序算法 (Heap sort algorithm)
  277. 快速排序算法 (Quick sort algorithm)
  278. 归并排序算法 (Merge sort algorithm)
  279. 插入排序算法 (Insertion sort algorithm)
  280. 选择排序算法 (Selection sort algorithm)
  281. 希尔排序算法 (Shell sort algorithm)
  282. 计数排序算法 (Counting sort algorithm)
  283. 桶排序算法 (Bucket sort algorithm)
  284. 基数排序算法 (Radix sort algorithm)
  285. 随机化算法 (Randomized algorithm)
  286. 分治算法 (Divide and conquer algorithm)
  287. 动态规划算法 (Dynamic programming algorithm)
  288. 图算法 (Graph algorithm)
  289. 最短路径算法 (Shortest path algorithm)
  290. 最小生成树算法 (Minimum spanning tree algorithm)
  291. Floyd算法 (Floyd algorithm)
  292. Dijkstra算法 (Dijkstra algorithm)
  293. Prim算法 (Prim algorithm)
  294. Kruskal算法 (Kruskal algorithm)
  295. 模板元编程 (Template metaprogramming)
  296. 编译期计算 (Compile-time computation)
  297. 反射机制 (Reflection mechanism)
  298. 嵌套类型 (Nested type)
  299. 内部类 (Inner class)
  300. 匿名类 (Anonymous class)
  301. 所有权转移语义 (Ownership transfer semantics)
  302. 移动语义 (Move semantics)
  303. 右值引用 (Rvalue reference)
  304. std::move函数 (std::move function)
  305. std::forward函数 (std::forward function)
  306. 拷贝控制成员函数 (Copy control member functions)
  307. 复制构造函数 (Copy constructor)
  308. 移动构造函数 (Move constructor)
  309. 赋值运算符 (Assignment operator)
  310. 复制赋值运算符 (Copy assignment operator)
  311. 移动赋值运算符 (Move assignment operator)
  312. 析构函数 (Destructor)
  313. 异常处理机制 (Exception handling mechanism)
  314. try块 (try block)
  315. catch块 (catch block)
  316. throw关键字 (throw keyword)
  317. 标准异常类 (Standard exception classes)
  318. std::exception类 (std::exception class)
  319. std::runtime_error类 (std::runtime_error class)
  320. std::logic_error类 (std::logic_error class)
  321. 泛型编程 (Generic programming)
  322. SFINAE技术 (SFINAE technique)
  323. CRTP (Curiously Recurring Template Pattern)
  324. 模板元编程 (Template metaprogramming)
  325. type_traits库 (type_traits library)
  326. enable_if模板 (enable_if template)
  327. std::conditional模板 (std::conditional template)
  328. std::is_same模板 (std::is_same template)
  329. std::remove_reference模板 (std::remove_reference template)
  330. std::remove_const模板 (std::remove_const template)
  331. std::remove_volatile模板 (std::remove_volatile template)
  332. std::decay模板 (std::decay template)
  333. std::enable_if模板 (std::enable_if template)
  334. std::tuple模板 (std::tuple template)
  335. std::pair模板 (std::pair template)
  336. std::array模板 (std::array template)
  337. std::function模板 (std::function template)
  338. std::bind函数 (std::bind function)
  339. std::placeholders命名空间 (std::placeholders namespace)
  340. std::reference_wrapper类型 (std::reference_wrapper type)
  341. std::unique_ptr智能指针 (std::unique_ptr smart pointer)
  342. std::shared_ptr智能指针 (std::shared_ptr smart pointer)
  343. std::weak_ptr智能指针 (std::weak_ptr smart pointer)
  344. std::atomic原子类型 (std::atomic atomic type)
  345. C++标准库 (C++ Standard Library)
  346. iostream头文件 (iostream header file)
  347. cstdlib头文件 (cstdlib header file)
  348. cstdio

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=406

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?