码迷,mamicode.com
首页 >  
搜索关键字:per    ( 2089个结果
Permutations II
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2] have the following unique per...
分类:其他好文   时间:2014-08-27 21:55:38    阅读次数:242
ios 屏幕截图- 延迟执行
- (IBAction)clip { dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ // 1.捕捉 UIImage *newI...
分类:移动开发   时间:2014-08-27 21:45:38    阅读次数:162
OSX开机自动启动程序的控制脚本
一、Unix系统级别的启动脚本/etc/mach_init.d//etc/mach_init_per_user.d//etc/mach_init_per_login_session.d/在这3个目录下面的启动脚本将在系统初始化阶段执行二、OSX级别启动脚本/System/Library/Startu...
分类:其他好文   时间:2014-08-27 20:26:48    阅读次数:297
CF461B Appleman and Tree (树DP)
CF462DCodeforces Round #263 (Div. 2) DCodeforces Round #263 (Div. 1) BB. Appleman and Treetime limit per test2 secondsmemory limit per test256 megabyt...
分类:移动开发   时间:2014-08-27 20:08:38    阅读次数:238
Codeforces Round #263 (Div. 2) D. Appleman and Tree(树形DP)
题目链接D. Appleman and Treetime limit per test :2 secondsmemory limit per test:256 megabytesinput :standard inputoutput:standard outputAppleman has a tre...
分类:移动开发   时间:2014-08-27 18:18:48    阅读次数:270
Codeforces 263C. Appleman and Toastman
C. Appleman and Toastmantime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputAppleman and Toastman pl...
分类:移动开发   时间:2014-08-27 10:36:37    阅读次数:241
Codeforces 263A. Appleman and Easy Task
A. Appleman and Easy Tasktime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputToastman came up with a ...
分类:移动开发   时间:2014-08-27 09:22:07    阅读次数:342
Codeforces 263B. Appleman and Card Game
B. Appleman and Card Gametime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputAppleman hasncards. Each...
分类:移动开发   时间:2014-08-27 09:21:27    阅读次数:240
Unity3d优化
Unity3d优化检测方式:一,Unity3D 渲染统计窗口Game视窗的Stats去查看渲染统计的信息:1、FPSfps其实就是 frames per second,也就是每一秒游戏执行的帧数,这个数值越小,说明游戏越卡。2、Draw callsbatching之后渲染mesh的数量,和当前渲染到...
分类:其他好文   时间:2014-08-26 13:16:56    阅读次数:220
sgu 321 The Spy Network (dfs+贪心)
321. The Spy NetworkTime limit per test: 0.5 second(s)Memory limit: 65536 kilobytesinput: standardoutput: standardThe network of spies consists ofNint...
分类:Web程序   时间:2014-08-26 00:21:15    阅读次数:361
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!