Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doordiey/theoretical-basis

Basic knowledge of computer
https://github.com/doordiey/theoretical-basis

Last synced: 9 days ago
JSON representation

Basic knowledge of computer

Awesome Lists containing this project

README

        

# theoretical-basis

- 防止丢失
- 方便以后查找
- 附上相关的笔记
- 笔记内容通过不断查看多本资料书或视频不断完善,以此查漏补缺

## Compilation Principle

### 参考资料:

[编译原理 哈工大 陈鄞]()

## Database

### 参考资料:

[数据库原理及应用 东南大学 徐立臻 ]()

《深入浅出MySQL》

## 计算机组成原理

### 参考资料:

[计算机组成原理 哈工大 刘宏伟]()

## 算法

[算法导论 麻省理工]()

## 数据挖掘

[python数据分析与挖掘实战](https://pan.baidu.com/s/1hmYkhjYTdUWknopF0NFi4g)

- pdf太大了,链接是网盘,密码是 gbsi

## emoji

| emoji | emoji代码 | commit说明 |
| --------------- | --------- | --------------------------------------- |
| 调色板:art: | ​art​ | 改进代码结构/代码格式【改进文件夹结构】 |
| 闪电:zap: | zap | 提升性能【改进某个算法】 |
| 火焰:fire: | fire | 移除代码或文件 |
| bug:bug: | bug | 修复bug【修改笔记错误处】 |
| 火花:sparkles: | sparkles | 引入新功能【添加新的理论科目】 |
| 大铅笔:pencil: | pencil | 撰写文档【更新章节大体内容】 |
| 小铅​笔:pencil2: | pencil2 | 修复typo【补充章节内容】 |
| 庆祝:tada: | tada | 初次提交【阶段内容完成】 |