搜索资源列表
Fsplit
- 分割文件程序 可一将一个大文件分成若干个小文件 也可以再把它们合并恢复-segmentation procedures document will be a document is divided into a large number of small files can then resume their merger
FileSplt++
- 一个很有用的文件分割程序代码,可以分割不方便移动的大文件,推荐!-a very useful document segmentation code can be inconvenient mobile division of document and recommend it!
FileConnAll
- 先创建一个大文件,然后一点一点往其中添加字节的例子,与网络下载工具创建文件的方式相同,非常适合初学者学习文件操作API-first create a large file, and then point to 1.1 gigabytes of which add example, and network tools to create documents downloaded in the same way, very suitable for beginners learning file m
commons-fileupload-1.2-bin
- ava 项目中,当需要高性能上传文件时,往往就需要依靠组件,而不是手写的servlet了,一般的选择包括jakarta commons-fileupload以及smartupload,由于后者在上传大文件时往往会出错,另外对中文支持一般,笔者采用了前者。-ava projects, the need for high performance when upload documents, are often required to rely on components rather than ha
FileCopy_VB
- 大文件复制的程序-large document reproduction procedures
NeatUpload-1.2.24
- 一个C# ASP.NET 大文件上传组件
22
- 内存映射修改大文件.关于数据采集系统中,大数据采集实时,采用的内存技术,很好的文章
HttpModelApp
- 上传大文件:安全上传与删除文件_ HttpModelAppUpFile
FolderDlg_Proj
- 一个文件管理器,支持拖拽, 可以作为其他大软件的部件-err
CUTTXT
- 分本分割器V1.0(By懒猫) 将大的小说文本分割成制定大小的文本,便于阅读 操作: 首先点击"打开",选择文本 然后设好文件大小,点"输出" 完成后在文件夹下生成同名文件夹及文件。 -At the slicer V1.0 (By懒猫) will be of great novels of the text is separated into the development of the size of text, easy-to-read steps: Fir
uart_10m
- 串口通信,建了两个线程,一个线程接受,一个线程发送,能够发送10M以上的大文件-Built two threads, serial port communication, a thread, a thread to send, can send more than 10 m large files
ktv
- ktv系统的开发,主要界面以及网络编程,大文件传输,涉及到socket-ktv system development, the main interface and network programming, large file transfers, relates to socket
MFCp2p
- p2文件传输mfc大文件传输字数为啥总不够,蛋疼-p2p filetransfer
SplitFileDemo
- 分割大文件到定长小文件 可实现将文件进行分割的目的 从而完成相关操作 -Split large files into smaller files can be realized fixed-length file segmentation purposes related to the operation to complete
filecut
- 大文件分割为小文件并进行压缩,用于大文件的拷贝、传输-Large file into smaller files and compressed, copy large files for transfer
dfs
- C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端 默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件将被上传到E:/up/下,也可以通过改变源码更改下载上传路径 不仅支持简单的文本传输,也支持视频音频压缩以及大文件的传输,且传输速度快
tabviewtreevieworale
- 包含主要内容:tabview实现视图标签页面+窗口分割+treeview显示内容+动态添加控件+在视图里面画图+链表存储+orale数据库(此程序未带,带了你就运行不了了),可以咨询本人,里面有联系方式)+带皮肤文件 程序用10写的,因为文件有一百多兆,所以我上传时候删除了几个大文件,但是你使用的时候只需要新建一个单文档应用程序,然后把我的那些CPP文件加进去就可以了。 标签视图就是就是类似于tabcontrol控件,但我这个是在主窗口分割视图后将分割的一个视图再次实现标签视图,可以切换
tde
- 通过API实现对内存访问的一个例子,读取大文件的速度很快-Through the API to an example of memory access, read large files quickly
MFC界面设计
- 设计简单的MFC界面,能打开文件,读取并显示在文本框内,还可以调用外部EXE程序计算数据结果,画图功能还没做,想请教大神