各种优秀博文整理

遇到很多非常好用的博文,整理如下,长期更新:

1.实用的博文

  1. ubuntu终端:一边输入函数,一边显示参数
    https://github.com/prompt-toolkit/ptpython

  2. 在atom里安装插件
    https://blog.csdn.net/u011583927/article/details/78858368

  3. github下载慢,轻松提速教程(超有效)
    https://blog.csdn.net/weixin_37910453/article/details/86655613

  4. 在Linux上一键安装Windows原生软件(crosscover永久免费使用)
    https://www.jianshu.com/p/eb1c12072559

  5. python第三方库 pip 加速
    https://blog.csdn.net/mge789/article/details/78148452

论文优秀网站

  • 谷歌的数据集搜索工具:
    dataset search

  • 管理阅读库:Mendeley

  • 阅读和写论文评论:shortscience 和 openreview

  • 将论文和 GitHub 资源库匹配:paperswithcode 和 pwc
    Papers With Code:https://paperswithcode.com/
    Github pwc:https://github.com/zziz/pwc

  • 论文和作者分析:Semantic scholar

  • 写论文:Overleaf

3.编译原理

  1. LL(1)文法分析(first ,follow, select集合)
    https://blog.csdn.net/CooperNiu/article/details/78524688
    https://blog.csdn.net/diaorenxiang/article/details/17127287

  2. 算符优先关系表的建立
    https://www.jianshu.com/p/5e17408105a1
    https://blog.csdn.net/c1481118216/article/details/51668444

  3. 有穷自动机:
    https://blog.csdn.net/qq_39521554/article/details/79416553

4.一门语言的修养

  1. 对于多线程解释比较好的博文:
    https://blog.csdn.net/weixin_42143550/article/details/81193728
    https://blog.csdn.net/somezz/article/details/80963760

猜你喜欢

转载自blog.csdn.net/qq_35307005/article/details/89818786
今日推荐