搜索资源列表
CEClient
- 这是我在EVC下的SOCKET代码,并含有多播代码,感谢网络,我把原本VC下的移植到EVC下的,里面有些地方是需要注意的,请看代码-EVC in the socket code, and includes multicast code for network, I originally under the VC transplanted to the EVC, there is some need to pay attention, take a look at code
可以聊天传送文件抓取屏幕
- 利用VC编写的程序!利用socket实现的网络编程!可以对等通信或者传送文件,对话,截图!超过一般的聊天之类的代码!-VC prepared by the procedure! Use the socket achieve network programming! Such communication can be right or transmission of documents, dialogue, screenshots! General chat over such code!
microsoft提供的简单IE浏览器代码
- 这个代码是最简单的IE浏览器,是本人从VC的MSDN中下载的,能够让你知道IE浏览器最简单的原理,不过他是通过一个函数来实现的,很简单,没有对IE浏览器的本质进行分析-most of the code is simple browser, I VC from the MSDN download, to let you know IE browser most simple principle, but he is a function of the very simple, no IE brow
VC聊天室程序待加音频部分
- 用winsock实现的聊天代码,有客户端和服务器,只有聊天的基本功能,其他功能有待完善-with winsock achieve chat code, the client and server, only the basic functions chat, other functions to be perfected
NetSrv
- 这段vc代码介绍网络编程的一些基础知识,主要是客户端程序-network programming code introduced some basic knowledge, is the main client program
socket入门级代码
- 一个socket入门级代码,想学socket的同志们顶起来啊,vc作的。-an entry-level socket code, like the socket comrades top up ah, for the vc.
wooolsf
- 捕获传奇世界游戏的发送,接收封包.完整VC代码.包含一个8K的SPORDER.DLL.有的系统中默认是没有的.-capture the Legends of the game to send the world, to receive packets. VC integrity code. includes an 8K of SPORDER.DLL. Some of the default system is not Some.
VC...................................
- UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据; 具体实现很简单,但是现在在网络上很少看到这方面的代码;我也参考了VCKBASE上的关于UDP通信的原代码和一些书籍,写了这个简单的客户端,接收端程序,起到抛砖引玉的作用,希望能给初次接触UDP之BROADCA
IPAddress510
- 这个简单的vc++代码实现的主要功能是获得本地主机上的ip地址-vc this simple code to achieve the main functions of the local host the ip address
localcomputer_netprogramingr
- 里面含有3个VC代码,有助于调试VC网络的程序,学习TCP/IP,有一定的参考价值-which contains three VC code to VC network debugging procedures, learning TCP / IP, a certain reference value
FileTransfer_socket
- Socket通信实现文件传输的vc代码。采用MFC CSocket类实现两台电脑之间的文件传输。-Socket Communication document transmission vc code. MFC CSocket used to achieve between the two computer file transfer.
wangluojiangshi
- 网络僵尸3.0服务端VC代码,需要的朋友下载后可以研究
VC网络通信代码
- 《VC网络通信》书中的全部例子的源代码。其中有用API写的聊天室程序(TCPIP)TCP,RTP网络传输的程序。-"VC network communication," the book all examples of source code. API which was useful chat rooms (TCPIP) TCP, RTP network transmission procedures.
vc聊天室程序
- 一个简单的vc聊天室程序供对使用vc进行网络编程感兴趣的人参考代码是相对完整的并且本人对其进行了尽可能的简化处理以方便vc 初学者学习-a simple vc chat room procedures for the use of network programming vc interested in the reference code is relatively complete and I waged a simplified as much as possible to facilit
vc上网拨号功能
- 怎么利用VC实现网上拨号功能,里面有VC代码,这个还蛮好用的-how the use of dial-up Internet VC functions, and they VC code, the quite user-friendly
完成端口代码-Moonwell
- 完整的端口方面的代码,在vc下可以编译运行-integrity of the port the code, the compiler can vc under Operation
vc网络通讯编程实例
- 有基本网络编程,本地网络编程,IE,网络编程,网络协议编程,代理服务器,高级通信,断点续传,语音电话等内容,并全是代码(vc6.0)-a basic network programming, the local network programming, Internet Explorer, network programming, network programming agreement, the proxy server, senior communications, HTTP, voice
SOCKET
- 仿QQ的聊天程序vc++/mfc来学习的简易聊天室代码功能较全
PING的C代码
- 用VC++工具开发的一个关于PING网络的程序
多线程与断点续传源码 VC http
- 本代码是基于http的多线程支持断点续传的源代码,内容详尽,代码结构简单,适合初学者学习使用,无需调试修改,非常强大,在VC6.0上使用,欢迎下载。