Yanyg Home - Happy Coding
1 读书笔记
- Books - 我喜欢的书
- CSAPP: Computer Systems - A Programmer's Perspective - 深入理解计算机系统
- ULK: Understanding the Linux Kernel - 深入理解LINUX内核
- CLRS: Introduction to Algorithms - 算法导论
2 算法
- 字符串匹配:BM、BMH、BMS、KMP、glibc strstr(Two-way)
- 二叉树:Binary Search Tree、AVL、RBTree、SPlay
3 数学问题
4 单机系统
5 开发环境
5.1 开发环境
5.1.1 OS安装
- Windows 7/10 Install and Config - Win7/10系统安装配置
- Debian Install & Config - Debian配置
- Live & Install USB Stick - 随身USB盘
5.1.2 Software
- Complete list - 私人软件清单
- AutoHotKey and Everything - Windows下必备软件(快捷键管理与文件查找)
- Cygwin - 让Windows如同Linux
- Mingw - Windows下极简GNU环境
- Emacs - 日常编辑器
- Vim - 另一款编辑器
- Sharex - 录屏软件
- Tmux - 让终端更加便捷
- Git - 自由版本管理系统
- Latex - 自由排版系统
- Qemu - 处理器模拟器
6 文档工具
- Latex - 我喜欢的排版系统
7 其他
7.1 我之前的一些博客
- CSDN cppgp - CSDN博客1
- CSDN cppgp-algorithms - CSDN另一博客,3篇字符串算法的
- 其他一些博客(网易的),老到我都找不出来了
脚注:
1
cppgp是C++ Generic Programming (template)缩写,C++模板元编程是我深入研究 过的一个技术主题