当前位置:网站首页>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 )
边栏推荐
- "250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released
- How to install and configure altaro VM backup for VMware vSphere
- 中职网络子网划分例题解析
- Introduction to rust Foundation (basic type)
- Common methods of JS array
- 獲取並監控遠程服務器日志
- ROS Compilation Principle
- Altaro set grandfather parent child (GFS) archiving
- Redis Introduction et explication des types de données
- 3dslam with 16 line lidar and octomap
猜你喜欢

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

"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released

XML配置文件

Deploy crawl detection network using tensorrt (I)

Differences among bio, NiO and AIO

Pessimistic lock and optimistic lock of multithreading

Web APIs exclusivity

How to use source insight

期末复习(Day5)

(perfect solution) how to set the position of Matplotlib legend freely
随机推荐
Go practice -- use redis in golang (redis and go redis / redis)
Communication - how to be a good listener?
Brief introduction of realsense d435i imaging principle
Latest version of source insight
Go practice -- closures in golang (anonymous functions, closures)
Technical analysis of qianyuantong multi card aggregation router
redis 遇到 NOAUTH Authentication required
@Solutions to null pointer error caused by Autowired
Common methods of JS array
Redis expiration elimination mechanism
期末复习DAY8
JS scope
请求数据库报错:“could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGram
Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
【无标题】
Deep embedding and alignment of Google | protein sequences
Altaro requirements for starting from backup on Hyper-V
Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
谷歌 | 蛋白序列的深度嵌入和比对
Learn libcef together -- set cookies for your browser