应用层(用户模式)I2C驱动支持Linux下I2C设备控制方式分为driver层和应用层两种方式。driver层实现I2C设备控制要求了解I2C机制,调试和调用不方便。Linux还提供了应用层方式(ioctl)控制,这里简单介绍如何配置内核和支持I2C控制:要使用用户模式I2C,首先配置内核选项,选中I2C device inerface
详细参考(https://www.kernel.or...
分类:
其他好文 时间:
2015-02-08 18:13:14
阅读次数:
166
转载请注明出处:jiq?钦's technical Blog
ZooKeeperNet是ZooKeeper的.NET客户端,下载地址:https://github.com/ewhauser/zookeeper
测试程序
ZooKeeper zkClient =
new ZooKeeper(URL,
new TimeSpan(0, 0, 0, 10000), watcher);...
分类:
Web程序 时间:
2015-02-08 18:11:49
阅读次数:
238
[转载]UIUC同学Jia-BinHuang收集的计算机视觉代码合集原文地址:UIUC同学Jia-BinHuang收集的计算机视觉代码合集作者:千里8848UIUC的Jia-Bin Huang同学收集了很多计算机视觉方面的代码,链接如下:https://netfiles.uiuc.edu/jbhua...
分类:
其他好文 时间:
2015-02-08 18:09:17
阅读次数:
382
1.安装Node.js环境使用sudo用户,依次执行以下命名:apt-get install curlcurl -sL https://deb.nodesource.com/setup | bash -apt-get install -y nodejs- npm应该会自动安装上,可以使用:npm -...
分类:
Web程序 时间:
2015-02-08 12:52:58
阅读次数:
168
内核下载:https://www.kernel.org/longterm support 提供长期支持的内核版本 stable 稳定版本,而不是Beta测试版 关系就是:稳定版本不一定都提供长期支持,而提供长期支持的一定是稳定版本
分类:
其他好文 时间:
2015-02-08 12:47:58
阅读次数:
112
参开资料:http://blog.csdn.net/haidao2009/article/details/7514787
更多挖掘算法:https://github.com/linyiqun/DataMiningAlgorithm
介绍
在介绍AdaBoost算法之前,需要了解一个类似的算法,装袋算法(bagging),bagging是一种提高分类准确率的算法,通过给定组合投票的方式,获得最...
分类:
编程语言 时间:
2015-02-08 11:39:40
阅读次数:
362
http://www.android.gs/mount-google-nexus-4-mtp-sd-card-on-ubuntu-and-other-linux-computers/https://wiki.debian.org/mtphttp://roger.steneteg.org/299/mo...
分类:
其他好文 时间:
2015-02-08 10:17:42
阅读次数:
227
如下: (http|https)\:\/\/(\w)*((\.(\w)*)|(\/(\w)*))*(\?(.+[=].*)(/&.+[=].*)*)?
分为三部分,已用颜色标出。
例:http://write.blog.csdn.net/postedit?param1=xxx¶m2=xxxx
第一部分匹配 http://write (对于http://www.bai...
分类:
Web程序 时间:
2015-02-08 09:07:05
阅读次数:
215
1、安装homebrewruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)" 2、安装homebrew-caskbrew tap phinze/homebrew-cask && brew install bre...
分类:
Web程序 时间:
2015-02-08 06:44:19
阅读次数:
260
添加 yum 数据源:https://downloads.mariadb.org/mariadb/repositories/选择后生成:# MariaDB 10.0 CentOS repository list - created 2015-02-07 18:49 UTC# http://maria...
分类:
数据库 时间:
2015-02-08 06:43:20
阅读次数:
289