嵌入式硬件开发平台的体系结构 ² 外围存储器接口设计方法 ² 键盘、LCD、触摸屏人机交互接口的设计方法 ² USB接口、串口、I/O 接口的设计方法 ² 网络接口的设计方法 ² 调试接口的设计方法
上传时间: 2014-01-01
上传用户:kelimu
高效求一超大数组中第i个元素到第j个元素间第k小的元素.
上传时间: 2013-12-20
上传用户:米卡
RFID二次调制信号的I、Q相关解调模型,直接运行即可
上传时间: 2016-01-12
上传用户:rocwangdp
TMS320LF2407A DSP的I/O电灯实验
上传时间: 2013-12-24
上传用户:kikye
先用makefile编译,连接后,client发字符到server端并返回该字符串,遇到a,e,i,o,u则加*号,如*a,收到fin字符串则结束客户端及服务器端程序.实现echo功能
标签: makefile client server echo
上传时间: 2016-01-14
上传用户:邶刖
用CVAVR 编写的ATMEGA128的LCD 1602 显示程序,四总线,占用了PC口,P7-P2 共占用了6个I/O口!
上传时间: 2013-12-03
上传用户:黑漆漆
图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image1.Height bmpwidth:=image1.Width for i:=0 to bmpheight do begin newbmp.Canvas.CopyRect(Rect(0,bmpheight-i,bmpwidth,bmpheight),image1.Canvas,Rect(0,0,bmpwidth,i)) form1.Canvas.Draw(120,100,newbmp) end newbmp.free end
标签: procedure TBitmap TObject Button
上传时间: 2016-01-18
上传用户:comua
LZW无损压缩算法的实现与研究,EI检索论文LZW无损压缩算法的实现与研究
上传时间: 2013-12-22
上传用户:lhc9102
i did a test for study
上传时间: 2016-01-18
上传用户:dianxin61
I² C Communication between ST7 and M24Cxx EEPROM
标签: Communication between EEPROM sup
上传时间: 2016-01-20
上传用户:hoperingcong