Pinned Repositories
1husheng.github.io
hexo_blog
book
Book PDF
book-1
CtCI-6th-Edition-cpp
Cracking the Coding Interview 6th Ed. C++ Solutions
DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
exercise
exercise for nndl
fullstack-tutorial
🚀 fullstack tutorial 2020,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试
hello-world
htop
htop - an interactive process viewer
leetcode-master
LeetCode 刷题攻略:配思维导图,100+经典算法题目刷题顺序、经典算法模板、共40w字的详细图解,以及难点视频题解。按照刷题攻略上的顺序来刷题,让你在算法学习上不再迷茫!🔥🔥给个star支持一下吧!🚀
1husheng's Repositories
1husheng/1husheng.github.io
hexo_blog
1husheng/book
Book PDF
1husheng/book-1
1husheng/CtCI-6th-Edition-cpp
Cracking the Coding Interview 6th Ed. C++ Solutions
1husheng/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
1husheng/exercise
exercise for nndl
1husheng/fullstack-tutorial
🚀 fullstack tutorial 2020,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试
1husheng/hello-world
1husheng/htop
htop - an interactive process viewer
1husheng/leetcode-master
LeetCode 刷题攻略:配思维导图,100+经典算法题目刷题顺序、经典算法模板、共40w字的详细图解,以及难点视频题解。按照刷题攻略上的顺序来刷题,让你在算法学习上不再迷茫!🔥🔥给个star支持一下吧!🚀
1husheng/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
1husheng/machinglearining
1husheng/MLbooks
机器学习的相关书籍
1husheng/NaiveMatrixLib
A simple C++ complex & real matrix library, with matrix inversion, left division and determinant calculation
1husheng/recastnavigation
Navigation-mesh Toolset for Games
1husheng/scikit-learn
scikit-learn: machine learning in Python
1husheng/Skiplist-CPP
A tiny KV storage based on skiplist written in C++ language
1husheng/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net