码迷,mamicode.com
首页 >  
搜索关键字:speed    ( 1368个结果
OC开发_Storyboard——MapKit
一、Core Location1、基本对象 @propertys: coordinate, altitude, horizontal/verticalAccuracy, timestamp, speed, course @property (readonly) CLLocationCoordinat...
分类:其他好文   时间:2015-05-03 11:52:19    阅读次数:133
POJ 1852 Ants 思维题 简单题
AntsDescriptionAn army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant re...
分类:其他好文   时间:2015-05-01 10:33:44    阅读次数:117
有意思的代码:控制台输出贪吃蛇游戏
/* F12贪吃蛇小游戏 */(function () { function play(simsun,speed){ var maxLog = 200;//maxLog个就清除一次,以免浏览器卡死 var logNum = 0; var speed =...
分类:其他好文   时间:2015-04-29 15:00:08    阅读次数:166
HDU 1160 FatMouse's Speed
刚开始输入写错了,最后还会接收一次值的 这道题如果只有一个维度,那么直接排序之后顺序输出就行了,但这里有二维,排序之后有一些点不能同时选,就需要决择了 先将所有老鼠按我们需要的大小关系排个序,然后就相当于求个最长上升子序列了 #include #include #include #include const int inf=999999; using namespace std; int d...
分类:其他好文   时间:2015-04-29 10:08:03    阅读次数:112
jquery文本折叠
/** * Created by dongdong on 2015/4/28. */(function($){ var defaults = { height:40, //文本收起后的高度 speed:'normal', //文本收起和展开的速度 do...
分类:Web程序   时间:2015-04-28 13:54:45    阅读次数:114
6.0 LINQ & XML
To be honest, after I finished the teacher's lecture, I didn't quite understand the two topics (maybe due to the fast speed of teaching or something e...
分类:其他好文   时间:2015-04-27 14:46:50    阅读次数:124
SCALA常规练习C
package com.hengheng.scalaabstract class Animal { def walk(speed : Int) def breathe() = { println("Aninamal breathes.") }}trait Flyable { def...
分类:其他好文   时间:2015-04-26 13:48:05    阅读次数:118
可变速率的语音变调效果
Time stretching is the process of changing the speed or duration of an audio signal without affecting its pitch. Pitch scaling or pitch shifting is the opposite: the process of changing the pitch...
分类:其他好文   时间:2015-04-26 11:00:42    阅读次数:173
可变速率的语音变调效果
Time stretchingis the process of changing the speed or duration of anaudio signalwithout affecting itspitch.Pitch scalingorpitch shiftingis the opposi...
分类:其他好文   时间:2015-04-26 10:41:16    阅读次数:138
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!