买的MPU6050自带姿态解算大大减轻了上层处理器所做的工作。 通过熟悉了一下processing之后做了一个小例子更是感觉这个传感器的奇妙。 Arduino部分 ? 主要是读取MPU6050数据并将采集到的欧拉角通过串口打印...
分类:
其他好文 时间:
2015-07-18 18:45:00
阅读次数:
526
Finished processing dependencies for MySQL-python==1.2.5
╭─haoke@haokedeMBP ~/ProgramFiles/MySQL-python-1.2.5
╰─$ python
Python 2.7.6 (default, Sep 9 2014, 15:04:36)
[GCC 4.2.1 Compatible Apple L...
分类:
数据库 时间:
2015-07-18 18:39:55
阅读次数:
325
程序的构造:将数据抽象(data abstraction), 将操作data的过程用函数抽象(function abstraction)abstraction barriers访问数据的某些属性时就用相应的方法,而不是从数据的构造方法入手sequence processing:sequence it...
分类:
其他好文 时间:
2015-07-18 10:52:16
阅读次数:
122
Working in the YUV color space simplifies the calculations involved for ProcAmp adjustment control of a video stream.Y ProcessingTo perform ProcAmp ad...
分类:
其他好文 时间:
2015-07-17 20:57:24
阅读次数:
115
Some important ideas in big data processing:Implicit representations of streams of sequential dataDeclarative programming languages to manipulate and ...
分类:
其他好文 时间:
2015-07-17 18:09:01
阅读次数:
128
由于倒排索引文件往往占用巨大的磁盘空间,我们自然想到对数据进行压缩。同时,引进压缩算法后,使得磁盘占用减少,操作系统在query processing过程中磁盘读取效率也能提升。另外,压缩算法不仅要考虑压缩效果,还要照顾到query processing过程的解压缩效率。总的来说,好的索引压缩算法需...
分类:
编程语言 时间:
2015-07-17 08:24:16
阅读次数:
298
_RESPONSE_STATUSES = { # Informational 100: 'Continue', 101: 'Switching Protocols', 102: 'Processing', # Successful 200: 'OK', 20...
分类:
编程语言 时间:
2015-07-16 13:45:20
阅读次数:
233
异常信息:Configuration ErrorDescription:An error occurred during the processing of a configuration file required to service this request. Please review th...
分类:
Web程序 时间:
2015-07-15 22:21:53
阅读次数:
202
原作者:CoffeeOneSugar翻译:刘斌华在我之前发表的文章中,我提到我最近热衷于Complex Event Processing (CEP) (复杂事件处理)。简单来说,CEP把数据流作为输入,根据一系列预定义的规则,把数据(或部分数据)重定向给监听者们;又或者是当发现数据中的隐含的模式(P...
分类:
其他好文 时间:
2015-07-15 19:14:58
阅读次数:
376
.NET开发报表总结VS.NET开发中最常用的两种报表开发方式:水晶报表(Crystal Report)和RDLC(Report Definition Language Client-side processing)报表。RDLC相对于水晶报表,具有以下优势:1) 微软自己开发的报表组件,无须注册,...
分类:
Web程序 时间:
2015-07-15 14:40:15
阅读次数:
193