当前位置:网站首页>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();
}
}
边栏推荐
- 大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南
- 聊聊如何利用p6spy进行sql监控
- Map的扩容机制
- Dynamic programming - related concepts, (tower problem)
- Basic introduction of redis and explanation of eight types and transactions
- Azure file synchronization of altaro: the end of traditional file servers?
- JS scope
- Classification and discussion of plane grab detection methods based on learning
- appium1.22.x 版本後的 appium inspector 需單獨安裝
- Redis expiration elimination mechanism
猜你喜欢

Class loading mechanism (detailed explanation of the whole process)

Introduction to deep learning (II) -- univariate linear regression

JS dynamic table creation

appium1.22.x 版本後的 appium inspector 需單獨安裝

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

Basic knowledge of reflection (detailed explanation)

SimpleITK学习笔记

Deep embedding and alignment of Google | protein sequences

Principles of BTC cryptography

College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
随机推荐
Web APIs exclusivity
ROS Compilation Principle
Intégration profonde et alignement des séquences de protéines Google
How to set up altaro offsite server for replication
Win10 install pytullet and test
穀歌 | 蛋白序列的深度嵌入和比對
3dslam with 16 line lidar and octomap
Pessimistic lock and optimistic lock of multithreading
联想R7000显卡的拆卸与安装
Talk about how to use p6spy for SQL monitoring
Source insight operation manual installation trial
Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
Progressive multi grasp detection using grasp path for rgbd images
Introduction to webrtc protocol -- an article to understand dtls, SRTP, srtcp
Common methods of JS array
32GB Jetson Orin SOM 不能刷机问题排查
Principles of BTC cryptography
Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
EMD distance - example of use
Redis 入门和数据类型讲解