TI公司生产的C54系列DSP A/D转换实验程序
上传时间: 2016-07-04
上传用户:jqy_china
TI公司生产的C54系列DSP D/A转换实验程序
上传时间: 2016-07-04
上传用户:shus521
编写JavaBean必须满足以下几点: 所有的JavaBean必须放在一个包中 JavaBean必须声明成public class类型 所有的属性必须封装 设置和取得属性可以通过set,get
上传时间: 2016-07-04
上传用户:AbuGe
adctest S3C44B0X内置A/D转换器应用实例; einttest S3C44B0X外部中断实例; flashtest flash读写实例; Helloworld Helloworld程序; iictest IIC接口运用实例; iotest I/O应用实例——矩阵式键盘扫描; rtctest S3C44B0X内置RTC应用实例; Timertest 定时器应用实例; uarttest UART串行口应用实例; ucos_ex1 uc/os-II运用之一:多任务; ucos_ex2 uc/os-II运用之二:任务间通讯; ucos_ex3 uc/os-II运用之三:中断服务程序;
标签: Helloworld S3C44B0X flashtest einttest
上传时间: 2014-01-13
上传用户:xc216
adctest S3C44B0X内置A/D转换器应用实例; einttest S3C44B0X外部中断实例; flashtest flash读写实例; Helloworld Helloworld程序; iictest IIC接口运用实例; iotest I/O应用实例——矩阵式键盘扫描; rtctest S3C44B0X内置RTC应用实例; Timertest 定时器应用实例; uarttest UART串行口应用实例; ucos_ex1 uc/os-II运用之一:多任务; ucos_ex2 uc/os-II运用之二:任务间通讯; ucos_ex3 uc/os-II运用之三:中断服务程序;
标签: Helloworld S3C44B0X flashtest einttest
上传时间: 2016-07-05
上传用户:wanghui2438
SAA7111是视频A/D转换芯片,此文档是它的芯片使用详细文档
上传时间: 2014-12-07
上传用户:semi1981
universal serial bus mass storage class control/bulk/interrupt/(cbi)transport
标签: universal interrupt transport control
上传时间: 2014-01-22
上传用户:2467478207
Universal Serial Bus Mass Storage Class UFI Command Specification
标签: Specification Universal Command Storage
上传时间: 2016-07-06
上传用户:haoxiyizhong
Universal Serial Bus Mass Storage Class Specification Overview
标签: Specification Universal Overview Storage
上传时间: 2013-12-06
上传用户:ecooo
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("队是空的,无法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
标签: private public Node LinkQuery
上传时间: 2016-07-08
上传用户:天诚24