搜索资源列表
P2P 源代码
- 源代码编译及安装说明 源代码编译及安装说明编译说明: . 编译环境安装 Microsoft Visual Studio .NET 2003 . 下载WTL(版本:7.5), 网站 http://sourceforge.net/projects/wtl/, 解压并将 wtl/include 加入VS.Net include 工程 参考方法: 打开 Microsoft Visual Studio .NET 2003 点击菜单 工具->选项->Projects-&g
The-FTP-protocol
- FTP协议 分为客户端(client),服务器(service) 用VC运行成功,打开各文件中的.dsw文件就可以看到源代码 打开各文件中的Debug文件中的.exe文件理论上是可以看到运行结果,但事实上会显示绑定失败。所以要用到dos界面: 开始——运行——输入cmd——确定——将.exe文件拖到光标后(及输入存储路径)——空格,按回车键 在此之前要打开服务器的.exe文件-The FTP protocol is divided into the client (
p2p
- 1. 设置ODBC驱动,将系统DSN命名为ShareRes2,并和数据库shareResV2.mdb建立连接。 将start.ini和P2PServerDll.dll拷贝到系统目录(如:C:\WINDOWS\system32)。注意start.ini的设置和实际ODBC设置一致。 2. 打开服务器例子程序,启动服务器例子VB或Vc例子。需要看服务器的log,请将p2psvr.log拷贝到c:\根目录下。 3. 打开客户端Dll调用例子,只有客户端已经登录服务器,才
arpProject2
- 本软件利用wincap和NDIS驱动实现了ARP防火墙,内容分为两部分,防火墙应用程序的编译和NDIS驱动模块的编译。源代码一起打包了,下载下来后解压,然后在VC的 工具->选项->目录 里添加它。例如你解压在了C:\WPDPACK目录,那么在VC中则要添加“include files”为C:\WPDPACK INCLUDE\, 同时添加“library files”为C:\WPDPACK\LIB。 其间视乎安装环境的不同,可能还会使用到iphlpapi相关的文件,如果你使
IPSS3
- IPSS3:统计 使用方法: 直接在VC下打开各自文件夹下的.dsw工程文件调试并完成-IPSS3: statistics on the use of methods: directly in the VC folder to open under their own. Dsw project file and complete the debugging
fileupload
- VC++基于服务器的点对点文件传输实例,程序分为服务端和客户端,全部启动时,两程序在互相监听,在服务端打开某文件时,客户端自动在列表中显示出文件,以及文件属性等信息。本实例相对简单,没有其它功能,仅供参考。-VC++ based on peer-to-peer file transfer server instance, the program is divided into server and client, all starts, the two procedures to monitor
BQQ
- 毕业设计用的作品,VC++编写的局域网办公软件,企业信使,用它可以发送发文件、发送消息、回复消息,并支持文件夹数据传输功能。进行简单的软件设置,打开软件后在系统托盘显示图标,它的启动界面也比较不错,是淡入淡出方式。-Graduation design works, VC++, prepared by the office local area network software, enterprise messenger, it can send documents, send messages,
WorkAid
- VC数据库,网络综合实例综合运用,包括文件读写,SHELL脚本打开文件,对SQL Server2000的ADO访问!-VERY GOOD!
VC_XML
- VC操作XML文件的实例源码,可打开的XML文件以树形显示。-VC operation instance XML file source, open the XML file to a tree display.
FreeSender
- VC++基于IP/UDP协议的sock编程实例源码,能完成指定IP段内的消息发送,也可以打开文件,有兴趣的看看哦。-VC++ based on IP/UDP protocol instance sock programming source code, can be completed within the specified IP section of the message sent, you can open the file, interested to see Oh.
DDD
- 一个用VC++描述SMTP协议的代码块.本代码包含工程文件,只要用VS打开就能调式这段代码.而不像有些只有.CPP文件,让你首先在让compiler 和 linker饱受抱怨之苦.-C++ codes for SMTP protocal, it s an entire solution, you can easily lunch the project and debug code in place. Beside these there s not much to say.
WinHTTrack_src
- WinHTTrack 是VC的源码,HTTrack是一个离线浏览器软件,使您的网站下载到您选择的本地文件夹,所有目录递归建立,从服务器得到网站的HTML,图像和其他文件到本地电脑。 HTTrack安排`原始网站的相对链接结构。只需打开“镜像“在您的浏览器的网站页面,你可以从链接浏览网站的链接,因为如果你是在线上观看。 注:一些非关键的,如语言,窗口属性和最近的文件列表设置被写入到Windows的注册表。-HTTrack is an offline browser software
CSerialPort
- VC++串口类文件,建立和打开串口,采集串口数据,包含头文件和源文件-VC++ serial class files, build and open the serial port, serial data collection, including the header and source files
filf
- VC下实现响铃的小程序,自动生成一个小文件,可以用realplayer等播放器打开(VC realize ring under small program, automatically generate a small file, can use the player such as realplayer to open)
xxqkin
- 众所周知,在资源管理中双击一个VC工程文件,如果这时至少有一个VC在运行,系统总是用一个已打开的VC窗口来打开这个工程,这()