程序员必备英语词汇(3)

对于程序员来说,生命在于静止,上班,下班,睡觉,上班,加班,下班,上班。。。。。。
表面上看一个程序员没有任何的动作,但是,他的大脑能在以 3600r/s的速度在运转,心脏再以 30次/s 在跳动,随时都有可能死机,导致系统崩溃。
下面继续学习英语词汇吧@
runtime 执行期 运行期、运行时
common language runtime (CLR) 译为「通用语言执行层」
rvalue 右值 右值
save 储存 存储
schedule 排程 调度
scheduler 排程器 调度程序
scheme 结构纲目、组织纲目
scroll bar 卷轴 滚动条
scope 生存空间、生存范围、范畴、作用域 生存空间
scope operator 生存空间(范围决议)运算子 :: 生存空间操作符
scope resolution operator
生存空间决议运算子 生存空间解析操作符
(与scope operator同)
screen 萤幕 屏幕
search 搜寻 查找
semantics 语意 语义
sequential container 序列式容器 顺序式容器
(对应於 associative container)
server 伺服器、伺服端 服务器、服务端
serial 串行
serialization 次第读写,序列化 序列化

  • 21
    (serialize)
    setter (相对於 getter) 设值函式
    signal 信号
    signature 标记式、签名式、署名式 签名
    slider 滚轴 滑块
    slot 条孔、槽 槽
    smart pointer 灵巧指标、精灵指标 智能指针
    snapshot 萤幕快照(图) 屏幕截图
    specialization 特殊化、特殊化定义、特殊化宣告 特化
    specification 规格 规格、规范
    splitter 分裂视窗 切分窗口
    software 软体 软件
    solution 解法,解决方案 方案
    source 原始码 源码、源代码
    stack 堆叠 栈
    stack unwinding 堆叠辗转开解(此词用於 exception 主题) 栈辗转开解 *
    standard library 标准程式库
    standard template library 标准模板程式库
    statement 述句 语句、声明
    status bar 状态列、状态栏 状态条
    STL 见 standard template library
    stream 资料流、串流 流
    string 字串 字符串
    subroutine
    subscript operator 下标运算子 [ ] 下标操作符
    subtype 子型别 子类型
  • 22
    support 支援 支持
    suspend 虚悬 挂起
    symbol 符号 记号
    syntax 语法 语法
    tag 标签 标记
    索引标签,页签
    target 标的(例 target pointer:标的指标) 目标
    task switch 工作切换 任务切换
    template 模板、范本 模板
    template argument deduction
    模板引数推导 模板叁数推导
    template explicit specialization
    模板显式特化(版本) 模板显式特化
    template parameter 模板叁数 模板叁数
    temporary object 暂时物件 临时对象
    text 文字 文本
    六百词基本上已经整理完了,希望大家有所进步,有所收获!
  • 23
    程序员不可不知的英文词汇(1)
    小小吐槽:我学习英语绝对不是心血来潮,可以说,我的英语也不是很好,至于为什么能够
    将英语坚持
    的学习下来,是因为我高中的一位英语老师,当时高一,英语算是主课中的一科,如果英语
    成绩不好的
    话,是十分拉分的,当然有老师的开导才是重要的,三年里,只要我有什么困惑的事情,我
    都会到我这
    位引导我人生的英语老师那里去开导。说这么多,其实我想强调的有一点是:有一位好老师
    非常重要。
    我虽然不是英语老师,但是我是你贴心的朋友,而我能够带来的只有我所拥有的资源,分享
    给大家,希望
    对大家有所帮助。
    算法常用术语中英对照
    Data Structures 基本数据结构
    Dictionaries 字典
    Priority Queues 堆
    Graph DataStructures 图
    Set DataStructures 集合
    Kd-Trees 线段树
    Numerical Problems 数值问题
    Solving LinearEquations 线性方程组
    BandwidthReduction 带宽压缩
    MatrixMultiplication 矩阵乘法
    Determinants andPermanents 行列式
    Constrained andUnconstrained Optimization 最值问题
    Linear Programming线性规划
    Random NumberGeneration 随机数生成
    Factoring andPrimality Testing 因子分解/质数判定
    ArbitraryPrecision Arithmetic 高精度计算
    Knapsack Problem 背包问题
    Discrete FourierTransform 离散 Fourier 变换
    CombinatorialProblems 组合问题
    Sorting 排序
  • 24
    Searching 查找
    Median andSelection 中位数
    GeneratingPermutations 排列生成
    Generating Subsets 子集生成
    GeneratingPartitions 划分生成
    Generating Graphs 图的生成
    CalendricalCalculations 日期
    Job Scheduling 工程安排
    Satisfiability 可满足性
    Graph Problems --polynomial 图论-多项式算法
    ConnectedComponents 连通分支
    TopologicalSorting 拓扑排序
    Minimum SpanningTree 最小生成树
    Shortest Path 最短路径
    Transitive Closureand Reduction 传递闭包
    Matching 匹配
    Eulerian Cycle /Chinese Postman Euler 回路/中国邮路
    Edge and Vertex Connectivity 割边/割点
    Network Flow 网络流
    Drawing GraphsNicely 图的描绘
    Drawing Trees 树的描绘
    PlanarityDetection and Embedding 平面性检测和嵌入
    Graph Problems --hard 图论-NP 问题
    Clique 最大团
    Independent Set 独立集
    Vertex Cover 点覆盖
    Traveling SalesmanProblem 旅行商问题
    Hamiltonian CycleHamilton 回路
    Graph Partition 图的划分
    Vertex Coloring 点染色
    Edge Coloring 边染色
    Graph Isomorphism 同构
  • 25
    Steiner TreeSteiner 树
    FeedbackEdge/Vertex Set 最大无环子图
    ComputationalGeometry 计算几何
    Convex Hull 凸包
    Triangulation 三角剖分
    Voronoi DiagramsVoronoi 图
    Nearest NeighborSearch 最近点对查询
    Range Search 范围查询
    Point Location 位置查询
    IntersectionDetection 碰撞测试
    Bin Packing 装箱问题
    Medial-AxisTransformation 中轴变换
    PolygonPartitioning 多边形分割
    SimplifyingPolygons 多边形化简
    Shape Similarity 相似多边形
    Motion Planning 运动规划
    Maintaining LineArrangements 平面分割
    Minkowski SumMinkowski 和
    Set and StringProblems 集合与串的问题
    Set Cover 集合覆盖
    Set Packing 集合配置
    String Matching 模式匹配
    Approximate StringMatching 模糊匹配
    Text Compression 压缩
    Cryptography 密码
    Finite StateMachine Minimization 有穷自动机简化
    Longest CommonSubstring 最长公共子串
    Shortest CommonSuperstring 最短公共父串
    DP——Dynamic Programming——动态规划
    recursion ——递归
  • 26
    程序员不可不知的英文词汇(2)
    小小吐槽:传说英语是世界是最通用的语言,而汉语是世界使用最多的语言,那么,以后会
    不会转变一点
    呢?汉语是世界是最通用的语言,而汉语是世界使用最多的语言。如果我们再去幻想一下,
    如果,汉语成
    为最通用的语言,那么那是的编程会不会使用的汉语去编程呢?
    可是,现在还没有到那个地步呢!那么现在也只能使英文去编程,那只好把英文学好咯!
    编程词汇
    A2A integration A2A 整合
    abstract 抽象的
    abstract baseclass (ABC)抽象基类
    abstract class 抽象类
    abstraction 抽象、抽象物、抽象性
    access 存取、访问
    access level 访问级别
    access function 访问函数
    account 账户
    action 动作
    activate 激活
    active 活动的
    actual parameter 实参
    adapter 适配器
    add-in 插件
    address 地址
    address space 地址空间
    address-ofoperator 取地址操作符
    ADL(argument-dependent lookup)
    ADO(ActiveX DataObject)ActiveX 数据对象
    advanced 高级的
    aggregation 聚合、聚集
    algorithm 算法
    alias 别名
    align 排列、对齐
    allocate 分配、配置
    allocator 分配器、配置器
  • 27
    angle bracket 尖括号
    annotation 注解、评注
    API (ApplicationProgramming Interface)应用(程序)编程接口
    app domain(application domain)应用域
    application 应用、应用程序
    applicationframework 应用程序框架
    appearance 外观
    append 附加
    architecture 架构、体系结构
    archive file 归档文件、存档文件
    argument 引数(传给函式的值)。参见 parameter
    array 数组
    arrow operator 箭头操作符
    ASP(Active ServerPage)活动服务器页面
    ASP .NET workerprocess ASP .NET 工作者进程
    assembly 装配件、配件
    assembly language 汇编语言
    assembly manifest 装配件清单
    assert(ion)断言
    assign 赋值
    assignment 赋值、分配
    assignmentoperator 赋值操作符
    associated 相关的、相关联的
    associativecontainer 关联式容器(对应 sequentialcontainer)
    asynchronous 异步的
    atomic 原子的
    atomic operation 原子操作
    attribute 特性、属性
    authenticationservice 验证服务
    authorization 授权
    audio 音频
    A.I. 人工智能
    B2B integrationB2B 整合、B2B 集成(business-to-businessintegration)
    background 背景、后台(进程)
    backwardcompatible 向后兼容、向下兼容
    backup 备份
    backup device 备份设备
    backup file 备份文件
    bandwidth 带宽
  • 28
    base class 基类
    base type 基类型
    batch 批处理
    BCL (base classlibrary)基类库
    binary 二进制
    binary search 二分查找
    binary tree 二叉树
    binary function 双参函数
    binary largeobject 二进制大对象
    binary operator 二元操作符
    binding 绑定
    bit 位
    bitmap 位图
    bitwise 按位…
    bitwise copy 为单元进行复制;位元逐一复制,按位拷
    bitwise operation 按位运算
    block 块、区块、语句块
    bookkeeping 簿记
    boolean 布林值(真假值,true 或false)
    border 边框
    bounds checking 边界检查
    boxing 装箱、装箱转换
    brace (curlybrace)大括号、花括号
    bracket (squarebrakcet)中括号、方括号
    breakpoint 断点
    browserapplications 浏览器应用(程序)
    browser-accessibleapplication 可经由浏览器访问的应用程序
    build 编连(专指编译和连接
    built-in 内建、内置
    bus 总线
    business 业务、商务(看场合)
    business Logic 业务逻辑
    business rules 业务规则
    buttons 按钮
    bug 臭虫
    by/through 通过
    byte 位元组(由 8 bits 组成)
    cache 高速缓存
    calendar 日历
  • 29
    call 调用
    callback 回调
    call-levelinterface (CLI)调用级接口(CLI)
    call operator 调用操作符
    candidate key 候选键(for database)
    cascading delete 级联删除(for database)
    cascading update 级联更新(for database)
    casting 转型、造型转换
    catalog 目录
    chain 链(function calls)
    character 字符
    character format 字符格式
    character set 字符集
    CHECK constraintsCHECK 约束(for database)
    checkpoint 检查点(for database)
    check box 复选框
    check button 复选按钮
    child class 子类
    CIL (commonintermediate language)通用中间语言、通用中介语言
    class 类
    class declaration 类声明
    class definition 类定义
    class derivationlist 类继承列表
    class factory 类厂
    class hierarchy 类层次结构
    class library 类库
    class loader 类装载器
    class template 类模板
    class templatepartial specializations 类模板部分特化
    class templatespecializations 类模板特化
    classification 分类
    clause 子句
    client application 客户端应用程序
    client cursor 客户端游标(for database)
    code page 代码页
    cleanup 清理、清除
    CLI (CommonLanguage Infrastructure) 通用语言基础设施
    client 客户、客户端

猜你喜欢

转载自blog.csdn.net/qq_43239192/article/details/85342118