资源列表
JRMPC_v0.9.2
- A Generative Model for the Joint Registration of Multiple Point Sets
Controller
- Altera SoC ARM Baremetal Application for Terassic DE1-SoC Board
android_program_guide
- android 蓝牙开发指南 android bluetooth Development Guide-android bluetooth Development Guide
PHOTOVOLTAIC_POWER_CONTROL_USING_MPPT_AND_BOOST_C
- MPPT NOVEL TECHNIQUE
documents-export-2015-02-15
- SSD 6 Programming final exam files answers
Obwag_jigitteri_BAZA_Exam_MCQ_SSD6
- SSD 6 Programming final exam files answers base
ssd9files
- SSD 9 Programming final exam files answers
ssd9filefile
- SSD 9 Programming final exam files answers base and other docs
Rewritting
- * 方法的重写:功能的修改 * 1.在子类中修改父类的行为 * 2.语法:子类中定义与父类相同的方法(方法名,参数一致) * 3.调用的时候调用对象的方法 * 调用重写的方法的时候,是根据具体对象调用方法-* Rewrite methods:* 1. Modify to modify the function in a subclass of the parent class behavior* 2. Grammar: the same method to define
Constractuor
- * 同一个包中不能声明同名的类 * 构造器(构造方法) * 定义:创建和初始化对象的方法(初始化属性) * 1.构造方法必须在类中声明 * 2.构造方法的方法名与类名一致,包含大小写 * 3.构造方法没有返回值 * 4.使用new运算调用构造方法创建对象 * 5.Java根据不同参数的构造方法识别不同的构造方法 * * 构造方法与方法比较 * 1.语法 * 构造方法:方法名与类名一致,没有返回值,使用new运算调用构造方法
ExtendsDemo
- * 继承关系 * 1.子类继承父类的属性和方法,父类的属性和方法被所有子类共享 * 2.子类多种多样,子类是多态的 * 业务案例:四格方块(Tetromino)有七种(I,J,L,S,Z,T,O) * 实现方式: * 利用继承关系实现,其中四格方块是父类,七种方块是 * 子类,在父类定义四格数组的属性,子类就自动继承了 * 四格属性。 * 定义四格方块类(Tetronimo),属性:4格子,方法:下落 * 子类型继承4格
MinGW-Installation-And-Configuration
- MinGW安装与配置,Window下模拟Linux下C/C++开发-MinGW Installation And Configuration
