当前位置:网站首页>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 )
边栏推荐
- Obtenir et surveiller les journaux du serveur distant
- 获取并监控远程服务器日志
- Source insight automatic installation and licensing
- College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
- 32GB Jetson Orin SOM 不能刷机问题排查
- 联想R7000显卡的拆卸与安装
- ROS Compilation Principle
- Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)
- Deploy crawl detection network using tensorrt (I)
- 今天很多 CTO 都是被幹掉的,因為他沒有成就業務
猜你喜欢

Introduction to deep learning (II) -- univariate linear regression
![[basic grammar] C language uses for loop to print Pentagram](/img/9e/021c6c0e748e0981d4233f74c83e76.jpg)
[basic grammar] C language uses for loop to print Pentagram

Classification and discussion of plane grab detection methods based on learning

Deep embedding and alignment of Google | protein sequences

Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)

Disassembly and installation of Lenovo r7000 graphics card

"C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)

Principles of BTC cryptography

Beaucoup de CTO ont été tués aujourd'hui parce qu'il n'a pas fait d'affaires

Altaro set grandfather parent child (GFS) archiving
随机推荐
Introduction to redis and explanation of data types
Yolov5 input (II) | CSDN creative punch in
Get and monitor remote server logs
JS function algorithm interview case
Botu uses peek and poke for IO mapping
XML Configuration File
Rust基础入门之(基本类型)
大二困局(复盘)
Best practices for setting up altaro VM backups
Bluebridge cup real topic 2020 palindrome date simulation construction provincial competition
6.23 warehouse operation on Thursday
How to use source insight
Classification and discussion of plane grab detection methods based on learning
Learn libcef together -- set cookies for your browser
Introduction to deep learning (II) -- univariate linear regression
appium1.22. Appium inspector after X version needs to be installed separately
Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
3dslam with 16 line lidar and octomap
Skip table: principle introduction, advantages and disadvantages of skiplist
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)