当前位置:网站首页>Final review (day3)
Final review (day3)
2022-07-03 05:33:00 【Naive witch】
2022.6.22DAY584
Today I saw 《 data structure 》 The last part of the stack and queue . Stack is usually used in recursion , Then there is the rule of transforming infix expression into suffix expression : Traverse every number and symbol of infix expression from left to right , If it's digital, it's output , That's part of the suffix expression ; If it's a sign , Then determine its priority with the stack top symbol , If it is a right parenthesis or a symbol whose priority is not higher than the top of the stack, the top of the stack elements are out of the stack in turn and output , And stack the current symbols , Until the final output suffix expression . Reviewed 《 Discrete Mathematics 》 The last part of the first chapter , When looking at exercises , I still won't do what I haven't done before , Listen to the teacher say that the difficulty of the exam is less than that of the homework ( At least not more than the difficulty of the operation ). And finally 《 Digital circuit and logic design 》, I did a comprehensive exercise , I find that what I can't do is the knowledge points behind . At this critical review moment, nothing distracts me more than learning general courses , Not arranged well in the early stage , Now I can only brush by myself .
read :《 Big talk data structure 》120 page
English : Read 10 Minute English
Programming :
public class Fu {
private void show(){
System.out.println("Fu in show() Method is called ");
}
public void method(){
System.out.println("Fu in method() Method is called ");
}
}
public class Zi extends Fu
{
public void method(){
System.out.println("Fu Chinese method call ");
}
}
Summary : Private methods cannot be overridden ( Subclasses of private members of a parent class cannot be inherited )
Subclass method access Permission cannot be lower (public > Default > private )
边栏推荐
- Redis expiration elimination mechanism
- Webapidom get page elements
- 穀歌 | 蛋白序列的深度嵌入和比對
- Beaucoup de CTO ont été tués aujourd'hui parce qu'il n'a pas fait d'affaires
- Deep embedding and alignment of Google | protein sequences
- Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN
- 今天很多 CTO 都是被幹掉的,因為他沒有成就業務
- "C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
- Obtenir et surveiller les journaux du serveur distant
- How do I migrate my altaro VM backup configuration to another machine?
猜你喜欢

Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)

DEX net 2.0 for crawl detection

【实战项目】自主web服务器

About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller

Deep embedding and alignment of Google | protein sequences

Altaro o365 total backup subscription plan

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

Intégration profonde et alignement des séquences de protéines Google

Apache+PHP+MySQL环境搭建超详细!!!

小学校园IP网络广播-基于校园局域网的小学IP数字广播系统设计
随机推荐
2022.7.2 模拟赛
期末复习(DAY7)
獲取並監控遠程服務器日志
mapbox尝鲜值之云图动画
How to set up altaro offsite server for replication
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
Win10 install pytullet and test
Introduction to deep learning (II) -- univariate linear regression
Go practice -- design patterns in golang's singleton
6.23 warehouse operation on Thursday
穀歌 | 蛋白序列的深度嵌入和比對
Overview of basic knowledge of C language
Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
AtCoder Beginner Contest 258(A-D)
"C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
Yolov5 network structure + code + application details | CSDN creation punch in
@Autowired 导致空指针报错 解决方式
SimpleITK学习笔记
Altaro set grandfather parent child (GFS) archiving
How to use source insight