当前位置:网站首页>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();
}
}边栏推荐
- Wallys/IPQ6010 (IPQ6018 FAMILY) EMBEDDED BOARD WITH ON-BOARD WIFI DUAL BAND DUAL CONCURRENT
- ORM model -- creation and query of data records
- Introduction to uboot
- Methods of adding centerlines and centerlines in SolidWorks drawings
- Bit operation ==c language 2
- The Himalaya web version will pop up after each pause. It is recommended to download the client solution
- Embedded background - chip
- Programming features of ISP, IAP, ICP, JTAG and SWD
- Postman interface test I
- LLVM之父Chris Lattner:为什么我们要重建AI基础设施软件
猜你喜欢
随机推荐
IPv4套接字地址结构
Official media attention! The list of top 100 domestic digital collection platforms was released, and the industry accelerated the healthy development of compliance
官媒关注!国内数字藏品平台百强榜发布,行业加速合规健康发展
能源路由器入门必读:面向能源互联网的架构和功能
Video based full link Intelligent Cloud? This article explains in detail what Alibaba cloud video cloud "intelligent media production" is
ISP、IAP、ICP、JTAG、SWD的编程特点
Bit operation ==c language 2
The story of Plato and his three disciples: how to find happiness? How to find the ideal partner?
STM32 product introduction
Postman interface test II
Write it into the SR table in the way of flinksql. It is found that the data to be deleted has not been deleted. Refer to the document https://do
ORM model -- creation and query of data records
SolidWorks工程图中添加中心线和中心符号线的办法
Programming features of ISP, IAP, ICP, JTAG and SWD
Use of JSON extractor originals in JMeter
ES6中的函数进阶学习
一文讲解单片机、ARM、MUC、DSP、FPGA、嵌入式错综复杂的关系
STM32产品介绍
Download Text, pictures and ab packages used by unitywebrequest Foundation
HAL库配置通用定时器TIM触发ADC采样,然后DMA搬运到内存空间。









