当前位置:网站首页>2022.7.3DAY595
2022.7.3DAY595
2022-07-07 10:34:00 【Naive witch】
I reviewed Discrete Mathematics for a day today , Reviewed about functions , Graph theory . I made a report about 18 year Calculation , Final questions for majors such as software . I found that the exam was more difficult than the textbook , Discrete mathematics is also an elective course in intelligence major ! It's not difficult to listen to the teacher , I have also done my homework carefully , Now I can't understand . however , If you want to get a big score, you have to review it several times .
Played 1.5 Hours of basketball , I found that there was never a shortage of basketball players in the basketball court . A roommate in the dormitory recently fell in love with basketball after watching a game , Bought a basketball , An instrument for training shooting . In the morning, I heard that he had done nucleic acid , I didn't know until I asked 6:00 Get up and play basketball ( By the way, I also made nucleic acid ), When playing basketball on the basketball court, ask him if he will return tomorrow 6:00 Get up , Take me with you if you can afford it . Tell the truth , I haven't seen the morning 6:00 Western post . Kobe once said :“ You've seen the wee hours 4:00 Los Angeles ?” morning 6:00 Get up and play basketball , I think he learned from Kobe ! Interest is really strange . But I still feel very interesting , Leave some expectation for tomorrow , It will not be impossible to get up . however , Can this last , It's a problem , I hope he can persist , Can do it !
Finally, it's about 《 Marxist principles 》 Review , Read in the Library 10 minute , Don't get around much anymore , Such a thick book , More reading, less passion , It seems that I haven't figured it out yet , Studying in college is entirely your own business , Did you read something earlier , You have to have someone to accompany you , I think reading has no atmosphere , Not very willing to remember things , Is this what I don't like to do ? I need to have fun from one thing , It is possible to do it .
read :《the water of life》100% deliverer n Deliverer grieve v Feel sad
review :《 Discrete Mathematics 》《 Marxist principles 》
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();
}
}
边栏推荐
- High number_ Chapter 1 space analytic geometry and vector algebra_ Quantity product of vectors
- 嵌入式工程师如何提高工作效率
- Use the fetch statement to obtain the repetition of the last row of cursor data
- 0x0fa23729 (vcruntime140d.dll) (in classes and objects - encapsulation.Exe) exception thrown (resolved)
- MONAI版本更新到 0.9 啦,看看有什么新功能
- ArrayList thread insecurity and Solutions
- Socket communication principle and Practice
- ADB utility commands (network package, log, tuning related)
- Openinstall and Hupu have reached a cooperation to mine the data value of sports culture industry
- 1324:【例6.6】整数区间
猜你喜欢
打算参加安全方面工作,信息安全工程师怎么样,软考考试需要怎么准备?
Trajectory planning for multi robot systems: methods and Applications Overview reading notes
小程序跳转H5,配置业务域名经验教程
Experience sharing of software designers preparing for exams
Socket通信原理和实践
Vs code specifies the extension installation location
Summary of router development knowledge
路由器开发知识汇总
PHP \ newline cannot be output
The variables or functions declared in the header file cannot be recognized after importing other people's projects and adding the header file
随机推荐
ArrayList线程不安全和解决方案
I'd rather say simple problems a hundred times than do complex problems once
P1031 [NOIP2002 提高组] 均分纸牌
基于HPC场景的集群任务调度系统LSF/SGE/Slurm/PBS
软考中级,软件设计师考试那些内容,考试大纲什么的?
Trajectory planning for multi-robot systems: Methods and applications 综述阅读笔记
Socket通信原理和实践
Kotlin实现微信界面切换(Fragment练习)
5个chrome简单实用的日常开发功能详解,赶快解锁让你提升更多效率!
Encrypt and decrypt stored procedures (SQL 2008/sql 2012)
Use the fetch statement to obtain the repetition of the last row of cursor data
@Transcation的配置,使用,原理注意事项:
施努卡:机器人视觉抓取工作原理 机器视觉抓取
使用 load_decathlon_datalist (MONAI)快速加载JSON数据
路由器开发知识汇总
多线程-异步编排
1321:【例6.3】删数问题(Noip1994)
Sword finger offer 38 Arrangement of strings [no description written]
中级软件评测师考什么
浅谈日志中的返回格式封装格式处理,异常处理