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
快速吸收这些知识,然后进行思考整合记忆。然后学习更高阶的知识,不断升级。 Basics of Computer Networking : 也就是连接到网络中的系统。可以进行通信。 : 没有连接到网络中的系统。不可以进行通信。 : 在中文中, 意思是 ,也就是网络设备之间的排列方式。有星型的排列方式、 ...
分类:
Web程序 时间:
2020-04-07 16:54:40
阅读次数:
80
集合栈计算机(The Set Stack Computer,ACM/ICPC NWERC 2006,UVa12096) 对于集合的集合,很难直接表示,因此,为方便起见,为每个不同的集合分配一个不同的ID,每个集合都可以表示成所含集合的ID集合,一个集合就可以表示为一个set 实际进行操作的过程中,可 ...
分类:
其他好文 时间:
2020-04-06 21:06:22
阅读次数:
116
应用:猜拳游戏 <1>运行效果: <2>参考代码: import random player = input('请输入:剪刀(0) 石头(1) 布(2):') player = int(player) # 产生随机整数:0、1、2 中的某一个 computer = random.randint(0, ...
分类:
其他好文 时间:
2020-04-06 09:48:37
阅读次数:
65
Why thinking in Java? Java means a lot for computer science. And it gives a best practice in project. Thinking in Java can make you coding with better ...
分类:
编程语言 时间:
2020-04-05 11:31:02
阅读次数:
104
迫近年关,很多人都写了 19 年的总结和 20 年的展望。我在回想 2019 年的时候,想到自己只读完了几本‘杂’书,真正技术的书籍一本也没有读完。焦虑就悄然涌上心头,有种不学习就退步的烦躁。然后我回想起了之前看到的一个网站: Teach Yourself Computer Science:http ...
分类:
其他好文 时间:
2020-04-05 00:26:21
阅读次数:
105