当前位置:网站首页>期末复习(day3)
期末复习(day3)
2022-07-03 05:27:00 【天真小巫】
2022.6.22DAY584
今日看了《数据结构》中栈和队列的最后一部分内容。栈通常应用于递归中,然后是中缀表达式转化为后缀表达式的规则:从左到右遍历中缀表达式的每一个数字和符号,若是数字就输出,即成为后缀表达式的一部分;若是符号,则判断其与栈顶符号的优先级,是右括号或优先级不高于栈顶符号则栈顶元素依次出栈并输出,并将当前符号进栈,一直到最终输出后缀表达式。复习了《离散数学》第一章的最后一部分内容,在看习题的时候,发现之前没做出来的还是不会做,听老师说考试的试题难度小于作业难度(起码不超过作业难度)。最后是《数字电路与逻辑设计》,做了一份综合性的习题,发现不会做的都是后面的知识点。在这关键复习时刻让我分心的莫过于学习通的课程了,前期没安排好,现在只能自己刷了。
阅读:《大话数据结构》120页
英语:读了10分钟英语
编程:
public class Fu {
private void show(){
System.out.println("Fu中show()方法被调用");
}
public void method(){
System.out.println("Fu中method()方法被调用");
}
}
public class Zi extends Fu
{
public void method(){
System.out.println("Fu中方法别调用");
}
}
小结:私有方法不能被重写(父类私有成员子类不能被继承)
子类方法访问 权限不能更低(public >默认>私有)
边栏推荐
- DEX net 2.0 for crawl detection
- 聊聊如何利用p6spy进行sql监控
- [batch dos-cmd command - summary and summary] - CMD window setting and operation command - close CMD window and exit CMD environment (exit, exit /b, goto: EOF)
- The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
- Yolov5 network structure + code + application details | CSDN creation punch in
- leetcode435. Non overlapping interval
- Deploy crawl detection network using tensorrt (I)
- About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
- (perfect solution) how to set the position of Matplotlib legend freely
- Communication - how to be a good listener?
猜你喜欢

Altaro set grandfather parent child (GFS) archiving

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

Overview of basic knowledge of C language

JS dynamic table creation

Classification and discussion of plane grab detection methods based on learning

Gan network thought

Progressive multi grasp detection using grasp path for rgbd images

Go practice -- design patterns in golang's singleton

Brief introduction of realsense d435i imaging principle

Audio Focus Series: write a demo to understand audio focus and audiomananger
随机推荐
6.23 warehouse operation on Thursday
乾元通多卡聚合路由器的技术解析
Dynamic programming - related concepts, (tower problem)
Go practice - gorilla / handlers used by gorilla web Toolkit
Get and monitor remote server logs
获取并监控远程服务器日志
Pan details of deep learning
Web APIs exclusivity
BIO、NIO、AIO区别
Deep embedding and alignment of Google | protein sequences
Configure and use Anaconda environment in pycharm
Go language interface learning notes
Redis 入門和數據類型講解
Robot capture experiment demonstration video
聊聊如何利用p6spy进行sql监控
Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
Altaro requirements for starting from backup on Hyper-V
谷歌 | 蛋白序列的深度嵌入和比对
XML Configuration File
Redis 过期淘汰机制