当前位置:网站首页>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();
}
}
边栏推荐
- 获取并监控远程服务器日志
- 大二困局(复盘)
- Common interview questions of microservice
- 请求数据库报错:“could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGram
- Go practice -- closures in golang (anonymous functions, closures)
- Skip table: principle introduction, advantages and disadvantages of skiplist
- Simpleitk learning notes
- Progressive multi grasp detection using grasp path for rgbd images
- 酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
- How do I migrate my altaro VM backup configuration to another machine?
猜你喜欢
![[basic grammar] C language uses for loop to print Pentagram](/img/9e/021c6c0e748e0981d4233f74c83e76.jpg)
[basic grammar] C language uses for loop to print Pentagram

期末复习(Day5)

Botu uses peek and poke for IO mapping

College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN

@Solutions to null pointer error caused by Autowired

"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()

联想R7000显卡的拆卸与安装

Latest version of source insight

(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)

Training method of grasping angle in grasping detection
随机推荐
Yolov5 model construction source code details | CSDN creation punch in
联想R7000显卡的拆卸与安装
ES 2022 正式发布!有哪些新特性?
Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément
NG Textarea-auto-resize
Gan network thought
kubernetes资源对象介绍及常用命令(五)-(ConfigMap)
NG Textarea-auto-resize
redis 无法远程连接问题。
Skip table: principle introduction, advantages and disadvantages of skiplist
[set theory] relational closure (relational closure related theorem)
Notepad++ wrap by specified character
Interview question -- output the same characters in two character arrays
Azure file synchronization of altaro: the end of traditional file servers?
Web APIs exclusivity
How to set up altaro offsite server for replication
Go practice - gorilla / handlers used by gorilla web Toolkit
Source insight operation manual installation trial
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1