码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
hdu3652--B-number(数位dp练习4)
B-number Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description A wqb-number, or B-number for short, is a non-negative integer whose dec...
分类:其他好文   时间:2015-01-20 12:04:45    阅读次数:131
hdu 2680 Choose the best route (Dijkstra & 反向图)
Choose the best route Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 7764    Accepted Submission(s): 2581 Problem Description On...
分类:其他好文   时间:2015-01-20 12:04:28    阅读次数:153
POJ 1324 Holedox Moving 贪吃蛇 状态压缩 BFS
Description During winter, the most hungry and severe time, Holedox sleeps in its lair. When spring comes, Holedox wakes up, moves to the exit of its lair, comes out, and begins its new life. Holedo...
分类:其他好文   时间:2015-01-20 10:29:05    阅读次数:193
setInterval(code, time)中code传递参数办法
针对setInterval无法传递参数问题,提出三种解决办法.
分类:其他好文   时间:2015-01-20 08:58:31    阅读次数:174
Unity3D中的常用方法
1.移动(用Translate方法进行移动)int moveSpeed = 10; //移动速度this.transform.Translate(Vector3.down * Time.deltaTime * moveSpeed);2. 修改Sprite Renderer的spritepublic ...
分类:编程语言   时间:2015-01-20 06:09:46    阅读次数:269
[LeetCode] Maximum Gap 求最大间距
Given an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/space.Return 0 ...
分类:其他好文   时间:2015-01-19 23:32:53    阅读次数:234
【Unity3D】Invoke,InvokeRepeating ,Coroutine 延迟调用,周期性调用
Invoke和InvokeRepeating方法,可以实现延迟调用,和周期调用第一个是执行一次,第二个是重复执行void Invoke(string methodName, float time);第一个参数是方法名(注意是字符串形式),并不是更方便的委托。第二个是延时多少秒。只执行一次。void ...
分类:编程语言   时间:2015-01-19 23:28:06    阅读次数:319
bzoj1026--SCOL2009--windy数(数位dp练习1)
windy数 Time Limit:1000MS     Memory Limit:165888KB     64bit IO Format:%lld & %llu Submit Status Description windy定义了一种windy数。不含前导零且相邻两个数字之差至少为2的正整数被称为windy数。 windy想知道,在A和B之间,包括A和B,总...
分类:Windows程序   时间:2015-01-19 21:07:24    阅读次数:182
hdu 2191 珍惜现在,感恩生活 DP
悼念512汶川大地震遇难同胞——珍惜现在,感恩生活 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 16047    Accepted Submission(s): 6790 Problem Description 急!灾...
分类:其他好文   时间:2015-01-19 21:05:44    阅读次数:218
5 DML语言
5 DML语言 Select [ALL|DISTINCT|DISTINCTROW|[TOP n [PERCENT]]] FROM TABLE FROM 表; select case when to_date(max(tr.board_in_time))-to_date('',‘yyyymmddhh2...
分类:编程语言   时间:2015-01-19 20:53:36    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!