M.T.Dickens' Blog
主页
Initializing search
主页
建议
技术
学校课程
自学课程
计算机科学
数学
随记
转载
音乐
美食
M.T.Dickens' Blog
主页
建议
建议
Tim Roughgarden
Tim Roughgarden
How To Read A Paper
丁尧相老师
丁尧相老师
总体建议
总体建议
书籍建议
课程建议
2023 年
2023 年
1 月
1 月
阅读建议
听讲记录
2 月
2 月
听讲 23-02-23
3 月
3 月
线下交流 23-03-18
线下交流 23-03-25
5 月
5 月
线下交流 23-05-05
技术
技术
AI
AI
Chatgpt Lawyer
网络
网络
Cloudflare
Cloudflare
Cloudflare Pages 部署
SSH
SSH
使用密钥登录 ssh
Mosh 使用指南
JS
JS
浙大 GPA 计算脚本
编程语言
编程语言
Haskell
Haskell
How to use GHCup and Stack
Python
Python
Python 插件
Python 插件
yt-dlp
Python tips
SymPy 使用指南
Conda
Conda
MinoConda 初学者指南
Rust
Rust
Lec Note 1
Lec Note 2
Lec Note 3
软件
软件
VS Code
VS Code
ssh
ssh
VS Code 中为 ssh 配置代理
插件推荐
提高文件树的可读性
Git
Git
Git 备忘录
Git-crypt 插件
CI/CD
CI/CD
Gitlab CI/CD
Github CI/CD
CMake
CMake
CMake 教程
GNU
GNU
GDB 备忘录
Docker
Docker
Docker 备忘录
博客
博客
MkDocs
MkDocs
插件
插件
mkdocs-encryptcontent 插件使用
VPS
VPS
Microsoft Azure
Microsoft Azure
Azure 使用避雷
Azure 如何启用 root 用户登录
操作系统
操作系统
Linux
Linux
FAQ
FAQ
设置 Linux ipv4 优先的方法
Ubuntu 中更改 Shell
Linux tips
Linux 常用软件
Linux 必备软件
Linux 各个主要目录的作用
Linux 软件介绍
Linux 软件介绍
fail2ban 使用
rlwrap 使用
V2rayA 使用
Windows
Windows
Windows tips
浏览器
浏览器
Chrome 插件
Chrome 插件
Google 输入工具
Glarity
PDF 处理
PDF 处理
给 PDF 文件添加目录
Sioyek 使用指南
网络代理
网络代理
V2Ray+ws+tls+nginx(web) 全解析
Clash 订阅转换
学校课程
学校课程
Spring/Summer 2024
Spring/Summer 2024
Reinforcement Learning
Reinforcement Learning
1. Policy Gradient And Actor-Critic
计算机组成与设计
计算机组成与设计
1. Introduction
2. Arithmetics
3. CPU Design
4. Interruption and Exception
5. CPU Optimization
6. Memory Hierarchy
7. I/O Device
数值分析
数值分析
1. Introduction
2. Equations
3. Linear Error Analysis
4. Linear System
5. Iterative Techniques in Matrix Algebra
6. Approximating Eigenvalues
7. Interpolation
8. Cubic Spline
9. Approximation Theory
10. Numerical Differentiation And Integration
11. ODE
拓扑数据处理
拓扑数据处理
0. Foundamentals of TDA
1. Introduction
2. Applications
3. Graph, Curve and Complex
4. Algebraic Topology
5. Persistent Homology
6. Computation Methods
7. Stability Theory
8. Morse Theory
9. Vectorization of Persistence Diagrams
数据库系统
数据库系统
1. Introduction
2. SQL Basics
3. SQL Syntax
4. Advanced SQL
5. E-R Relationship
6. Database Design
7. Storage
8. DB Storage Structure
9. Indexing
10. Query Processing
11. Query Optimization
12. Transaction
13. Recovery
ADS
ADS
Inverted File Index
Binomial Queue
Alpha Beta Pruning
Approximation
Parallel Computing
OOP
OOP
C++ 的类
Hazards of Smart Pointers
短学期 MARL
短学期 MARL
1. 连续控制
2. TRPO 和 PPO
3. 多智能体
CMU SU24 暑校
CMU SU24 暑校
Lecture 2
Fall/Winter 2024
Fall/Winter 2024
计网
计网
Basics
Physical Layer
OS
OS
Introduction
OS Structures
Processes
优化理论
优化理论
Lec-2
Lec-3
理论计算机
理论计算机
Decidability and Semi-Decidability
自学课程
自学课程
AI
AI
EECS 498-007 / 598-005
EECS 498-007 / 598-005
0. PyTorch
1. Introduction
2. Image Classification
4. Optimization
5. Neural Networks
7. CNN
8. CNN Architectures
9. Hardware and Software
10. Training - Setups
11. Training - Dynamics and After It
12. RNN
13. Attention
14. Visualizing and Understanding
15. Object Detection
16. Segmentation
17. 3D vision
18. Videos
19. Generative Models
20. Reinforcement Learning
RAIL RL
RAIL RL
13-14. Exploration and Exploitation
PL & SA
PL & SA
PKU 编程语言理论
PKU 编程语言理论
0+. OCaml Basics
1-2. Introduction
3. Untyped Arithmetic Expressions
4. Lambda Calculus
NJU 软件分析
NJU 软件分析
1. Introduction
2. Intermediate Representation
3. Data Flow Analysis I
4. Data Flow Analysis II
5-6. DFA Foundations I & II
CS 106L 课程
CS 106L 课程
2. Types and Structs
3. Initialization and References
4. Streams
5. Containers
6. Iterators and Pointers
7. Classes
8. Template Classes and Const Correctness
9. Template Functions
10. Functions and Lambdas
11. Operators
12. Special Member Functions
13. Move Semantics
14. std::optional and Type Safety
15. RAII, Smart Pointers, and Building C++ Projects
Guest Lecture: Template Metaprogramming
TAPL
TAPL
1. Mathematical Preliminaries
2. Untyped Arithmetic Expressions
3. Untyped Lambda Calculus
4. Nameless Representation of Terms
5. Typed Lambda Calculus
6. References
系统
系统
CS 15-445 课程
CS 15-445 课程
3-4. Database Storage
CSAPP 课程
CSAPP 课程
1. Course Overview
2-3. Bits, Bytes And Integers
4. Floating Points
5. Machine Level Programming - Basics
6. Machine Level Programming - Control
7. Machine Level Programming - Procedure
8. Machine Level Programming - Data
9. Machine Level Programming - Advanced
10. Program Optimization
11. The Memory Hierarchy
12. Cache Memories
13. Linking
14. Exceptional Control Flow - Exceptions and Processes
15. Exceptional Control Flow - Signals and Nonlocal Jumps
16. System-Level I/O
17. Virtual Memory
18. Virtual Memory System
19-20. Storage Allocation
21-22. Network Programming
USTC 计网
USTC 计网
1. Introduction
2. Application Layer
3. Transport Layer
其它
其它
GAMES101 课程
GAMES101 课程
12. Geometry
13. Ray Tracing 1
14-16. Ray Tracing 2-4
17. Materials and Appearances
19. Cameras, Lenses And Light Fields
20. Color And Perception
21-22. Animation
算法博弈论
算法博弈论
1. Introduction
2. Basics of Mechanism Design
3. Myerson's Lemma
4. Algorithmic Mechanism Design
5. Revenue Maximization Auctions
6. Simple Near-Optimal Auctions
7. Multi-parameter Mechanism Design
8. Beyond Quasi-Linearity
9. Mechanism Design w/o Money
13. A Hierarchy of Equilibria
14. Robust POA Bounds in Smooth Games
计算机科学
计算机科学
2023 年
2023 年
图灵机代码
和 ChatGPT 的一次交流
神经网络简介
如何阅读源码
2024 年
2024 年
浅谈国内高校编程语言教育
里奇微积分:一种计算向量求导,矩阵求导,张量求导的简单方法
信息论
数学
数学
2023 年
2023 年
MIT牛人解说数学体系
图解对偶映射
Youtube 的数学频道
知乎用户收集
随记
随记
2023 年
2023 年
学习常用网站
关于在 Chatgpt 上执行代码
如何高效阅读论文
如何祛费拉化
2024 年
2024 年
模拟计算
转载
转载
知乎
知乎
库,框架,架构,平台的区别
类脑计算的困境与出路
类脑计算的困境与出路
一
二
三
四
拓扑数据分析 - 持续同调
拓扑数据分析 - 持续同调
一
二
三
四
五(上)
五(下)
什么是代数
论数学教育
个人谈 中西方一起在工业化上撒的慌
西方媒体
《资本论》谁能读
linux.do
linux.do
Claude 3.5 Sonnet 模仿任何写作风格的简易操作过程
哲学
哲学
汉哲学
汉哲学
文化危机
传统汉文明的基本特征
其它
其它
开源推荐
周小平:美国对华文化冷战的九大绝招
扒一扒“肖慕漪们”的总后台
为什么我认为学生应该作弊
Hostloc
Hostloc
樱花妹 (NSFW)
音乐
音乐
特辑:前苏联
特辑:前苏联
加盟共和国国歌选
阿富汗
伊朗
高加索
高加索
阿塞拜疆
中亚五国
美食
美食
意大利
意大利
Bolognese Sauce (番茄肉酱)
Spaghetti Carbonara (培根蛋酱意大利面)
Spaghetti al Limone
如何选择意面
主页
欢迎来到 M.T.Dickens 的博客