当前位置:网站首页>2022.7.2day594
2022.7.2day594
2022-07-03 05:33:00 【Naive witch】
I finished reading today 《 Doctor toad goes to see a psychologist 》, I saw a frog suffering from depression , Finally, the story of recovering under the treatment of a psychologist . This story doesn't touch me deeply .
Then it's about reading professional books , There are many books about computers , There are not many books about artificial intelligence , Last semester 《 Introduction to artificial intelligence 》 When , The teacher recommended threeorfour books about foreign countries , Some are in English , Now we can only find 《Aritificial Intelligence-A》, Considering that it may be difficult to chew this book , Therefore, the progress bar will be set . Other books , Look again ! Make a list first .
Then it is about the combination of programming and professional courses , Automation tends to single-chip computers , Then the course did design 《 Digital circuit and logic design 》《 Fundamentals of analog electronics technology 》, however ,《C++ visualization 》 It's a pure software ,《 Artificial intelligence 》 There are also eight in class experiments , It's all used Python programming . To show the results , You may also have to choose a good direction first , But the recent exam week , There is not much energy to make demonstrable achievements . You can only knock the code first !
read :《 Doctor toad goes to see a psychologist 》100%
review :《 Discrete Mathematics 》 The third chapter ,《 Digital circuit and logic design 》 Chapter 5 trigger
English : read 《the water of life》25% sugarloaf n Sweet bread enchant v To confuse
public class Outer {
private int num=10;
private class Inner{
public void show()
{
System.out.println(num);
}
}
public void method(){
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();
}
}
边栏推荐
- 联想R7000显卡的拆卸与安装
- Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
- 中职网络子网划分例题解析
- Go practice -- gorilla/rpc (gorilla/rpc/json) used by gorilla web Toolkit
- Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
- Redis expiration elimination mechanism
- Technical analysis of qianyuantong multi card aggregation router
- Redis Introduction et explication des types de données
- 2022.7.2 模拟赛
- Explanation of several points needing attention in final (tested by the author)
猜你喜欢
es7创建索引容易犯的错误
Yolov5 network structure + code + application details | CSDN creation punch in
求质数的方法
Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
Principles of BTC cryptography
Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
【实战项目】自主web服务器
Export the altaro event log to a text file
大二困局(复盘)
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
随机推荐
Principles of BTC cryptography
Webapidom get page elements
穀歌 | 蛋白序列的深度嵌入和比對
Introduction to rust Foundation (basic type)
Altaro requirements for starting from backup on Hyper-V
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)
DEX net 2.0 for crawl detection
Redis breakdown penetration avalanche
@Solutions to null pointer error caused by Autowired
How to set up altaro offsite server for replication
es7创建索引容易犯的错误
Redis 入门和数据类型讲解
Redis expiration elimination mechanism
[basic grammar] C language uses for loop to print Pentagram
大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南
Installing altaro VM backup
【实战项目】自主web服务器
Xaml gradient issue in uwp for some devices
ninja: build stopped: subcommand failed.