当前位置:网站首页>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();
}
}
边栏推荐
- The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
- Common interview questions of microservice
- Communication - how to be a good listener?
- EMD distance - example of use
- Installing altaro VM backup
- @Solutions to null pointer error caused by Autowired
- Go practice -- gorilla/rpc (gorilla/rpc/json) used by gorilla web Toolkit
- 3dslam with 16 line lidar and octomap
- 联想R7000显卡的拆卸与安装
- 小学校园IP网络广播-基于校园局域网的小学IP数字广播系统设计
猜你喜欢

Botu uses peek and poke for IO mapping

How to install and configure altaro VM backup for VMware vSphere

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

Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)

Go practice - gorilla / handlers used by gorilla web Toolkit

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

Shallow and first code
![[basic grammar] C language uses for loop to print Pentagram](/img/9e/021c6c0e748e0981d4233f74c83e76.jpg)
[basic grammar] C language uses for loop to print Pentagram

"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released

Introduction to deep learning (II) -- univariate linear regression
随机推荐
谷歌 | 蛋白序列的深度嵌入和比对
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南
Make your own dataset
Web APIs exclusivity
Altaro virtual machine replication failed: "unsupported file type vmgs"
leetcode435. Non overlapping interval
BIO、NIO、AIO区别
Redis 过期淘汰机制
Basic knowledge of reflection (detailed explanation)
微服务常见面试题
ES7 easy mistakes in index creation
Go practice -- design patterns in golang's singleton
C language program ideas and several commonly used filters
Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
Skip table: principle introduction, advantages and disadvantages of skiplist
Gbase8s composite index (I)
About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
Can altaro back up Microsoft teams?
在PyCharm中配置使用Anaconda环境