用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
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
You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to make it a drop target
標簽: possibility imagine Right there
上傳時間: 2013-12-21
上傳用戶:jichenxi0730
核心技術卷I 配套源碼
上傳時間: 2016-01-22
上傳用戶:362279997
lpc214x試驗程序,包括串口,I/O等10個試驗程序程序,經調試通過
上傳時間: 2013-12-23
上傳用戶:CSUSheep
1.利用I/O口產生一定頻率的方波,驅動蜂鳴器,發出不同的音調,從而演奏樂曲(最少三首樂曲,每首不少于30秒) 2.采用LCD顯示信息 3.開機時有英文歡迎提示字符,播放時顯示歌曲序號(或名稱) 4.可通過功能鍵選擇樂曲,暫停,播放。 5.選作內容:顯示樂曲播放時間或剩余時間
上傳時間: 2016-01-24
上傳用戶:BIBI