码迷,mamicode.com
首页 >  
搜索关键字:.science    ( 847个结果
MIT Introduction to Computer Science and Programming (Lesson one )
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
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
AP聚类算法
一、算法简介 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
HDOJ/HDU 1161 Eddy's mistakes(大写字母转换成小写字母)
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
ACM题目————The Blocks Problem
代码参考: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
847条   上一页 1 ... 51 52 53 54 55 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!