搜索资源列表
delphi 基于TCP的文件传输
- 用delphi的INDY 9 中的idtcp控件编写的文件传输,可以传送大文件,是新手学习的好例子
简单的文件夹加密
- 简单的文件夹加密与解密
i2c总线的vhdl实现和vxworks的文件系统
- i2c总线的vhdl实现和vxworks的文件系统-i2c bus VHDL realization and VxWorks file system
数据结构的文件读写
- 结构数据的读写是指从"流"文件中读取数据存入结构,或将结构数据写入"流"文件。我们可以用以下两种方法进行结构数据的文件读写-read and write data structure is defined as "the flow" paper read data are stored in the structure or structures to write data "flow" docu
Borland c++ bulder的文件操作总结
- Borland c++ bulder的文件操作总结-Borland c bulder document summing up operation
Html风格的文件浏览器
- 一种用VC++开发的具有Html风格的文件浏览器,非常好用-A VC with Html style file browser, very handy
恢复被删除的文件
- windows下恢复被删除的文件-windows under restore deleted files
用login二级目录的文件系统
- 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulat
不错的文件系统
- 1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统。每次用户可保存m个件,用户在一次运行中只能打开一个文件。对文件必须设置保护措施,且至少有Creat,Delete,Close,Write等命令。-1, with high-level language debugging and prepared a simple fi
点对点文件上传下载软件
- 是实现点对点的文件传输功能的程序,可以当作模块用-is peer-to-peer file transfer function of the procedure can be used as a module
一个方便的文件操作程序
- 一个方便的文件操作程序,可以掌握文件操作-It is a easy file handling program, and master file operation.
简单的文件加密代码
- 简单的文件加密代码 一个不错的文件加密系统,对你工作的安全大大加强。-simple file encryption code a good file encryption system, you have the right security greatly enhanced.
用vc写的文件传输程序
- 用VC编写的文件信息传输技术,包括源代码。共欣赏。-VC paper prepared by the information transmission technology, including source code. A total of appreciation.
将不同的文件进行捆绑(文件捆绑器)
- 将不同的文件进行捆绑,用VC制作的文件捆绑器.-to different documents bundled with VC bundle document produced by the device.
VC++ 带进度条的文件拷贝
- VC++ 带进度条的文件拷贝,用MFC实现了带“文件发送”动画效果的进度条(USING MFC to develop ProgressCtrl.Attaching Flash effect.)
vba获取文件夹中的文件列表
- 可以通过VBA来实现获取文件夹中的文件列表。(To get a list of files in the folder)
CLSID原理隐藏伪装自己的文件夹———CLSIDHider
- CLSID原理隐藏伪装自己的文件夹,适合用来学习。(CLSID principle, hide your own folder, suitable for learning.)
历遍文件夹中的文件
- 功能实现历遍当前文件夹中含子夹中的所有文件例程。(Function to achieve the current folder contains all the file routines in the sub folder.)
DZ3.2标签伪静态需要修改的文件
- DZ3.2标签伪静态需要修改的文件.rar(DZ3.2 tags pseudo static need to modify the file.Rar)
标准C语言实现基于TCPIP协议的文件传输
- 标准C语言实现基于TCPIP协议的文件传输,分为client端和server端实现的TCP基础传输协议