原文地址:https://www.quantamagazine.org/computer-scientist-donald-knuth-cant-stop-telling-stories-20200416/对Donald Knuth来说,好的代码和好的表达是一样的。Part1Donald Knuth... ...
分类:
其他好文 时间:
2020-04-19 00:30:48
阅读次数:
118
PuTTY Trick 1: Delete All PuTTY Sessions Together When you are swapping an old computer with a new computer, you may end-up transferring all PuTTY ses ...
分类:
其他好文 时间:
2020-04-16 01:01:51
阅读次数:
291
本文主要介绍了CV概要和CNN基础概念。 1 计算机视觉(computer vision)简介 计算机视觉旨在识别和理解图像/视频中的内容。其诞生于1966年MIT AI Group的"the summer vision project"。当时,人工智能其他分支的研究已经有一些初步成果。由于人类可以 ...
分类:
其他好文 时间:
2020-04-14 01:13:03
阅读次数:
103
You can use the command to see a list of all installed packages on your computer. To uninstall a program use command. For example, the following comma ...
分类:
系统相关 时间:
2020-04-12 16:18:39
阅读次数:
85
题 集合栈计算机,完整题目见参考[1] 书上的原始代码如下: #include <iostream> #include <vector> #include <map> #include <set> #include <string> #include <stack> #include <algori ...
分类:
其他好文 时间:
2020-04-12 10:48:04
阅读次数:
80
Golang-接口(interface) 基本介绍 按顺序,我们应该讲解多态,但是在讲解多态前,我们需要讲解接口(interface),因为在 Golang 中 多态特性主要是通过接口来体现的。 接口快速入门 这样的设计需求在 Golang 编程中也是会大量存在的,我曾经说过,一个程序就是一个世界, ...
分类:
其他好文 时间:
2020-04-11 09:30:31
阅读次数:
61
17 使用iSCSI服务部署网络存储 当前的硬盘接口类型主要有IDE、SCSI和SATA这3种。 互联网小型计算机系统接口(iSCSI,Internet Small Computer System Interface)。这是一种将SCSI接口与以太网技术相结合的新型存储技术,可以用来在网络中传输SC ...
分类:
其他好文 时间:
2020-04-11 00:12:57
阅读次数:
79
A shallow notes on Deep Learning in the field of Computer Vision based on the courses by Andrew Ng. ...
分类:
其他好文 时间:
2020-04-09 13:05:58
阅读次数:
88
School of Computer Science, McGill UniversityCOMP-206 Introduction to Software Systems, Winter 2020Mini Assignment 6: C Programming - Dynamic MemoryTh ...
分类:
其他好文 时间:
2020-04-08 19:35:06
阅读次数:
84
这是一篇翻译,原文是How to Be a Successful PhD Student (in Computer Science (in NLP/ML))http://people.cs.umass.edu/~wallach/how_to_be_a_successful_phd_student.p ...
分类:
其他好文 时间:
2020-04-08 12:20:00
阅读次数:
83