Web browsers are probably the most widely used software. In this book I will explain how they work behind the scenes. We will see what happens when yo ...
分类:
其他好文 时间:
2016-11-08 13:17:35
阅读次数:
153
A part of Natural Language Processing (NLP) is processing text by “tokenizing” language strings. This means we can break up a string of text into part ...
分类:
编程语言 时间:
2016-11-08 07:40:07
阅读次数:
192
https://startbigthinksmall.wordpress.com/2008/06/09/behind-the-scenes-of-the-c-yield-keyword/ Behind the scenes of the C# yield keyword June 9, 2008 b ...
Lights will bring personality and flavor to your game. You use lights to illuminate the scenes and objects to create the perfect visual mood. Lights c ...
分类:
编程语言 时间:
2016-11-05 20:26:22
阅读次数:
419
总结:顾名思义。 重点: 1. 几何对象:A natural example of object-oriented programming is designing data types for geometric objects. Point2D.java is a data type for p ...
分类:
编程语言 时间:
2016-10-25 02:44:37
阅读次数:
138
效率爆表的一个晚上,只是因为没带手机,可怕! 今天开启新的课程,http://cs224d.stanford.edu/syllabus.html 第一章是凸优化,convex Optimazition 凸集 Convex Set 定义: A set C is convex if, for any x ...
分类:
其他好文 时间:
2016-10-16 21:32:28
阅读次数:
259
Java TreeMap实现了SortedMap接口,也就是说会按照key的大小顺序对Map中的元素进行排序,key大小的评判可以通过其本身的自然顺序(natural ordering),也可以通过构造时传入的比较器(Comparator)。 TreeMap底层通过红黑树(Red-Black tre ...
分类:
其他好文 时间:
2016-10-15 11:47:12
阅读次数:
163
2016-10-11 21:18:45 HDU 1016 A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the ...
分类:
编程语言 时间:
2016-10-12 00:52:59
阅读次数:
197
Description Let N be the set of all natural numbers {0 , 1 , 2 , . . . }, and R be the set of all real numbers. wi, hi for i = 1 . . . n are some elem ...
分类:
其他好文 时间:
2016-10-08 01:40:24
阅读次数:
151