Can总线测试1 Can总线 控制器局域网(Controller Area Network,
简称CAN或CANbus)是一种通信协议,其特点是允许网络上的设备直接互相通信,网络上不需要主机(Host)控制通信。是由研发和生产汽车电子产品著称的德国BOSCH公司开发了的,并最终成为国际标准(ISO....
分类:
其他好文 时间:
2014-05-29 04:27:27
阅读次数:
487
随着开源软件的盛行、成熟,开源硬件也迎来了春天,先有Arduino,后有Raspherry
Pi,到当前的Beaglebone 。相信在不久的将来,开源项目将越来越多,越来越走向成熟。 Beaglebone back采用IT公司的Sitara?
ARM? Cortex-A8 处理器...
分类:
其他好文 时间:
2014-05-28 00:08:03
阅读次数:
270
一、基础准备 Imagebutton 继承
Imageview,就是用一个图标代表了一些文字,它没Android:text属性。它由Android:src指定图标的位置
android:src="@drawable/back" Button 继承 Textview,所以TextView的一些属性也适...
分类:
其他好文 时间:
2014-05-27 17:44:23
阅读次数:
256
A Stack is a data-structure that You can only add
an element to the top of the Stack, andYou can only read or remove an element
also from the top.Plea...
分类:
编程语言 时间:
2014-05-26 17:10:21
阅读次数:
540
先看图: The above figure shows the diagram of
Android Architecture. The Android OS can be referred to as a software stack of
different layers, where eac....
分类:
移动开发 时间:
2014-05-26 00:59:10
阅读次数:
412
Sencha removed the refreshFn from the pullrefresh
plugin in ST 2.2. Here is an user extension with gives the old functionality
back to you./** * This ...
分类:
其他好文 时间:
2014-05-25 19:39:42
阅读次数:
289
HangoverTime Limit: 1000MSMemory Limit:
10000KTotal Submissions: 99369Accepted: 48162DescriptionHow far can you make a
stack of cards overhang a tabl....
分类:
其他好文 时间:
2014-05-25 18:46:14
阅读次数:
216
在X86汇编中,MOV [0012H],
[0016H]这种指令是不允许的,至少得有一个操作数是寄存器。当然,这种问题在用高级语言的时候看不到,感觉好像基本上都是从内存到内存啊,为毛到了汇编就不行了???这个问题在stack
overflow有个解释不错:The answer involves a ...
分类:
其他好文 时间:
2014-05-25 14:50:06
阅读次数:
248
window.history.back(-1)
window.history.back();
window.history.forward()
window.history.go(-1)
javascript:history.go(-1)和javascript:history.back(-1)go(-1): 返回上一页, 原页面表单中的内容会丢失; back(-1): 返回上一页,...
分类:
Web程序 时间:
2014-05-25 09:36:56
阅读次数:
387
Splay Tree 支持的之中操作。
插入,删除,求前驱和后即,区间更新与查询。
先来一发Splay Tree最基础的操作——伸展。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#pragma comment(linker, "/STACK:102400...
分类:
其他好文 时间:
2014-05-25 04:27:37
阅读次数:
291