两侧同时换到之前的修订记录
前一修订版
后一修订版
|
前一修订版
|
笔记:coding:开发 [2019/04/01 13:06] winkidney [网络和通信] |
笔记:coding:开发 [2020/08/21 16:29] (当前版本) winkidney [敏感词过滤] |
| ====== 密码学 ====== |
| * [[https://codereview.stackexchange.com/questions/174336/rsa-algorithm-implementation-in-python-3|rsa-algorithm-implementation-in-python-3]] |
| * [[https://harttle.land/2019/10/20/modular-multiplicative-inverse.html| 使用模逆元计算组合问题]] |
| * [[https://www.cnblogs.com/heshuchao/p/6324965.html|RSA中,使用欧拉函数和卡迈克尔函数的区别]] |
| * [[https://stackoverflow.com/questions/44471236/python-code-for-lagrange-interpolation-determining-the-equation-of-the-polynom|拉格朗日插值法和]] |
| * [[https://www.wikiwand.com/en/Shamir%27s_Secret_Sharing| 使用拉格朗日插值法的Shamir's Secret Sharing]] |
| * [[https://www.wikiwand.com/en/Paillier_cryptosystem|Paillier 加密系统 - 同态加密]] |
| ====== Generic ====== |
| * [[https://martinfowler.com/architecture/|如何进行软件架构]] |
| |
====== 面试 ====== | ====== 面试 ====== |
* [[https://github.com/soulmachine/system-design| 系统设计相关面试题]] | * [[https://github.com/soulmachine/system-design| 系统设计相关面试题]] |
| |
====== 算法笔记 ====== | ====== 算法笔记 ====== |
| ===== General Porpuse ===== |
* [[笔记:coding:算法笔记|算法笔记]] | * [[笔记:coding:算法笔记|算法笔记]] |
| * [[https://www.zhihu.com/question/26287650|0x5f3759df这个快速开方中的常数的数学依据是什么?]] |
| |
| ===== 敏感词过滤 ===== |
| * [[https://www.wikiwand.com/zh-hans/%E5%85%8B%E5%8A%AA%E6%96%AF-%E8%8E%AB%E9%87%8C%E6%96%AF-%E6%99%AE%E6%8B%89%E7%89%B9%E7%AE%97%E6%B3%95|字符串查找KMP算法]] |
| * [[https://ruby-china.org/topics/39859|字符串查找DFA算法(使用前缀树)]] |
| * [[https://www.wikiwand.com/zh-hans/AC%E8%87%AA%E5%8A%A8%E6%9C%BA%E7%AE%97%E6%B3%95| AC自动机算法]] |
| * [[https://www.wikiwand.com/zh-hans/Rabin%E2%80%93Karp%E7%AE%97%E6%B3%95| Rabin Karp算法,字符串多模式匹配]] |
| |
| |
====== 网络和通信 ====== | ====== 网络和通信 ====== |
* [[https://www.wikiwand.com/zh-hans/%E5%96%B7%E6%B3%89%E7%A0%81|喷泉码 - 用于易丢包网络环境的高效传输编码]] | * [[https://www.wikiwand.com/zh-hans/%E5%96%B7%E6%B3%89%E7%A0%81|喷泉码 - 用于易丢包网络环境的高效传输编码]] |
| |
| ====== 体系结构/性能/计算机组成 ====== |
| * [[http://cenalulu.github.io/linux/all-about-cpu-cache/|关于CPU Cache和cacheline]] |
| * [[https://stackoverflow.com/questions/39971639/what-does-cacheline-aligned-mean|cpu-cacheline 是什么含义]] |
| |