当前位置:网站首页>期末复习(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 >默认>私有)
边栏推荐
- Self introduction and objectives
- Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
- Shallow and first code
- 乾元通多卡聚合路由器的技术解析
- 联想R7000显卡的拆卸与安装
- Pan details of deep learning
- Yolov5 network structure + code + application details | CSDN creation punch in
- JS dynamic table creation
- Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
- 聊聊如何利用p6spy进行sql监控
猜你喜欢

Notepad++ wrap by specified character

"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

Win10 install pytullet and test
![[set theory] relational power operation (relational power operation | examples of relational power operation | properties of relational power operation)](/img/8b/c10423ee95200a0d94f9fb9dde76eb.jpg)
[set theory] relational power operation (relational power operation | examples of relational power operation | properties of relational power operation)

Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in

小学校园IP网络广播-基于校园局域网的小学IP数字广播系统设计

JS scope

Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément

How to connect the network: Chapter 2 (Part 1): a life cycle of TCP connection | CSDN creation punch in

求质数的方法
随机推荐
Redis Introduction et explication des types de données
Celebrate the new year together
Making coco datasets
[basic grammar] Snake game written in C language
Robot capture experiment demonstration video
Disassembly and installation of Lenovo r7000 graphics card
Go practice -- design patterns in golang's singleton
Rust基础入门之(基本类型)
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
Overview of basic knowledge of C language
ES 2022 正式发布!有哪些新特性?
Detailed explanation of yolov5 training own data set
Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
Redis expiration elimination mechanism
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
【实战项目】自主web服务器
Based on RFC 3986 (unified resource descriptor (URI): general syntax)
獲取並監控遠程服務器日志
leetcode435. Non overlapping interval
Explanation of several points needing attention in final (tested by the author)