首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    程序员应该掌握的600个英语单词

    application 应用程式 应用、应用程序  application framework 应用程式框架、应用框架 应用程序框架  architecture 架构、系统架构 体系结构  argument 引数(传给函式的值)。叁见 parameter 叁数、实质叁数、实叁、自变量  array 阵列 数组  arrow operator arrow(箭头)运算子 箭头操作符  assembly 装配件  assembly language 组合语言 汇编语言  assert(ion) 断言  assign 指派、指定、设值、赋值 赋值  assignment 指派、指定 赋值、分配  assignment operator 指派(赋值)运算子 = 赋值操作符  associated 相应的、相关的 相关的、关联、相应的  associative container 关联式容器(对应 sequential container) 关联式容器  atomic 不可分割的 原子的  attribute 属性 属性、特性  audio 音讯 音频  A.I. 人工智慧 人工智能  background 背景 背景(用於图形着色)  后台(用於行程)  backward compatible 回溯相容 向下兼容  bandwidth 频宽 带宽  base class 基础类别 基类  base type 基础型别 (等同於 base class)  batch 批次(意思是整批作业) 批处理  benefit 利益 收益  best viable function 最佳可行函式 最佳可行函式  (从 viable functions 中挑出的最佳吻合者)  binary search 二分搜寻法 二分查找  binary tree 二元树 二叉树  binary function 二元函式 双叁函数  binary operator 二元运算子 二元操作符  binding 系结 绑定  bit 位元 位  bit field 位元栏 位域  bitmap 位元图 位图  bitwise 以 bit 为单元逐一┅  bitwise copy 以 bit 为单元进行复制;位元逐一复制 位拷贝  block 区块,区段 块、区块、语句块  boolean 布林值(真假值,true 或 false) 布尔值  border 边框、框线 边框  brace(curly brace) 大括弧、大括号 花括弧、花括号  bracket(square brakcet) 中括弧、中括号 方括弧、方括号  breakpoint 中断点 断点  build 建造、构筑、建置(MS 用语)  build-in 内建 内置  bus 汇流排 总线  business 商务,业务 业务  buttons 按钮 按钮  byte 位元组(由 8 bits 组成) 字节  cache 快取 高速缓存  call 呼叫、叫用 调用  callback 回呼 回调  call operator call(函式呼叫)运算子调用操作符  (同 function call operator)  candidate function 候选函式 候选函数  (在函式多载决议程序中出现的候选函式)  chain 串链(例 chain of function calls) 链  character 字元 字符  check box 核取方块 (i.e. check button) 复选框  checked exception 可控式异常(Java)  check button 方钮 (i.e. check box) 复选按钮  child class 子类别(或称为derived class, subtype) 子类  class 类别 类  class body 类别本体 类体  class declaration 类别宣告、类别宣告式 类声明  class definition 类别定义、类别定义式 类定义  class derivation list 类别衍化列 类继承列表  class head 类别表头 类头  class hierarchy 类别继承体系, 类别阶层 类层次体系  class library 类别程式库、类别库 类库  class template 类别模板、类别范本 类模板  class template partial specializations  类别模板偏特化 类模板部分特化  class template specializations  类别模板特化 类模板特化  cleanup 清理、善后 清理、清除  client 客端、客户端、客户 客户  client-server 主从架构 客户/服务器  clipboard 剪贴簿 剪

    00

    计算机常用算法对照表整理

    第一部分、计算机算法常用术语中英对照 Data Structures 基本数据结构 Dictionaries 字典 Priority Queues 堆 Graph Data Structures 图 Set Data Structures 集合 Kd-Trees 线段树 Numerical Problems 数值问题 Solving Linear Equations 线性方程组 Bandwidth Reduction 带宽压缩 Matrix Multiplication 矩阵乘法 Determinants and Permanents 行列式 Constrained and Unconstrained Optimization 最值问题 Linear Programming 线性规划 Random Number Generation 随机数生成 Factoring and Primality Testing 因子分解/质数判定 Arbitrary Precision Arithmetic 高精度计算 Knapsack Problem 背包问题 Discrete Fourier Transform 离散Fourier变换 Combinatorial Problems 组合问题 Sorting 排序 Searching 查找 Median and Selection 中位数 Generating Permutations 排列生成 Generating Subsets 子集生成 Generating Partitions 划分生成 Generating Graphs 图的生成 Calendrical Calculations 日期 Job Scheduling 工程安排 Satisfiability 可满足性 Graph Problems – polynomial 图论-多项式算法 Connected Components 连通分支 Topological Sorting 拓扑排序 Minimum Spanning Tree 最小生成树 Shortest Path 最短路径 Transitive Closure and Reduction 传递闭包 Matching 匹配 Eulerian Cycle / Chinese Postman Euler回路/中国邮路 Edge and Vertex Connectivity 割边/割点 Network Flow 网络流 Drawing Graphs Nicely 图的描绘 Drawing Trees 树的描绘 Planarity Detection and Embedding 平面性检测和嵌入 Graph Problems – hard 图论-NP问题 Clique 最大团 Independent Set 独立集 Vertex Cover 点覆盖 Traveling Salesman Problem 旅行商问题 Hamiltonian Cycle Hamilton回路 Graph Partition 图的划分 Vertex Coloring 点染色 Edge Coloring 边染色 Graph Isomorphism 同构 Steiner Tree Steiner树 Feedback Edge/Vertex Set 最大无环子图 Computational Geometry 计算几何 Convex Hull 凸包 Triangulation 三角剖分 Voronoi Diagrams Voronoi图 Nearest Neighbor Search 最近点对查询 Range Search 范围查询 Point Location 位置查询 Intersection Detection 碰撞测试 Bin Packing 装箱问题 Medial-Axis Transformation 中轴变换 Polygon Partitioning 多边形分割 Simplifying Polygons 多边形化简 Shape Similarity 相似多边形 Motion Planning 运动规划 Maintaining Line Arrangements 平面分割 Minkowski Sum Minkowski和 Set and String Problems 集合与串的问题

    03
    领券