搜索资源列表
利用VC+DHTML实现网页中实现上传源文件
- 该例子阐明了怎样在VC中实现文件的上传。通过它,你可以对ISPA有比较清楚的起点。具体见里面的说明。-clarify the example of how the VC upload files. Through it, you can right ISPA has a better starting point. Specific see the note inside.
FTP上传下载文件演示
- VC做的如何用FTP上传下载文件演示 -VC how do FTP upload download demo
ImageFileUpload
- vc开发的 向 HTTP服务器上传文件程序
第九章 在网页中实现文件上传源文件
- 开发以一个全功能的ASP文件上传组件,分析网页中传来的文件数据,提供接口供ASP程序调用该组件保存数据。 编写Web页供用户选择上传文件。 编写ASP文件调用文件上传组件,将文件保存到服务器文件系统中。VC提供的控件。-development to a full-featured file upload ASP components, analysis website arrived at the document data, providing ASP interface procedures
CWHttp
- Web上传文件,Vc Web服务器http上传-Web upload files, Vc Web server, http upload
VistaPlusV3
- VC++界面美化包的皮肤文件.bsk。需要结合我上传的源码使用-VC++ Interface to beautify the skin package file. Bsk. I need to upload source code to use
Hex2Bin
- HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
FTPClient
- ftp 类 包括ftp 的文件上传,下载,新建、删除、修改目录,支持单个、或多个匿名文件,全部socket编程,速度很好-ftp category including ftp file upload, download, create, delete, modify the directory to support a single, or more anonymous document, all socket programming, the speed is good
MyFtp
- VC++上传下载,FTP客户端源代码,功能不算太多,不过实现的FTP的基本功能,设置服务器参数后,可连接FTP服务器,进行文件上传或下载,大家可在此基础上继续扩展,核心模块可参考。-VC++ uploading and downloading, FTP client source code, functionality is not too much, but to achieve the basic functions of FTP, set the server parameters, ca
FTP
- 实现文件的FTP协议上传及下载,VC++实现,测试可以运行-The FTP protocol for file upload and download
200431820984
- 金山毒霸模拟界面,效果非常不错。 在 vc 6.0下编译通过,上传工程文件压缩包-Kingsoft analog interface, the effect is very good. Vc 6.0 compiler in the adoption of the next upload package file compression works
51622412FileSystemdesign
- VC++ 操作系统课程设计 文件管理 上传挣点币,欢迎下载-thanks!
visual
- VC++编译器使用指南,本来是想上传的 但是不知道这是什么垃圾网站,上传文件时老是说不能包含什么空格符号,劳资就是一个普通文件名就是通不过,气死了 没办法只有这个可以上传,下次有机会在上传VC指南吧,对不住了-。。。。。。。。。
multitreadsample1
- VC++ 多线程例子,全部分四个文件上传-VC++ thread
SkinH_VC
- SkinSharp换肤库源码上传,包含.lib、.dll、.h文件以及相应的例子实现换肤,vc++编程-SkinSharp for change the skins with VC++
HQ_Scanner_V2
- 上传文件包含两部份: (1)主目录为服务程序_HQScan; (2)HQDemo目录里的内容为行情数据接口引用方法的VC++示例。 -Upload file contains two parts: (1) the home directory for the service program _HQScan (2) HQDemo contents of directory references to market data interface method of VC++ exa
ADODEMO
- 是vc++数据库三部教学的例子,但源代码有一些错误,现已经将其修改,是学习mfcado编程很好的入门例子,上传文件含有代码一份、sql server2000数据库一份、word文档一份-The vc database three examples of teaching, but the source code has some errors, now has to change, is a good start to learn mfcado programming example, uplo
FTP_win
- FTP_win.rar主要在window环境下用vc++6.0实现了ftp客户端的基本操作:登录服务器、下载文件、上传文件。-FTP_win.rar window environment vc++6.0 achieve the basic operation of the ftp client: login server, download files, upload documents.
AutoImport
- VC通过调用浏览器ACTIVEX实现自动上传文件到网盘-VC ACTIVEX by calling the browser automatically upload files to the network drive
vc++ ftp文件上传与下载
- VC++环境下 文件上传与下载功能的实现。