当前位置:网站首页>2022.7.3DAY595
2022.7.3DAY595
2022-07-07 07:55:00 【天真小巫】
今天复习了一天的离散数学,复习了关于函数,图论方面的内容。做了一份关于18年 计算,软件等专业的期末题。发现考的比课本考的还难,离散数学在智能专业也算是选修课吧!听老师说考的并不难,作业也认真做过,如今也讲不懂的弄懂了。不过,想拿大分的话得多复习几遍才行。
玩了1.5小时的篮球,发现篮球场里从来不缺打篮球的。宿舍里有位室友最近因为看了场比赛也爱上篮球了,买了一个篮球,一个训练投篮的器具。早上听他已经做了核酸,询问之后才知道早上6:00起床打篮球去了(顺便还做了核酸),在篮球场打球时问他明天还6:00起床吗,起得话带我一块呗。说实话,还真没见过凌晨6:00的西邮。科比曾经说过:“你见过凌晨4:00的洛杉矶吗?”早上6:00起来打篮球,我看他是跟科比学的吧!兴趣这东西确实有些奇怪。不过感觉还是挺有意思的,给明天留点期待,就不至于起不来了。不过,这能不能持久,倒是个问题,希望他能坚持下去,能做到吧!
最后是关于《马克思主义原理》的复习,在图书馆读了10分钟,索然无味,那么厚的一本书,越读越没激情,我好像还没有搞清楚,在大学里学习完全是你自己的事情,难道早读什么的,还得要有人陪你不成,觉得读书没有氛围,也不是很愿意去记东西,难道这是我不喜欢做的事?我需要从一件事中去挖掘乐趣,才有做下去的可能。
阅读:《the water of life》100% deliverer n拯救者 grieve v感到悲伤
复习:《离散数学》《马克思主义原理》
public class Outer {
private int num=10;
public void method(){
int num2=20;
class Inner
{
public void show()
{
System.out.println(num);
System.out.println(num2);
}
}
Inner i=new Inner();
i.show();
}
}
public class InnerDemo {
public static void main(String[] args) {
// Outer.Inner OI=new Outer().new Inner();
// OI.show();
Outer O=new Outer();
O.method();
}
}
边栏推荐
- Win10 installation vs2015
- Memory ==c language 1
- UnityWebRequest基础使用之下载文本、图片、AB包
- Mongodb creates an implicit database as an exercise
- Analyze Android event distribution mechanism according to popular interview questions (II) -- event conflict analysis and handling
- 喜马拉雅网页版每次暂停后弹窗推荐下载客户端解决办法
- Postman interface test IV
- STM32 ADC和DMA
- SQLyog数据库怎么取消自动保存更改
- Enterprise practice | construction of banking operation and maintenance index system under complex business relations
猜你喜欢
China's first electronic audio category "Yamano electronic audio" digital collection is on sale!
web3.0系列之分布式存储IPFS
Pdf document signature Guide
Web3.0 series distributed storage IPFs
ORM -- grouping query, aggregation query, query set queryset object properties
官媒关注!国内数字藏品平台百强榜发布,行业加速合规健康发展
Bean operation domain and life cycle
【acwing】786. 第k个数
The story of Plato and his three disciples: how to find happiness? How to find the ideal partner?
Internship log - day07
随机推荐
Deconvolution popular detailed analysis and nn Convtranspose2d important parameter interpretation
STM32 product introduction
Google Colab装载Google Drive(Google Colab中使用Google Drive)
Three years after graduation
Win10 installation vs2015
Some thoughts on the testing work in the process of R & D
Weekly recommended short videos: what are the functions of L2 that we often use in daily life?
中国首款电音音频类“山野电音”数藏发售来了!
ISP、IAP、ICP、JTAG、SWD的编程特点
虚数j的物理意义
The Himalaya web version will pop up after each pause. It is recommended to download the client solution
位操作==c语言2
Introduction to uboot
柏拉图和他的三个弟子的故事:如何寻找幸福?如何寻找理想伴侣?
Fiddler break point
Bean operation domain and life cycle
Pit encountered by vs2015 under win7 (successful)
There is a problem using Chinese characters in SQL. Who has encountered it? Such as value & lt; & gt;` None`
LLVM之父Chris Lattner:為什麼我們要重建AI基礎設施軟件
Integer inversion