当前位置:网站首页>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();
}
}
边栏推荐
- [basic grammar] C language uses for loop to print Pentagram
- NG Textarea-auto-resize
- Go practice - gorilla / handlers used by gorilla web Toolkit
- Altaro VM backup getting started
- Rust基础入门之(基本类型)
- Botu uses peek and poke for IO mapping
- 期末复习(day3)
- 6.23星期四库作业
- Altaro requirements for starting from backup on Hyper-V
- 求质数的方法
猜你喜欢

PHP笔记超详细!!!

2022.DAY592

"C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)

es7创建索引容易犯的错误

appium1.22. Appium inspector after X version needs to be installed separately

Why is go language particularly popular in China

Apache+PHP+MySQL环境搭建超详细!!!

Make your own dataset

ES7 easy mistakes in index creation

(完美解决)matplotlib图例(legend)如何自由设置其位置
随机推荐
(perfect solution) how to set the position of Matplotlib legend freely
联想R7000显卡的拆卸与安装
JS scope
[practical project] autonomous web server
获取并监控远程服务器日志
聊聊如何利用p6spy进行sql监控
Apache+PHP+MySQL环境搭建超详细!!!
How to install and configure altaro VM backup for VMware vSphere
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
Xaml gradient issue in uwp for some devices
College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
乾元通多卡聚合路由器的技术解析
XML Configuration File
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
Talk about how to use p6spy for SQL monitoring
Botu uses peek and poke for IO mapping
Rust基础入门之(基本类型)
Jetson AGX Orin 平台移植ar0233-gw5200-max9295相机驱动
Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN
Yolov5 network structure + code + application details | CSDN creation punch in