当前位置:网站首页>Final review (Day2)
Final review (Day2)
2022-07-03 05:33:00 【Naive witch】
2022.6.21DAY583
Today I saw 《 data structure 》 Part of the stack and queue , Stacks and queues are linear tables , The difference between them is : A stack is a linear table that can only be inserted and deleted at the end of a table . Queues are only allowed to insert at one end , A linear table with deletion at the other end . Then there are the stack in and stack out operations .《 Automatic control principle 》 I saw the drawing of logarithmic frequency characteristic curve , The characteristic curve of a control system can be obtained by the superposition of logarithmic frequency characteristic curves of typical links in series . Draw steps :1. The open-loop transfer function of the system is transformed into the product of each typical link ( Series connection ) In the form of .2 If there is inertia in the system , Concussion link , First order differential link , Or second-order differential link , You need to make sure Turning frequency , Marked on W On the shaft .3. The initial value of the asymptotic logarithmic amplitude frequency characteristic curve is determined according to the proportional link and integral link of the system .
Today is the second day of Review , in general , The review time is tight . Didn't take a nap , Only completed the daily review task 40%, Catch up with some progress tomorrow !
read :《 The underlying logic 》12% 《 Big talk data structure 》93 page
English : read " the three languages " rage n Great anger frogs n frog
motion :2 km
package Phone;
public class Phone {
public void call(String name){
System.out.println(" to "+name+" Make a phone call ");
}
}
package Phone;
public class NewPhone extends Phone{
// public void call(String name)
@Override
/*
Method rewriting
*/
public void call(String name){
System.out.println(" Turn on video function ");
System.out.println(" to "+name+" Make a phone call ");
}
}
package Phone;
import Phone.Phone;
public class PhoneDemo {
public static void main(String[] args) {
Phone p=new Phone();
p.call(" Brigitte Lin ");
NewPhone np=new NewPhone();
np.call(" Brigitte Lin ");
}
}
Method rewriting
As like as two peas, the same method declaration is found in the subclass.
Application of method rewriting
When a child class needs the function of a parent class , When the function subject subclass has its own content , You can override the methods of the parent class , such , It follows the function of the parent class , It also defines the specific content of the subclass .
@Override
- It's a comment
- It can help us check the correctness of the method declaration of the rewriting method .
边栏推荐
- Progressive multi grasp detection using grasp path for rgbd images
- BIO、NIO、AIO区别
- How do I migrate my altaro VM backup configuration to another machine?
- Ueditor, FCKeditor, kindeditor editor vulnerability
- Latest version of source insight
- Classification and discussion of plane grab detection methods based on learning
- About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
- Audio Focus Series: write a demo to understand audio focus and audiomananger
- redis 遇到 NOAUTH Authentication required
- Pan details of deep learning
猜你喜欢

Yolov5 network structure + code + application details | CSDN creation punch in

How do I migrate my altaro VM backup configuration to another machine?

Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
![[basic grammar] C language uses for loop to print Pentagram](/img/9e/021c6c0e748e0981d4233f74c83e76.jpg)
[basic grammar] C language uses for loop to print Pentagram

Skip table: principle introduction, advantages and disadvantages of skiplist

乾元通多卡聚合路由器的技术解析

Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services

ES7 easy mistakes in index creation

SimpleITK学习笔记

Technical analysis of qianyuantong multi card aggregation router
随机推荐
Yolov5 model construction source code details | CSDN creation punch in
(完美解决)matplotlib图例(legend)如何自由设置其位置
(perfect solution) how to set the position of Matplotlib legend freely
Pan details of deep learning
redis 遇到 NOAUTH Authentication required
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
期末复习(Day2)
[practical project] autonomous web server
今天很多 CTO 都是被干掉的,因为他没有成就业务
Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
Source insight automatic installation and licensing
Calculation method of AUC
Intégration profonde et alignement des séquences de protéines Google
Redis Introduction et explication des types de données
Why is go language particularly popular in China
音频焦点系列:手写一个demo理解音频焦点与AudioMananger
獲取並監控遠程服務器日志
How do I migrate my altaro VM backup configuration to another machine?
Go language interface learning notes Continued
Installing altaro VM backup