类似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