搜索资源列表
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
FastDown1.1
- 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB
relink
- MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings
FindStudent
- 课堂随机点名系统。MFC实现。要求能完全实现我们的点名程序已有的功能。即事先从教务处网站上下载某班的学生名单并存盘备用。你的程序能够以某种方式有选择性的加载某个班的存盘文件并把相应的学生信息读入内存,然后以随机的方式来查找某个学生的信息并把它显示出来以实现点名。-Classroom randomly named system. MFC implementation. Requirements to fully realize our program has been named function
TestSha1
- 使用MFC实现的sha1算法,可以高效地计算出任意文件的哈希值,已通过测试,欢迎下载-Using the MFC implementation sha1 algorithm can efficiently calculate the hash value of an arbitrary file, has passed the test, please download the
Ftp
- ftp客户端功能实现:连接、上传、下载。在VS2005环境中开发,使用MFC开发完成,测试通过。能上传单个文件。-ftp client function: to connect, upload, download. In the VS2005 development environment, developed with MFC, test. Can upload a single file.
5555
- 【源码】【MFC】使用 CInternetSession 封装多线程 http 文件下载-【Source】 【】 to use MFC multi-threaded http package CInternetSession File Download
CellLineMonitor
- windows mobile下tapi实现监视电话线路的程序。vs2008下创建,并在windows mobile 6.1下通过测试。-TAPI Programming on Windows Mobile August 16, 2008, 8:03 pm Download the source code TAPI stands for Telephony Application Programming Interface. TAPI is the Microsoft impl
Student
- 本程序以随机的方式来查找某个学生的信息并把它显示出来以实现点名。-Classroom randomly named system. MFC implementation. Requirements to fully realize our program has been named function. That is, from the Office of Academic Affairs Web site in advance of a class of students download
CHttpDownload
- VC/MFC 从指定url下载文件...代码里写入的是本地url...用户可自己修改代码.从指定位置下载文件,可多个文件一起下载.稍加修改即可使用在项目中.-VC/MFC from the specified url in the download file ... the code into the url ... the local users can modify their own code. From the specified location to download files,
FTllP
- 基于MFC的FTP客户端源码, 实现网FTP服务器上自动下载文件。-MFC-based FTP client source code, to achieve net FTP server automatically download the file.
FileInfo
- MFC中关于 文件操作的例子,是<<Visual C++程序模块集锦>> 这本书里面的例子,需要的可以下载参考下-MFC file operations on the example, is < <Visual C++程序模块集锦> > The book inside the case, you can download the information required under! ! !
FileTransComm
- 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
file_transfer
- 基于TCP的文件下载服务器 mfc编写 包括客户端和服务器端两部分-TCP-based file download server mfc preparation, including client and server-side two
Test_DownLoad
- (c++ 基于MFC的)一个简单的文件下载程序-(C++ based on MFC) for a simple file download
JPG-Gif-display-MFC
- 图片文件的显示,MFC的程序,可以显出JPG和Gif的图片,有兴趣的朋友可以下载下来研究一下-Display of the image file, the MFC program can show pictures of JPG and Gif friends who are interested can download to look
MFC-WinInet
- 程序能实现基本的FTP客户端功能,能登陆FTP服务器,显示登录客户目录下的文件和目录名,能从该目录中选择下载服务器的文件,也能向服务器上传文件。-Program can achieve the basic FTP client function, can login FTP server log shows the client directory file and directory names, choose to download from the directory server fil
FTP--HTTP-multithreaded-HTTP
- 多线程下载的原理并不复杂,主要的两项技术就是多线程和断点下载。程序中开启多个线程,每个线程利用断点下载,分别下载文件的不同部分,下载完后合并,就可以了。多线程编程很多书已有介绍,这里不再重复,关于断点下载,MFC中提供的CInternetFile类可实现HTTP的断点下载,但无法实现FTP的断点下载。-Multi-threaded download principle is not complicated, the two main technology is multi-threaded an
FTPClient
- MFC FTP CLIENT WHICH CAN UPLAOD AND DOWNLOAD FILE SMOOTHLY.
项目1
- 基于TCP的文件下载服务器 mfc编写 包括客户端和服务器端两部分(TCP-based file download server mfc written including client and server parts)