MIT Introduction to Computer Science and Programming (Lesson one ) 这篇文是记载 MIT 计算机科学及编程导论 第一集 的笔记 Lesson one : Goals of the course;what is computation; ...
分类:
其他好文 时间:
2016-06-19 18:14:39
阅读次数:
162
1052 - String Growth PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Zibon just started his courses in Computer science. Af ...
分类:
其他好文 时间:
2016-06-16 23:07:04
阅读次数:
264
In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently. Data structures can imp... ...
分类:
其他好文 时间:
2016-06-16 10:32:14
阅读次数:
228
谈谈命名 Martin Fowler曾经在一篇文章中曾经引用过Phil Karlton的话: There are only two hard things in Computer Science: cache invalidation and naming things. 他说这句话在很长的一段时间 ...
分类:
其他好文 时间:
2016-06-12 00:11:59
阅读次数:
105
Martin Fowler曾经在一篇文章中曾经引用过Phil Karlton的话:
There are only two hard things in Computer Science: cache invalidation and naming things. ...
分类:
其他好文 时间:
2016-06-07 12:41:38
阅读次数:
129
一、算法简介 Affinity Propagation聚类算法简称AP,是一个在07年发表在Science上的聚类算法。它实际属于message-passing algorithms的一种。算法的基本思想将数据看成网络中的节点,通过在数据点之间传递消息,分别是吸引度(responsibility)和 ...
分类:
编程语言 时间:
2016-06-07 01:10:44
阅读次数:
3029
Martin Fowler曾经在一篇文章中曾经引用过Phil Karlton的话:There are only two hard things in Computer Science: cache invalidation and naming things.他说这句话在很长的一段时间内都是他最喜欢... ...
分类:
其他好文 时间:
2016-06-06 18:28:59
阅读次数:
120
Problem Description
Eddy usually writes articles ,but he likes mixing the English letter uses, for example “computer science” is written frequently “coMpUtEr scIeNce” by him, this mistakes lets Eddy’s...
分类:
其他好文 时间:
2016-05-27 18:38:20
阅读次数:
98
第六节课:元组合集合 首先,看一下英文对应词汇“迭代”-》"iteration"->(computer science) a single execution of a set of instructions that are to be repeated; "the solution took h ...
分类:
其他好文 时间:
2016-05-25 23:47:03
阅读次数:
218
代码参考:http://www.hankcs.com/program/uva-q101-the-blocks-problem.html Description Background Many areas of Computer Science use simple, abstract domains ...
分类:
其他好文 时间:
2016-05-22 22:49:34
阅读次数:
491