程序语言到机器指令的过程 1.hello.c 源程序一个文本文件 经过预处理(pre processer)成为 hello.i 2.hello.i 修改的源程序 经过编译处理(compiler) 成为 hello.s 3.hello.s 汇编程序 经过汇编器(assembler) 成为 hello. ...
分类:
移动开发 时间:
2018-07-01 19:51:34
阅读次数:
183
Computer Scientist Tells Mathematicians How To Write Proofs: https://blogs.scientificamerican.com/roots of unity/computer scientist tells mathematicia ...
分类:
其他好文 时间:
2018-07-01 10:25:07
阅读次数:
177
linux下磁盘挂载需要经历三步: (1)磁盘插上usb口,被识别为SISC(Small Computer System Interface,直译是“小型计算机系统专用接口”); (2)磁盘分区/格式化(指定一种存储格式); (3)挂载磁盘到系统某一目录; 如下是操作手法: (1)磁盘插上usb后, ...
分类:
系统相关 时间:
2018-06-30 16:24:14
阅读次数:
203
Girshick, Ross. “Fast r-cnn.” Proceedings of the IEEE International Conference on Computer Vision. 2015. 继2014年的RCNN之后,Ross Girshick在15年推出Fast RCNN,构思 ...
分类:
编程语言 时间:
2018-06-30 15:23:44
阅读次数:
194
作者: [美] 保罗·格雷厄姆 出版社: 人民邮电出版社 副标题: 硅谷创业之父Paul Graham文集 原作名: Hackers and Painters: Big Ideas from the Computer Age 译者: 阮一峰 出版年: 2011-4 页数: 264 定价: 49.00 ...
分类:
其他好文 时间:
2018-06-29 15:43:31
阅读次数:
305
作者: Harold Abelson / Gerald Jay Sussman / Julie Sussman 出版社: 机械工业出版社 副标题: 原书第2版 原作名: Structure and Interpretation of Computer Programs 译者: 裘宗燕 出版年: 20 ...
分类:
其他好文 时间:
2018-06-28 19:21:30
阅读次数:
139
目录 {:toc} 这本书是计算机网络最好的入门书籍,与传统的计算机网络书籍不同,它采用了自顶而下的方式去讲解。感谢两位十分出色的作者:Jim Kurose和Keith Ross, 他们生动的叙述方式使我觉得计算机网络如此有趣。单单引用文献就有33页,我十分佩服这么严谨又有耐心的人。 Keep th ...
分类:
移动开发 时间:
2018-06-26 20:46:41
阅读次数:
323
As you know, all the computers used for ACM contests must be identical, so the participants compete on equal terms. That is why all these computers ar ...
分类:
其他好文 时间:
2018-06-23 19:07:59
阅读次数:
201
Machine Learning: A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its perfor ...
分类:
其他好文 时间:
2018-06-22 21:00:48
阅读次数:
212