当前位置:网站首页>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();
}
}
边栏推荐
- How to connect the network: Chapter 1 CSDN creation punch in
- Go language interface learning notes Continued
- Go practice -- gorilla/rpc (gorilla/rpc/json) used by gorilla web Toolkit
- @Autowired 导致空指针报错 解决方式
- MySQL master-slave configuration
- mysql启动报错:The server quit without updating PID file几种解决办法
- es7创建索引容易犯的错误
- Notepad++ wrap by specified character
- Talk about how to use p6spy for SQL monitoring
- Maximum continuous sub segment sum (dynamic programming, recursive, recursive)
猜你喜欢

Deep embedding and alignment of Google | protein sequences

Celebrate the new year together

How to install and configure altaro VM backup for VMware vSphere

Pan details of deep learning

SimpleITK学习笔记

DEX net 2.0 for crawl detection

Go practice - gorilla / handlers used by gorilla web Toolkit

Map的扩容机制

About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller

乾元通多卡聚合路由器的技术解析
随机推荐
Altaro VM backup getting started
Webapidom get page elements
Dynamic programming - related concepts, (tower problem)
Azure file synchronization of altaro: the end of traditional file servers?
Communication - how to be a good listener?
音频焦点系列:手写一个demo理解音频焦点与AudioMananger
获取并监控远程服务器日志
Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
Go practice -- gorilla / websocket used by gorilla web Toolkit
Self introduction and objectives
Altaro requirements for starting from backup on Hyper-V
How to install and configure altaro VM backup for VMware vSphere
Introduction to deep learning (II) -- univariate linear regression
6.23 warehouse operation on Thursday
Configure and use Anaconda environment in pycharm
Congratulations to musk and NADELLA on their election as academicians of the American Academy of engineering, and Zhang Hongjiang and Fang daining on their election as foreign academicians
Latest version of source insight
Shallow and first code
[set theory] relational power operation (relational power operation | examples of relational power operation | properties of relational power operation)
Why is go language particularly popular in China