当前位置:网站首页>期末复习(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 >默认>私有)
边栏推荐
- Web APIs exclusivity
- 6.23星期四库作业
- Differences among bio, NiO and AIO
- Transferring images using flask
- Win10 install pytullet and test
- Overview of basic knowledge of C language
- Configure and use Anaconda environment in pycharm
- The IntelliJ platform completely disables the log4j component
- Export the altaro event log to a text file
- Dynamic programming - related concepts, (tower problem)
猜你喜欢

JS scope
![[practical project] autonomous web server](/img/99/892e600b7203c63bad02adb683c8f2.png)
[practical project] autonomous web server

Win10 install pytullet and test

6.23星期四库作业

微服务常见面试题

Differences among bio, NiO and AIO

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

How to set up altaro offsite server for replication

Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)

Simpleitk learning notes
随机推荐
XML配置文件
Calculation method of AUC
Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
Xaml gradient issue in uwp for some devices
appium1.22.x 版本後的 appium inspector 需單獨安裝
联想R7000显卡的拆卸与安装
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
今天很多 CTO 都是被干掉的,因为他没有成就业务
Principles of BTC cryptography
配置xml文件的dtd
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
[practical project] autonomous web server
Why is go language particularly popular in China
ES 2022 正式发布!有哪些新特性?
[set theory] relational power operation (relational power operation | examples of relational power operation | properties of relational power operation)
Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)
Technical analysis of qianyuantong multi card aggregation router
Classification and discussion of plane grab detection methods based on learning
Go practice -- gorilla / websocket used by gorilla web Toolkit
Source insight operation manual installation trial