Stack 一个简单确很有用的数据结构:FILOpackage Stackimport (
"errors" "fmt")const ( defaultLength=100)type Stack struct{ top int size int
element [...
分类:
其他好文 时间:
2014-06-07 05:14:42
阅读次数:
211
javascript:history.go(-1)和javascript:history.back(-1)转自:http://hi.baidu.com/chy0806css/item/b72344ac9aa6a73a030a4dfago(-1):
返回上一页, 原页面表单中的内容会丢失; back(...
分类:
编程语言 时间:
2014-06-07 05:06:11
阅读次数:
334
Can总线测试1 Can总线 控制器局域网(Controller Area Network,
简称CAN或CANbus)是一种通信协议,其特点是允许网络上的设备直接互相通信,网络上不需要主机(Host)控制通信。是由研发和生产汽车电子产品著称的德国BOSCH公司开发了的,并最终成为国际标准(ISO....
分类:
其他好文 时间:
2014-05-29 04:27:27
阅读次数:
487
GPIO Beaglebone
Back开发板引出了92个引脚,其中只有65个GPIO口可通过配置使用,由于引脚具有“复用”的特性,大约每个引脚有8种工作模式(Beagle System
Reference Manual),默认情况下,设为Mode7。由于P8扩展部分的引脚功能相对简单,复用不多.....
分类:
其他好文 时间:
2014-05-29 04:00:47
阅读次数:
390
PWM测试参考链接1Enable PWM on BeagleBone with Device Tree
overlays2Using PWM on the Beaglebone Black3Beaglebone Coding 101: Buttons and
PWM4Using PWM output...
分类:
其他好文 时间:
2014-05-29 03:53:30
阅读次数:
235
开发环境搭建1 Ubuntu环境搭建2 Window环境搭建3 开发板环境搭建1
Ubuntu环境搭建(1)安装必要的网络工具samba nfs tftp vmware-tools(2)配置通信网络指定网络2 Window环境搭建指定网络3
开发板环境搭建安装参考链接1BeagleBone 的NFS...
分类:
其他好文 时间:
2014-05-29 03:50:26
阅读次数:
251
一、寄存器的英文全称AH&AL=AX(accumulator):累加寄存器
BH&BL=BX(base):基址寄存器 CH&CL=CX(count):计数寄存器 DH&DL=DX(data):数据寄存器
SP(Stack Pointer):堆栈指针寄存器 BP(Base Pointer):基址指针寄...
分类:
其他好文 时间:
2014-05-28 19:09:52
阅读次数:
300
随着开源软件的盛行、成熟,开源硬件也迎来了春天,先有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