码迷,mamicode.com
首页 >  
搜索关键字:second    ( 4896个结果
代码艺术 CountDownTimer
/** * Schedule a countdown until a time in the future, with regular notifications on intervals along the way. * * Example of showing a 30 second count...
分类:其他好文   时间:2014-05-16 04:21:02    阅读次数:311
Counting Inversion Pairs in an Array
Given an array, for example, 246135, an inversion pair is the pair whose first value is larger than its second value according to the sequence from left to right, (2,1) (4,1) (4,3) (6,1) (6,3) (6,5)....
分类:其他好文   时间:2014-05-13 08:03:58    阅读次数:338
ZOJ3329之经典概率DP
One Person Game Time Limit: 1 Second      Memory Limit: 32768 KB      Special Judge There is a very simple and interesting one-person game. You have 3 dice, namely Die1, Die2 and Die3. Die1 ha...
分类:其他好文   时间:2014-05-13 06:06:00    阅读次数:357
关于时间的转换
//把秒转换成分钟 /// /// 把秒转换成分钟 /// /// public static int SecondToMinute(int Second) { // / 换成 * 号...
分类:其他好文   时间:2014-05-12 09:33:41    阅读次数:198
Tick and Tick
The three hands of the clock are rotating every second and meeting each other many times everyday. Finally, they get bored of this and each of them wo...
分类:其他好文   时间:2014-05-12 05:20:21    阅读次数:525
史上最简单的带流控功能的http server
import time import SimpleHTTPServer import SocketServer BYTES_PER_SECOND=160*1024 class MyHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): def do_GET(self): """Serve a GET re...
分类:其他好文   时间:2014-05-10 03:36:34    阅读次数:276
[计数dp] ural 1114. Boxes
题目链接: http://acm.timus.ru/problem.aspx?space=1&num=1114 1114. Boxes Time limit: 0.6 second Memory limit: 64 MB N boxes are lined up in a sequence (1 ≤ N ≤ 20). You have A red ball...
分类:其他好文   时间:2014-05-09 21:58:58    阅读次数:471
Unity3d优化
原地址:http://blog.csdn.net/luyuncsd123/article/details/17614275检测方式:一,Unity3D 渲染统计窗口Game视窗的Stats去查看渲染统计的信息:1、FPSfps其实就是 frames per second,也就是每一秒游戏执行的帧数,...
分类:其他好文   时间:2014-05-09 10:25:06    阅读次数:353
HDU 2516 取石子游戏(巴什博弈)
1堆石子有n个,两人轮流取.先取者第1次可以取任意多个,但不能全部取完.以后每次取的石子数不能超过上次取子数的2倍。取完者胜.先取者负输出"Second win".先取者胜输出"First win"....
分类:其他好文   时间:2014-05-08 15:47:51    阅读次数:370
团队冲刺the second day
今天是我们的团队冲刺的第二天,由于我的电脑出现了一点问题,系统还原了,我有重新配置了一下环境变量和一些eclipse的问题,导致时间浪费了很多,但是我还是做了一些简单的任务,例如编写节日的页面的布局,今天把电脑收拾了一下,明天争取多双倍的任务,把任务做好,团队冲刺让我感觉很充实,很累,但是让我的生活...
分类:其他好文   时间:2014-05-07 17:10:26    阅读次数:282
4896条   上一页 1 ... 486 487 488 489 490 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!