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
上传用户:黑漆漆
详细提供了5000kw正弦波逆变器的原理图sch和pcb图纸
上传时间: 2016-01-15
上传用户:windwolf2000
图形显示技巧,这是其中一段代码 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
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
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.
标签: integer-only embeddable libvorbisi provides
上传时间: 2013-12-25
上传用户:lindor
The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as similar as possible to the familiar vorbisfile library included with the open source Vorbis reference libraries distributed for free by Xiph.org. ogg vorbis decoder, evc project Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o routines provided by the embedded environment. Both uses are described in detail in this documentation.
标签: integer-only embeddable libvorbisi provides
上传时间: 2016-01-21
上传用户:gengxiaochao