原文地址: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
又在知乎上看到了浙大计院cad&cg基本不收考研学生的话,我想不应该再上知乎看考研,浙大方面的东西了,QQ群也不要看了。 我过去20多年的经验告诉我,人不要为未来担忧太多。扎实地做好现在该做的事情,比如学好高数,算法,背好英语政治。前瞻性的眼光是要有的,不过不要让它影响了现在的脚步。就算我考进了浙大 ...
分类:
其他好文 时间:
2020-04-15 21:49:18
阅读次数:
96
本文主要介绍了CV概要和CNN基础概念。 1 计算机视觉(computer vision)简介 计算机视觉旨在识别和理解图像/视频中的内容。其诞生于1966年MIT AI Group的"the summer vision project"。当时,人工智能其他分支的研究已经有一些初步成果。由于人类可以 ...
分类:
其他好文 时间:
2020-04-14 01:13:03
阅读次数:
103
1.无需编号 \begin{itemize}\item {} ...\item {} ...\item {}...\item {} ...\end{itemize} 举例: \indent The main contributions of this paper are as follows:%主要 ...
分类:
其他好文 时间:
2020-04-12 22:26:04
阅读次数:
148
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