码迷,mamicode.com
首页 >  
搜索关键字:speed    ( 1368个结果
hdu 1160 FatMouse's Speed 解题报告
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1160题目意思:给出一堆老鼠,假设有 n 只(输入n条信息后Ctrl+Z)。每只老鼠有对应的weight 和 speed。现在需要从这 n 只老鼠的序列中,找出最长的一条序列,满足老鼠的weight严格递...
分类:其他好文   时间:2014-09-30 17:53:39    阅读次数:233
10 Tips for Optimizing Your Website’s Speed
转自:http://sixrevisions.com/web-development/site-speed-performance/Web page speed and performance is very important to the user experience. If your sit...
分类:Web程序   时间:2014-09-30 14:35:09    阅读次数:208
.responsiveSlides参数
$(".rslides").responsiveSlides({ auto: true, // Boolean: Animate automatically, true or false speed: 500, // Integer: Speed o...
分类:其他好文   时间:2014-09-29 13:27:20    阅读次数:147
Oracle 安装 检查操作系统版本 必须是 5.0 5.1 的解决办法
打开oraparam.ini文件 添加红色部分Windows=5.1,5.2,6.1最下面添加[Windows-6.1-required]#Minimum display colours for OUI to runMIN_DISPLAY_COLORS=256#Minimum CPU speed r...
分类:数据库   时间:2014-09-28 14:23:42    阅读次数:208
UVA 6662 The Last Ant(模拟退火)
A straight tunnel without branches is crowded with busy ants coming and going. Some ants walk left to right and others right to left. All ants walk at a constant speed of 1 cm/s. When two ants meet, ...
分类:其他好文   时间:2014-09-26 02:19:18    阅读次数:188
Unity输入与控制
主要概念: 1.虚拟轴 2.输入预先设置示例:通过键盘控制物体移动 1 private float speed = 10.0F; //速度 2 3 private float rotaSpeed = 100.0F; //旋转速度 4 5 // Update is c...
分类:其他好文   时间:2014-09-25 12:28:38    阅读次数:496
POJ 2501 Average Speed(不错的一道水题)
【题目简述】:给出我们时间和速度,让我们求出走了多远的距离 【分析】:这道题开始的时候没有太明白什么时候输出,后来看了别人的题解就明白了。 关于此题的几点总结: 1、时间的输入方法:scanf("%d:%d:%d",&h,&m,&s),注意积累! 2、关于空格的的输入控制使用char ch = getchar(),同时它还作为了本题的一个是否输出的标识控制的条件。 3、多积累类似题目的方...
分类:其他好文   时间:2014-09-22 13:55:22    阅读次数:228
usb host鼠标不能使用原因
linux kernel 3.4.5的板子插入USB鼠标,出现例如以下错误LOG:[ 191.177508] Plug in USB Port2[ 191.363516] usb 1-1: new full speed USB device number 10 using Mstar-ehci-2[...
分类:其他好文   时间:2014-09-20 18:25:49    阅读次数:152
Vectorized implementation
VectorizationVectorization refers to a powerful way to speed up your algorithms. Numerical computing and parallel computing researchers have put decad...
分类:其他好文   时间:2014-09-18 18:18:44    阅读次数:325
Linux Virtualization with Xen
Xen is the new virtualization kid on the block. It's gaining visibility and importance at a speed only projects such as Linux and Apache have seen bef...
分类:系统相关   时间:2014-09-17 20:22:22    阅读次数:492
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!