码迷,mamicode.com
首页 >  
搜索关键字:speed    ( 1368个结果
VMware Workstation 12安装 Solaris 10 / 11
Hello and welcome to our today's article on Installation of Solaris using VMware Workstation. Oracle Solaris 11 is the world's most advanced enterprise operating system that delivers security, speed, ...
分类:系统相关   时间:2016-05-03 10:55:33    阅读次数:384
uboot1.1.6之NOR FLASH 出现的问题解决方法
U-BOOT移植,structure has no member named `CAMDIVN speed.c: In function `get_HCLK':speed.c:114: error: structure has no member named `CAMDIVN'speed.c: In ...
分类:其他好文   时间:2016-05-01 23:01:22    阅读次数:1027
jQuery事件
1、show()显示效果 语法:show(speed,callback) Number/String,Function speend为动画执行时间,单位为毫秒。也可以为slow","normal","fast" callback可选,为当动画完成时执行的函数。 show(speed,[easing] ...
分类:Web程序   时间:2016-04-29 14:18:41    阅读次数:167
Unity3D——键盘控制移动
public float speed = 6f; Vector3 movement; void FixedUpdate () { float h = Input.GetAxisRaw("Horizontal"); float v = Input.GetAxisRaw("Vertical"); Mov ...
分类:移动开发   时间:2016-04-27 12:40:27    阅读次数:653
马兴150809305 飞机
#include#include#include#include#defineN35voidprint(int[][N]);//输出函数voidmovebul(int[][N]);//子弹移动函数voidmovepla(int[][N]);//敌机移动函数voidsetting(void);//设置函数voidmenu(void);//菜单函数intscr[22][N]={0},pl=9,width=24,speed=3,density=30,score=0,d..
分类:其他好文   时间:2016-04-26 22:23:42    阅读次数:226
检查系统IP地址和网卡速率的SHELL
代码如下:#ac=`ifconfig-a|grepencap|awk‘{print$1}‘` ac=`ifconfig|grepencap|awk‘{print$1}‘` foriin$ac do if[$i=="lo"];then echo$i ifconfig$i|grep"inetaddr"|sed‘s///g‘|awk‘{print$2}END{print$3}‘ else echo$i ad=`ethtool$i|sed‘s/\t//g‘|grep‘Speed\|Duplex‘` ifcon..
分类:系统相关   时间:2016-04-24 18:59:50    阅读次数:379
利用iptable limit模块限制ip下载速度
#!/bin/bash#SPEED=`/bin/bash/etc/zabbix/script/flow.sh|cut-d‘.‘-f1`SPEED=`/bin/bash/root/flow.sh|cut-d‘.‘-f1`[-z$SPEED]&&SPEED=1EXIST=`iptables-n-v-L|grepCC-FLOW|wc-l`if[$SPEED-gt1250];thenIP=`netstat-antup|grepESTABLISHED|awk‘{print$5}‘|grep-o"\([0..
分类:其他好文   时间:2016-04-21 15:24:32    阅读次数:433
HDU 1160 FatMouse's Speed sort+DP
Problem Description FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of m ...
分类:其他好文   时间:2016-04-20 01:58:04    阅读次数:214
学习OpenCV——Surf(特征点篇)&flann
Surf(Speed Up Robust Feature) Surf算法的原理 1.构建Hessian矩阵构造高斯金字塔尺度空间 其实surf构造的金字塔图像与sift有很大不同,就是因为这些不同才加快了其检测的速度。Sift采用的是DOG图像,而surf采用的是Hessian矩阵行列式近似值图像。 ...
分类:其他好文   时间:2016-04-17 20:24:40    阅读次数:602
JQuery 中 animate() 方法使用
JQuery animate()方法使用说明 语法:$(selector).animate({params},speed,callback) 其中,params是多个参数列表,例如: { left:'++50px', opacity:'0.5', height:'200px', width:'300 ...
分类:Web程序   时间:2016-04-17 12:56:59    阅读次数:143
1368条   上一页 1 ... 91 92 93 94 95 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!