当前位置:网站首页>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();
}
}
边栏推荐
- Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
- Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
- Overview of basic knowledge of C language
- College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
- 3dslam with 16 line lidar and octomap
- Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)
- 聊聊如何利用p6spy进行sql监控
- Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
- Notepad++ wrap by specified character
- Technical analysis of qianyuantong multi card aggregation router
猜你喜欢

酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计

Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN

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

Deep embedding and alignment of Google | protein sequences

kubernetes资源对象介绍及常用命令(五)-(ConfigMap)

今天很多 CTO 都是被干掉的,因为他没有成就业务

Communication - how to be a good listener?

Make your own dataset

Map的扩容机制

Classification and discussion of plane grab detection methods based on learning
随机推荐
Transferring images using flask
Covering Safari and edge, almost all mainstream browsers have realized webgl 2.0 support
(完美解决)matplotlib图例(legend)如何自由设置其位置
Xaml gradient issue in uwp for some devices
ES 2022 正式发布!有哪些新特性?
Differences among bio, NiO and AIO
How do I migrate my altaro VM backup configuration to another machine?
谷歌 | 蛋白序列的深度嵌入和比对
study hard and make progress every day
【实战项目】自主web服务器
6.23星期四库作业
Configure and use Anaconda environment in pycharm
Map的扩容机制
Redis breakdown penetration avalanche
Basic introduction of redis and explanation of eight types and transactions
Progressive multi grasp detection using grasp path for rgbd images
es7创建索引容易犯的错误
C language program ideas and several commonly used filters
[practical project] autonomous web server
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计