当前位置:网站首页>2022.7.2day594
2022.7.2day594
2022-07-03 05:27:00 【天真小巫】
今天看完《蛤蟆医生去看心理医生》,见的是一个蛤蟆得了抑郁症,最后在心理医生的治疗下康复的故事。这个故事对我感触倒不深。
然后是关于读专业书的事情,计算机方面的书籍倒是收藏不少,而关于人工智能方面的书却不多,上学期上《人工智能导论》的时候,老师推荐了三四本关于国外的书籍,有的还是英文的,现在只能找到《Aritificial Intelligence-A》,考虑到啃这本书可能会比较困难,因此会设定进度条。其它的书籍,再找找看吧!先把清单列出来再说。
然后是关于编程与专业课的结合,自动化偏向于单片机方面,然后课程里确实设计了《数字电路与逻辑设计》《模拟电子技术基础》,但是,《C++可视化》算是一个纯软件的了,《人工智能》也有八个课内实验,都是用Python编程的。要说展示成果,可能也要先选好方向,不过最近考试周,也没多少精力去做出可展示成果了。只能先敲敲代码了!
阅读:《蛤蟆医生去看心理医生》100%
复习:《离散数学》第三章,《数字电路与逻辑设计》第五章触发器
英语:阅读《the water of life》25% sugarloaf n甜面包 enchant v使迷惑
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();
}
}
边栏推荐
- Brief introduction of realsense d435i imaging principle
- 聊聊如何利用p6spy进行sql监控
- 酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
- How to connect the network: Chapter 1 CSDN creation punch in
- (subplots用法)matplotlib如何绘制多个子图(轴域)
- Introduction to redis and explanation of data types
- "Hands on deep learning" pytorch edition Chapter II exercise
- Detailed explanation of yolov5 training own data set
- Pytorch through load_ state_ Dict load weight
- 6.23 warehouse operation on Thursday
猜你喜欢

How to connect the network: Chapter 1 CSDN creation punch in

Classification and discussion of plane grab detection methods based on learning

音频焦点系列:手写一个demo理解音频焦点与AudioMananger

Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément

Communication - how to be a good listener?

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

Intégration profonde et alignement des séquences de protéines Google

Celebrate the new year together

联想R7000显卡的拆卸与安装

How to set up altaro offsite server for replication
随机推荐
The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
Transferring images using flask
聊聊如何利用p6spy进行sql监控
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
Gbase8s composite index (I)
Latest version of source insight
Based on RFC 3986 (unified resource descriptor (URI): general syntax)
Altaro requirements for starting from backup on Hyper-V
Differences among bio, NiO and AIO
Web APIs exclusivity
Skip table: principle introduction, advantages and disadvantages of skiplist
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
Basic knowledge of reflection (detailed explanation)
牛客网 JS 分隔符
Ueditor, FCKeditor, kindeditor editor vulnerability
JS dynamic table creation
Technical analysis of qianyuantong multi card aggregation router
音频焦点系列:手写一个demo理解音频焦点与AudioMananger
Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN
在PyCharm中配置使用Anaconda环境