• python,Java 等编程常用术语


    编程常用术语

    术语说明术语说明
    .py file.py 文件invoking a function调用函数
    absolute finename绝对文件名is-a relationships是关系
    abstract data type ADT 抽象数据类型iterable可迭代的
    accessor ( getter )访问器( 获取器)iteration迭代
    actions动作key / value pair键值对
    actual parameter实际参数keyword关键字
    aggregation聚合keyword arguments关键字参数
    algorithm算法line break换行符
    anonymous list匿名列表line comment行注释
    anonymous object匿名对象line continuation symbol续行符
    argument参数linear searches线性查找
    assembler汇编器local variable局部变量
    assembler language汇编语言logic error逻辑错误
    assignment operator(=)赋值符loop计数器控制的循环
    association关联loop body循环体
    attributes属性loop-continuation condition循环继续条件
    augmented assignment增强型赋值low-level language低级语言
    backslash反斜杠 machine language机器语言
    base case 基础情况map
    behavior行为memory内存
    binary file二进制文件methods方法
    binary searches二分查找modem调制解调器
    bit比特module模板
    Blean expressions布尔表达式motherboard主板
    Boolean value布尔值multidimensional list多维列表
    break keywordbreak 关键字multiple inheritance多重继承
    bus总线mutator ( setter )修改器(设置器)
    byte字节nested list嵌套列表
    cable modem光缆调制解调器nested loop嵌套循环
    callback function回调函数network interface card  ( NIC )网络接口卡
    caller调用者newline换行符 
    calling a function调用函数None functionNone 函数
    calss's contract类的合约object对象
    camelCase驼峰拼写法object-oriented programming面向对象编程 OOP
    central processing unit中央处理器 CPUoff-by-one error偏离 1 的误差
    character encoding字符编码operands操作数
    class operating system(OS)操作系统
    class abstraction抽象类operator associativity运算符结合方向
    class encapsulation类封装operator overloading运算符重载
    client 客户端operator precedence运算符优先级
    column index列下标operators运算符
    comment注释output redirection输出重定向
    compiler编译器override 覆盖
    composition组合pack namager包管理器
    compound assignment复合赋值parameters参数
    concatenation operator连接运算符parent container父容器
    conditoin-controlled loop条件控制循环pass-by-value传值
    console控制台pixel像素
    constructor构造方法place manager位置管理器
    continue keywordcontinue 关键字polymorphism多态
    count-controlled loop计数器控制的循环positional argument位置参数
    data fields数据域private data fields私有数据域
    data hiding数据隐藏private method私有方法
    data structure数据结构program程序
    data type数据类型property属性
    default argument默认参数pseudocode伪代码
    deserializing反序列化random modulerandom 模块
    dictionary字典raw string原始字符串
    dictionary entry字典输入域recursive function递归函数
    dictionary item字典条目recursive helper function递归辅助函数
    direct recursion直接递归relative filename相对文件名
    directory path目录路径repetition operator复制运算符
    divide and conquer分治reserved word保留字
    dot operator ( .)圆点运算符return value返回值
    dot pitch点距row index行下标
    DSL(digital subscriber line )DSL 数字用户线runtime errors运行时错误
    dynamic binding动态绑定scope of a variable变量的范围
    encoding scheme编码表scope of a variable变量的作用域
    end-of-line行尾screen resolution屏幕分辨率
    escape sequence转义序列script file脚本文件
    expression表达式script mode 脚本模式
    file pointer文件指针selection sort选择排序
    floating-point numbers浮点数selection statements选择语句
    formal parameters形式参数sentinel value哨兵值
    function函数serializing序列化
    function abstraction函数抽象set 集合
    function header函数头set difference集合的差
    garbage collection垃圾回收set intersection集合的交
    geometry manager几何管理器set symmetric difference集合的对称差
    global variable全局变量set union集合的并
    grid manager网格管理器short-circuit evaluation短路计算
    handler处理器simultaneous assignment同时赋值
    hardware硬件slicing operator截取运算符
    hashable可哈希的software软件
    hige-level language高级语言source code源码
    identifiers标识符source file源文件
    identity实体source program源程序
    IDLE(Interactive DeveLopment Environment)交互式开发环境state状态
    immutable objects不可变对象statement语句
    immutable tuple不可变元组stepwise refinement逐步求精
    incremental development
    and testing
    递增式开发现
    与测试
    stopping condition终止条件
    indentation缩进storage device存储设备
    index下标 string字符串
    index operator下标运算符stub待完善方式
    indirect recursion间接递归syntax errors语法错误
    infinite loop无限循环syntax rules语法规则
    infinite recursion无限递归system analysis系统分析
    information hiding信息隐藏system design系统设计
    inheritance继承tail recursive尾递归
    initializer实例text file文本文件
    input ,process ,output(IPO)输入、处理、输出traceback回溯
    input redirection输入重定向tuple元组
    insertion sort 插入排序two-dimensional list二维列表
    instance实例方法type convesoin类型转换
    instance variable实例变量Unified Modeling Language 统一建模语言 UML
    instantiation实例化variable变量
    interaction mode 交互式模式whitespace characters空白字符
    interpreter解释器widget class小构件类







    附件列表

      学习,生活要不停的提高提高,哪怕一点点,也不要停。
    • 相关阅读:
      【设计模式】 五大原则
      RFC
      Linux虚拟服务器--LVS
      Git fast forward提交
      Fighting regressions with git bisect---within git bisect algorithm
      Git bare repo with multiple branches
      英特尔和Red Hat合作实现Gnome桌面的Wayland支持
      如何成为一个Linux内核开发者
      Terminal emulator
      bootstrap基础学习【网格系统】(三)
    • 原文地址:https://www.cnblogs.com/long90/p/12312677.html
    Copyright © 2020-2023  润新知