https://en.wikipedia.org/wiki/Subroutine In computer programming, a subroutine is a sequence of program instructions that perform a specific task, pac ...
分类:
其他好文 时间:
2017-11-02 16:11:03
阅读次数:
131
To disable Just-In-Time debugging by editing the registry On the Start menu, search for and run regedit.exe In the Registry Editor window, locate and ...
分类:
其他好文 时间:
2017-11-02 14:36:07
阅读次数:
305
定义 维基百科中对偏函数 (Partial application) 的定义为: In computer science, partial application (or partial function application) refers to the process of fixing a ...
分类:
其他好文 时间:
2017-11-02 13:20:35
阅读次数:
243
定义 维基百科中对柯里化 (Currying) 的定义为: In mathematics and computer science, currying is the technique of translating the evaluation of a function that takes mu ...
分类:
其他好文 时间:
2017-11-02 13:18:54
阅读次数:
185
一. 准备工作1. 安装系统centos7.32. 环境 10.10.10.14 controller-1 10.10.10.15 computer-13. 在14主机上安装FTP服务yum install vsftpd -ysystemctl start vsftpd.service system ...
分类:
其他好文 时间:
2017-11-01 14:57:21
阅读次数:
256
Computer Systems: A Programmer's Perspective: 3.9.3 Data AlignmentMany computer systems place restrictions on the allowable addresses for the primitiv ...
分类:
其他好文 时间:
2017-10-31 18:44:41
阅读次数:
144
让我们先附上原题链接 ?传送门? 这个题目的题意翻译过来差不多就是求树上每一个节点在树上的最远距离。其实这题目有两个做法一个是求树的直径,一个是用树形dp,但是这里只说树形dp的方法,求直径的方法思路还是比较简单的。 对于树形dp我们有以下的思路,对于一个节点root在树上的最长路径,有两种可能。一 ...
分类:
其他好文 时间:
2017-10-29 16:41:52
阅读次数:
170
Book Imformation : <Pratical Programming : An Introduction to Computer Science Using Python 3> 2nd Edtion Author : Paul Gries,Jennifer Campbell,Jason ...
分类:
编程语言 时间:
2017-10-29 12:42:36
阅读次数:
171
Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our daily life. There are many p ...
分类:
其他好文 时间:
2017-10-28 22:37:25
阅读次数:
209
1、计算机视觉方向的三大会议 ICCV: International Conference on Computer Vision ECCV:European Conference on Computer Vision CVPR: International Conference on Compute ...
分类:
其他好文 时间:
2017-10-28 20:25:00
阅读次数:
165