分割文件(100分)

  • 主题发起人 主题发起人 tomtomtom
  • 开始时间 开始时间
T

tomtomtom

Unregistered / Unconfirmed
GUEST, unregistred user!
我学DELPHI时间不长,这次想自已编个文件分割工具,各位有什么建议?
 
研究一下TFileStream,<br>你会找到答案的。<br>可以省下50分.
 
我写了一个文件分割的共想软件,你需要吗?我可以Email给你,也可以到我的<br>主业下载(cernet):<br><br>http://asp.gbsource.net/home/happydelphi
 
是的,这件事用流很容易处理。<br>不过最最容易的还是用多卷压缩支持的控件如VCLZIP,实现多卷的同时又压缩。<br>想要的话我主页上有。<br>&lt;a href="http://glowing.yeah.net" target="_blank"&gt;&lt;img src="http://www.nease.net/~glowing/gif/linkicon.gif"<br>alt="Delphi心得网站,一个全新概念的Delphi技术网站" border="1"<br>width="400" height="40"&gt;&lt;/a&gt;<br>
 
我就不喜欢用stream,<br>用 _lraed _lwrite 又快又好又简单
 
_lraed --&gt; _lread 之误
 
本人想做高效文件分割,有何高效读写文件方法?
 
_lread _lwrite 就高效,win32 api
 
既然是初学,做基础一点的,落后一点也没有关系,先熟悉一下,建议用<br>blockread和blockwrite;<br>像这样定义文件:<br>&nbsp; f:file;//被分割的文件<br>&nbsp; ff:array[1..99] of file;//分割出来的文件<br>blockread和blockwrite的使用:<br>&nbsp; blockread(f,buf,bufsize,rn);<br>&nbsp; blockwrite(ff,buf,rn,wn);<br><br>还有问题可以继续问,只是,你们不要动不动就把整个源程序给别人,既然<br>tomtomtom是初学,就应该自己动手动脑,我们只是给一些提示就可以了.<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;beta@188.net
 
多人接受答案了。
 
to 愚夫:<br>&nbsp; &nbsp; &nbsp; &nbsp;你写的文件分割的共想软件的源程序给我一份好吗?送100分怎么样?<br>&nbsp; &nbsp; &nbsp; &nbsp;email: quanta01234@sina.com
 
》你写的文件分割的共想软件的源程序给我一份好吗?送100分怎么样?<br>lsj,你想要吗,我写过一个。<br>
 
后退
顶部