20X11's Stars
AlmostGPH/Cache-Simulator-with-Visual-Interface
A cache simulator with a hit checking mechanism, a mapping display of memory addresses and cache blocks, the implementation of a substitution algorithm, the handling of mismatches between the block size and the data size, and the separation of the data cache from the instruction cache. And with visual interface.
PKUFlyingPig/cs-self-learning
计算机自学指南
github/gitignore
A collection of useful .gitignore templates
justjavac/awesome-wechat-weapp
微信小程序开发资源汇总 :100:
datawhalechina/pumpkin-book
《机器学习》(西瓜书)公式详解
DefTruth/statistic-learning-R-note
📒《统计学习方法-李航》200页PDF手推公式细节讲解,包含详细的目录以及R语言代码实现,可结合《统计学习方法》提高学习效率,适合机器学习、深度学习初学者。
EbookFoundation/free-programming-books
:books: Freely available programming books
ryanhanwu/How-To-Ask-Questions-The-Smart-Way
本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。
TheAlgorithms/Python
All Algorithms implemented in Python