Introduction This tutorial will help you to understand about Java OOP’S concepts with examples. Let’s discuss about what are the features of Object Oriented Programming. Writing object-oriented p...
分类:
编程语言 时间:
2014-08-18 23:42:53
阅读次数:
755
Children are always sweet but they can sometimesmake you feel bitter. In this problem, you will see how Tintin, a five year’sold boy, creates trouble for his parents. Tintin is a joyful boy and is alw...
分类:
其他好文 时间:
2014-08-17 20:00:42
阅读次数:
291
合并排序再枚举。题意问五个数组中各抽一个加起来 和是否为 0。開始想用 200*200*200 和 200*200 比。果然TLE了。后来知道 得 200*200,200*200 ,200 。先200*200 的枚举,排序,去重。然后三个元素加起来,微调 两个 200*200 的指针。这题用 %ll...
分类:
其他好文 时间:
2014-08-17 11:42:12
阅读次数:
202
英文链接:Writing Fast, Memory-Efficient JavaScript 很多JavaScript引擎,如Google的V8引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,...
分类:
编程语言 时间:
2014-08-16 23:40:21
阅读次数:
514
Counting SheepTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2060Accepted Submission(s): 1359 Pr...
分类:
其他好文 时间:
2014-08-16 12:30:40
阅读次数:
334
The first 3 parts are easy to get. I should know the name, version, and culture for the assembly since I am writing it. The part that can be a little ...
分类:
其他好文 时间:
2014-08-16 12:23:00
阅读次数:
226
这是一篇关于jQuery的文章,写到这里给初学者一些建议。原文地址:http://flippinawesome.org/2013/11/25/writing-better-jquery-code/现在已经有很多文章讨论jQuery和JavaScript的性能问题,然而,在这篇文章中我计划总结一些提升...
分类:
Web程序 时间:
2014-08-15 23:43:49
阅读次数:
320
Faced with the upcoming exam, Some useful methods referred to file operation drew tremenous attention. Now I make a summary to reading file.
[java] view
plaincopy
import java...
分类:
其他好文 时间:
2014-08-14 01:30:09
阅读次数:
331
英文链接:Writing Fast, Memory-Efficient JavaScript 很多JavaScript引擎,如Google的V8引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,你.....
分类:
编程语言 时间:
2014-08-12 16:47:44
阅读次数:
364
Time Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeCodeForces 281ADescriptionCapitalization is writing a word with...