圖形顯示技巧,這是其中一段代碼 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
% 這是參照 University of California 提供的 MPEG 源代碼的基礎上編制的。 %用分塊方法(8x8的塊)對圖象做zigzag變換, %效率極高,程序簡潔,屬信息隱藏中常用的方法之一。 %作者:遼寧大學 信息學院 范鐵生 %email:fts0@163.com
標簽: University California zigzag MPEG
上傳時間: 2014-01-15
上傳用戶:dave520l
% 這是參照 University of California 提供的 MPEG 源代碼的基礎上編制的。 %用分塊方法(8x8的塊)對圖象做zigzag變換, %效率極高,程序簡潔,屬信息隱藏中常用的方法之一。 %作者:遼寧大學 信息學院 范鐵生 %email:fts0@163.com
標簽: University California zigzag MPEG
上傳時間: 2016-01-19
上傳用戶:daguda
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
MPEG編碼算法研究及其網絡應用 研究生論文
上傳時間: 2016-01-21
上傳用戶:趙云興
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
MPEG-4編解碼技術, MPEG-4編解碼技術
上傳時間: 2016-01-22
上傳用戶:s363994250