zoukankan      html  css  js  c++  java
  • 常见单词

    argument 参数
    BigInteger很大的整数类 (比long大多了)
    Bigdecimal很大的小数类(比double精确大多了)
    binary二进制
    Integer.toBinaryString();将整数转成2进制字符串
    java.lang.Integer.toOctalString() 方法返回一个
    无符号整数,以8为基数的整数参数的字符串表示形
    式。下面的字符作为八进制数字: 01234567

    Integer.toHexString(a);16进制
    operator去余数
    Connector连接器

    Recursion 递归
    factorial 阶乘 10!
    positive 正的
    oriented 东方的定位

    组织代码 封装数据

    OOP面向对象 编程 提高代码复用性
    OOD面向对象 设计 对某一类的抽象 实现对现实世界
    更好的建模

    reference引用、
    local variable局部变量(方法里面的变量)
    a may not have 没有
    been initialized被初始化
    extends (继承) 拓展 子类是父类的拓展
    inherit继承
    Mammal 哺乳

    in general 一般来说
    concise 简洁
    consisting of 组成

    properties 配置文件
    inherit继承
    encapsulation封装

    多态(polymorphism)
    assigned被指定
    literals 字面量
    constant常量 不可变的
    CharSequence
    Compares this string to the specified object. 字符串和形参列表的对象比较
    synchronized同步
    Capacity容量
    Matrix矩阵
    multiply乘法
    divide 除法
    minus 减法
    包装类(WrapperClass)
    primitive type基本类型
    specified指定

    The class Date represents a specific instant in time, with millisecond precision.
    用毫秒表示时刻对象
    @Deprecated遗弃的 废弃的 @标书注解
    instant时刻
    converting转换

    initialCapacity初始容量
    Attribute属性
    annotation注解
    parameter 参数
    generator生成器
    sequence序列
    comment注释

    CRUD是常见的页面功能,即我们常说的增删改查 
    C - Creation 增加 
    R - Retrieve 查询 
    U - Update 修改 
    D - DELETE 删除

  • 相关阅读:
    函数
    函数
    day---07 文件的操作
    作业9 DFA最小化,语法分析初步
    作业8 非确定的自动机NFA确定化为DFA
    作业7 正规式到正规文法与自动机
    作业6 正规文法与正规式
    作业5 词法分析程序的设计与实现
    作业四 文法和语言总结与梳理
    作业三 语法树,短语,直接短语,句柄
  • 原文地址:https://www.cnblogs.com/PoeticalJustice/p/7608445.html
Copyright © 2011-2022 走看看