From d43b294e714afde47b17f92b37a861b090e1c6f1 Mon Sep 17 00:00:00 2001 From: sqrtthree Date: Tue, 11 Oct 2016 15:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-cn.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README-cn.md b/README-cn.md index c67b69e..58666cc 100644 --- a/README-cn.md +++ b/README-cn.md @@ -74,25 +74,25 @@ - [Unicode](#unicode) - [Endianness](#endianness) - [Emacs and vi(m)](#emacs-and-vim) - - [Unix command line tools](#unix-command-line-tools) - - [Information theory](#information-theory) - - [Parity & Hamming Code](#parity--hamming-code) - - [Entropy](#entropy) - - [Cryptography](#cryptography) - - [Compression](#compression) - - [Networking](#networking) - - [Computer Security](#computer-security) - - [Garbage collection](#garbage-collection) - - [Parallel Programming](#parallel-programming) - - [Design patterns](#design-patterns) - - [Messaging, Serialization, and Queueing Systems](#messaging-serialization-and-queueing-systems) - - [Fast Fourier Transform](#fast-fourier-transform) - - [Bloom Filter](#bloom-filter) - - [van Emde Boas Trees](#van-emde-boas-trees) - - [Augmented Data Structures](#augmented-data-structures) - - [Skip lists](#skip-lists) - - [Network Flows](#network-flows) - - [Disjoint Sets & Union Find](#disjoint-sets--union-find) + - [Unix 命令行工具](#unix-命令行工具) + - [信息资源 (视频)](#信息资源-视频) + - [奇偶校验位 & 汉明码 (视频)](#奇偶校验位--汉明码-视频) + - [系统熵值(系统复杂度)](#系统熵值系统复杂度) + - [密码学](#密码学) + - [压缩](#压缩) + - [网络 (视频)](#网络-视频) + - [计算机安全](#计算机安全) + - [释放缓存](#释放缓存) + - [平行化(多线程)编程](#平行化多线程编程) + - [设计模式](#设计模式) + - [信息传输, 序列化, 和队列化的系统](#信息传输-序列化和队列化的系统) + - [快速傅里叶变换](#快速傅里叶变换) + - [布隆过滤器](#布隆过滤器) + - [van Emde Boas 树](#van-emde-boas-树) + - [更深入的数据结构](#更深入的数据结构) + - [跳表](#跳表) + - [网络流](#网络流) + - [不相交集 & 联合查找](#不相交集--联合查找) - [Math for Fast Processing](#math-for-fast-processing) - [Treap](#treap) - [Linear Programming](#linear-programming) @@ -1381,7 +1381,7 @@ - [ ] [视频](https://www.youtube.com/playlist?list=PLEbnTDJUr_IegfoqO4iPnPYQui46QqT0j) - [ ] [子网络解密 - 第五部分 经典内部域名指向 CIDR 标记](https://www.youtube.com/watch?v=t5xYI0jzOf4) -- ### 电脑安全 +- ### 计算机安全 - [MIT](https://www.youtube.com/playlist?list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh) - [ ] [威胁模型:入门](https://www.youtube.com/watch?v=GqmQg-cszw4&index=1&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh) - [ ] [控制攻击](https://www.youtube.com/watch?v=6bwzNg5qQ0o&list=PLUl4u3cNGP62K2DjQLRxDNRi0z2IRWnNh&index=2)