码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Routine Subroutine Coroutine 子程序 协程
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
Just-In-Time Debugging in Visual Studio 禁止VS在服务器上调试
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
yum ftp本地源
一. 准备工作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
Computer(HDU2196)——树形dp的那些事
让我们先附上原题链接 ?传送门? 这个题目的题意翻译过来差不多就是求树上每一个节点在树上的最远距离。其实这题目有两个做法一个是求树的直径,一个是用树形dp,但是这里只说树形dp的方法,求直径的方法思路还是比较简单的。 对于树形dp我们有以下的思路,对于一个节点root在树上的最长路径,有两种可能。一 ...
分类:其他好文   时间:2017-10-29 16:41:52    阅读次数:170
Note 1 for <Pratical Programming : An Introduction to Computer Science Using Python 3>
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
HDU2604 Queuing 矩阵初识
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
2862条   上一页 1 ... 96 97 98 99 100 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!