搜索资源列表
src_PHoto.rar
- 大文件管理,服务器端网页快照代码,有文件分级压缩存储的思想,也可以用来管理二进制文件
xu_2100_php
- 大文件上传类,使用简单,显示上传进度条,图片生成缩略图,断线续传,文件类型限制,文件大小限制,上传文件个数限制-upload large files category, the use of simple, showing the progress of the upload, generate thumbnail pictures, breakwire Continuingly, document type restrictions, file size restrictions limit
FastFileStream.pas
- 改进版的FileStream,比标准的TFileStream快不少, 可以用于大文件的快速读取。-improved version of the FileStream than standard TFileStream lot faster, can be used for large files fast read.
GaugesEx
- 改进的delphi gauge进度条控件,加大最大值,在拷贝大文件时可用文件长度直接作为进度条最大值,方便进度显示。-improved delphi gauge the progress of the control, increase the maximum, copies of the documents to the available documents directly as the length of the maximum progress facilitate progress
uploadxpsedgc
- 大文件上传
webb.wave.controls.upload2
- asp.net 大文件上传,带进度条的时时显示进度效果-large file uploads, with the constant progress of the results show progress
WUSGULPBar
- 上传的控件,实现大文件上传并显示上传的进度-upload control, achieving large file uploads and shows upload progress
mycopy1
- 汇编程序,实现文件的考贝,可通过命令行参数输入文件名,并能很好地外理大文件-compilation procedures, the document examination Pui, through command line parameter input file name, and well outside the PolyU documents
httpdownload
- 这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一个字节收取,找到结束 标志后就算收完一行了,大家实
Divide
- 实现文件分割与合并的功能,功能简单,目前不支持超过4G的大文件的分割
md5a
- 实现用md5方法加密字符串和文件,但是对大文件的处理比较慢,请高手赐教
PowUpload
- PowUpload的C#源文件,用来做大文件上传的项目,比如视频文件
UploadModule
- C#.net2.0 开发的用于上传大文件,www.codeproject。com中可下载到
os
- [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k (2) i 结点文件类型 正规文件目录文件(共1byte)块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文
控制代码
- 功能: 1.分析信息(获取客户系统等信息) 2.控制命令(以命令发送控制客户) 3.控制DOS(完全远程控制DOS/COM) 4.控制注册(未完成,预留位置) 5.控制服务(完全远程控制系统/驱动服务) 6.控制进程(完全远程控制进程) 7.控制监视(完全远程监视,并且支持鼠标左/右击控制) 8.游览本地(完全远程游览本地硬盘,并且支持大文件上/下转.运行.改名.删除) 9.记录键盘(支持进程/标题模式记录) 10.设置服务(服务采用多
os
- 操作系统课程设计,含5个大作业。最后一个是文件系统的设计。有报告。最后一个是linux的,其他的是window上开发。 -Operating systems curriculum design, with five major operations. The last one is the file system design. Reports. The last one is linux, the other is a window on development.
VB-decompiler
- VB反编译工具源代码,用VB编写的EXE文件反编译工具,通过这个工具可以看到EXE内部的函数、程序代码等,对于学习编程大有帮助。-VB decompiler
OS_experiment
- 大三时做的操作系统课程设计,有文件系统等-Third of the operating system when the curriculum design, there are file system, etc.
FileSplitter
- delphi下的大文件分割控件,在网站有VC++的,这里传一个delphi的-delphi split large files under control, the site has VC++, where a mass of delphi
字符串并行统计
- 根据一个英文文本文件,不区分大小写的统计26个字母的出现频率。假设内存足够大,可以将文件一次性读入。(According to an English text file, the frequency of appearance of 26 letters is not case sensitive. Assuming that the memory is large enough, you can read the file one at a time.)