類似flashget下載工具代碼 本來想在完善了上傳的,但太忙了,有些功能可能沒有實現或存在一些 bug. 編譯運行說明 1)安裝BCG 9.4把BCGCBPRO940d.dll BCGPStyle2007Luna.dll BCGPStyle2007Obsidian.dll BCGPStyle2007Silver.dll copy 到bin目錄下 2)把程序里的SHELLAIP目錄下的SHELLAPI.H覆蓋vc安裝目錄下vc98/include/下 3)編譯,運行。公司里下載請設置HTTP代理。 軟件功能特點:多線程下載,斷點序傳,暫停下載,方便的目錄管理,支持HTTP代理(我們公司里下高設置HTTP代碼),方便的個性化設置,界面美觀,占用內存小,下載速度快等等。 不足的地方:里面有些功能只做了界面,沒有實現,:) 比如現在下載文件只能放在C:\MyDown\下 BT下載功能也沒有做。沒有仔細的測試過,可能存在一些bug. 有什么問題可以聯系我 QQ:1495501
上傳時間: 2015-12-26
上傳用戶:songyue1991
The data files included are .MAT or *.dat (ASCII)files. The m-files and the data may be distributed, provided that the source is acknowledged in any publication and the data are not sold. Since this software is being distributed free of charge, the authors are not offering any technical support. Students who have any questions or difficulties using this software, or require the additional functions from the Signal Processing Toolbox should contact their professor.
標簽: files data distributed The
上傳時間: 2014-12-06
上傳用戶:wuyuying
移植qtopia必備庫源代碼,總共六個,分別是 e2fsprogs-1.38.tar.gz jpegsrc.v6b.tar.gz qt-embedded-2.3.10-free.tar.gz qtopia-free-source-2.1.1.tar.bz2 qt-x11-2.3.2.tar.gz tmake-1.13.tar.gz
上傳時間: 2015-12-30
上傳用戶:shizhanincc
CVS是一個版本控制系統。使用它,你可以記錄下你的源文件的歷史。 例如:修改軟件時可能會產生一些bug,而且可能過了很久你才會察覺到它們的存在。 有了 CVS,你可以很容易地恢復舊版本,并從中看出到底是哪個修改導致了這個bug 。 有時這是很有用的。 當然了,你能把所有版本的所有文件都保存了下來。但這會浪費大量的磁盤空間。 而CVS用一種聰明的辦法來保存一個文件的所有版本-僅僅保存不同版本之間的區別-在一個文件里。 如果你是項目開發組的一員,CVS也會幫助你。除非極為小心, 成員之間很容易互相覆蓋文件。一些編輯器,如GNU Emacs,會保證同一時間內同一文件絕不會被兩個人修改。 不幸的是,如果有人用了另外的編輯器,這種保護就沒用了。 CVS用隔離開不同的開發者解決了這個問題。每個開發者在他自己的目錄里工作, 等每一個開發者都完成了他們自己的工作后,CVS會將它們合并到一起。
上傳時間: 2014-01-17
上傳用戶:xg262122
TD管理規范,包括如何編寫測試用例,如何報bug等
標簽: 管理規范
上傳時間: 2016-01-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
在線考試系統,提供學生畢業設計做為參考。如果有bug可以聯系我 QQ:84098245
標簽:
上傳時間: 2016-01-18
上傳用戶:yuanyuan123
1、利用SQL Server2000+delphi完成的藥品進存銷管理系統; 2、系統功能:用戶管理、進貨商管理、銷售商管理、進貨銷售管理、財務管理等,并且可以繪制年度銷售曲線 3、可在此基礎上開發或擴展類似數據庫系統,修復某些教程源碼的BUG
上傳時間: 2016-01-19
上傳用戶:李彥東
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