当前位置:网站首页>期末复习(Day2)
期末复习(Day2)
2022-07-03 05:27:00 【天真小巫】
2022.6.21DAY583
今日看了《数据结构》中栈与队列的一部分内容,栈与队列都是线性表,二者的区别在于:栈是限定仅在表尾进行插入和删除操作的线性表。队列是只允许在一端进行插入操作,而在另一端进行删除操作的线性表。之后便是栈的进栈和出栈操作。《自动控制原理》看了关于对数频率特性曲线的绘制,一个控制系统的特征曲线可由各串联典型环节对数频率特性曲线的叠加得到。绘制步骤:1.将系统开环传递函数化为各典型环节乘积(串联)的形式。2若系统存在惯性环节,震荡环节,一阶微分环节,或者二阶微分环节,则需要确定转折频率,标注在W轴上。3.根据系统的比例环节和积分环节确定渐近对数幅频特性曲线的初始值。
今天是复习的第二天,总的来说,复习的时间是紧凑的。没睡午觉,只完成了日复习任务的40%,明天赶一些进度吧!
阅读:《底层逻辑》12% 《大话数据结构》93页
英语: 阅读" the three languages " rage n 大怒 frogs n蛙
运动:2公里
package Phone;
public class Phone {
public void call(String name){
System.out.println("给"+name+"打电话");
}
}
package Phone;
public class NewPhone extends Phone{
// public void call(String name)
@Override
/*
方法重写
*/
public void call(String name){
System.out.println("开启视频功能");
System.out.println("给"+name+"打电话");
}
}
package Phone;
import Phone.Phone;
public class PhoneDemo {
public static void main(String[] args) {
Phone p=new Phone();
p.call("林青霞");
NewPhone np=new NewPhone();
np.call("林青霞");
}
}
方法重写
子类中出现了和父类中一模一样的方法声明
方法重写的应用
当子类需要父类的功能,而功能主体子类有自己特有内容时,可以重写父类的方法,这样,既沿袭了父类的功能,又定义了子类特有的内容。
@Override
- 是一个注释
- 可以帮助我们检查重写方法的方法声明的正确性。
边栏推荐
- Go practice -- design patterns in golang's singleton
- "Pthread.h" not found problem encountered in compiling GCC
- EMD distance - example of use
- appium1.22. Appium inspector after X version needs to be installed separately
- Deploy crawl detection network using tensorrt (I)
- Altaro requirements for starting from backup on Hyper-V
- Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
- mysql启动报错:The server quit without updating PID file几种解决办法
- Basic introduction of redis and explanation of eight types and transactions
- @Solutions to null pointer error caused by Autowired
猜你喜欢

3dslam with 16 line lidar and octomap

Common interview questions of microservice

Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
![[basic grammar] Snake game written in C language](/img/cb/83631ef3ccd7047ca42d33dc49bf90.jpg)
[basic grammar] Snake game written in C language

Use posture of sudo right raising vulnerability in actual combat (cve-2021-3156)

appium1.22.x 版本後的 appium inspector 需單獨安裝

Go practice -- gorilla / websocket used by gorilla web Toolkit

appium1.22. Appium inspector after X version needs to be installed separately

How do I migrate my altaro VM backup configuration to another machine?
![[practical project] autonomous web server](/img/99/892e600b7203c63bad02adb683c8f2.png)
[practical project] autonomous web server
随机推荐
SimpleITK学习笔记
BTC-密码学原理
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
How to set up altaro offsite server for replication
Notepad++ wrap by specified character
Audio Focus Series: write a demo to understand audio focus and audiomananger
配置xml文件的dtd
MySQL master-slave configuration
Differences among bio, NiO and AIO
Yolov5 network structure + code + application details | CSDN creation punch in
Altaro VM backup getting started
Redis 击穿穿透雪崩
Redis 过期淘汰机制
Self introduction and objectives
Redis 入門和數據類型講解
Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
appium1.22.x 版本后的 appium inspector 需单独安装
JS scope
大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南