A large field has a dog and a gopher. The dog wants to eat the gopher, while the gopher wants to run to safety through one of several gopher holes dug ...
分类:
其他好文 时间:
2017-02-02 12:10:51
阅读次数:
174
一、ioctl函数的使用:原型:struct ioctl(struct file *file,unsigned int cmd,unsigned long arg);cmd有I2C_SLAVE,I2C_SLAVE_FORCE,I2C_TENBIT,I2C_S3C2410_SET_SPEED几个选项; ...
分类:
系统相关 时间:
2017-01-20 15:53:27
阅读次数:
387
kalman filter tracking... ...
分类:
其他好文 时间:
2017-01-15 22:52:32
阅读次数:
306
JQuery基础知识(2) JQuery滑动效果 1、 JQuery slideDown(); 语法: 可选的 speed 参数规定效果的时长。它可以取以下值:"slow"、"fast" 或毫秒。 可选的 callback 参数是滑动完成后所执行的函数名称。 2、JQuery slideUp();用 ...
分类:
Web程序 时间:
2017-01-15 21:30:09
阅读次数:
297
JQuery基础知识(1) 对JQuery学习中遇到的小细节进行了整理和总结 1、JQuery hide()和show()方法,分别对选中的元素进行隐藏和显示,语法:hide()和show分别有对应的参数,即hide(speed);隐藏的速度进行了限定。hide(1000)/show(1000); ...
分类:
Web程序 时间:
2017-01-14 18:51:29
阅读次数:
278
Using 1-Wire device with Intel Galileo 3 Replies Many people have had trouble with getting 1-Wire devices to work with the Galileo and Galileo Gen2 bo ...
分类:
其他好文 时间:
2017-01-12 19:06:11
阅读次数:
486
使用Speed-BI开发报表的时候,常常会需要增加一个链接按钮,点击按钮可跳转到其他报表或外部链接;那么我们可以通过新增‘仪表盘’--‘文本框’图表(如图1),<ignore_js_op> 选中‘文本框’,切换为‘开发者模式’,在‘属性’面板中选择‘标题’,在‘主链接’填入链接地址即可(如图2)<i ...
分类:
其他好文 时间:
2017-01-09 20:05:24
阅读次数:
152
Java小程序之山寨版超级玛丽
一、游戏基本功能
1、能够向左向右行走(键盘监听)
2、能够跳跃
3、能够发射子弹
4、能够检测和障碍物之间的碰撞
5、背景图片的移动
二、游戏运行界面
...
分类:
编程语言 时间:
2017-01-06 11:18:50
阅读次数:
523
1.安装 wget http://pngquant.org/pngquant-2.8.2-src.tar.gz tar -xzf pngquant-2.8.2-src.tar.gz cd pngquant-2.8.2 安装依赖:yum install libpng-devel ./configure ...
分类:
其他好文 时间:
2017-01-05 17:57:00
阅读次数:
580
桌面冰球游戏说明 桌面冰球游戏中使用的类与对象说明 Ball 类: class Ball:public QGraphicsItem 成员属性: Speed:速度 Angle:运动方向 Ratio:图形比例 Radius:球的半径 操作属性: Advance:根据单位采样时间前进; xvel =spe ...
分类:
其他好文 时间:
2017-01-04 07:18:02
阅读次数:
478