搜索资源列表
TCPIPprotocolren
- TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.
FTPfile.rar
- 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。,Understanding and further master the TCP/IP protocol in the file transfer protocol FTP, to master the p
MFC-TCP
- 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
CPPanli
- VC MFC一些实例 客户/服务器 TCP/UDP编程实例界面和文档 绝对是一流材料-VC MFC some examples of client/server TCP/UDP programming instance of the interface and documentation is absolutely first-class materials
FilesTranslate
- 采用socket编程,实现文件的服务器端与客户端的文件传输,利用mfc做的界面及相关控件,完美的实现任何文件的完美传输-File transfer using socket programming, file server-side and client interface and related control mfc do the perfect realization of the perfect transmission of any files
ftp_download.....
- 运用mfc编程来实现FTP的下载,从FTP服务器上来下载文件的,实现简单的FTP功能-Mfc use FTP program to achieve the download, from the FTP server to download files up to realize a simple FTP functionality
ClientServer
- 基于C/S模式的Socket编程 本程序为MFC程序,分为客户端和服务器两个部分,实际为两个源程序。-C/S Program using Socket
MailServerVC
- 邮件发送服务器的编程 MFC界面 网络编程运用-mail server
MFC
- 一个基于简单的套接字编程,简单实现服务器、客户机间通信。-A simple socket-based programming, simple implementation of server, client computer communication.
Talk
- 基于MFC的Socket类网络编程,服务器端通过建立Socket对象,通过监听于客户端建立连接关系。-The Socket class of networks based on MFC programming, server-side through the establishment of Socket object, by listening to client relationships to establish a connection.
MySock
- 一个基于MFC编写的SOCKET通信软件,可以自由选择客户端和服务器端,可供学习SOCKET编程-SOCKET written a MFC-based communications software, you can choose the client and server side programming for learning SOCKET
IOCP
- ICOP服务器的开发,并提供源代码,动态库,调用DEMO(包含VC,C#,Delphi7)。 阅读源代码最好对C++,TCP/IP,socket编程,多线程和MFC有一定了解。 程序编译环境:Visual C++ 6.0。运行在Windows NT/2000或以上版本系统。-ICOP server development, and provide the source code, dynamic library, called DEMO (VC, C#, Delphi7).
server
- 在VC++环境下编写的基于MFC的socket编程源代码,包括server服务器端-VC++ environment in the preparation of MFC-based socket programming source code, including server-side server
client
- 在VC++环境下编写的基于MFC的socket编程源代码,包括client服务器端-VC++ environment in the preparation of MFC-based socket programming source code, including client server
ChartRoom_UDP_Server
- 基于UDP的聊天室编程1(服务器端)--利用CSocket类实现了一个基于UDP无连接的聊天室程序,并且配有执行后的效果图,和具体的操作过程。是学习MFC网络程序设计的好范例,可根据自己的需要有所扩展 -UDP-based chat rooms Programming 1 (server)- using CSocket class implements a connectionless UDP-based chat program, and with the effect after th
QQServer
- qq服务器代码 c++ MFC 网络编程 -QQServer code
Server
- MFC界面编程,利用流式套接字实现简单的回射服务器。-MFC interface programming, streaming socket achieve simple retroreflective server.
fafe1406353208
- 客户端和服务器端通讯历程,可以完成双方通讯连接、信息互发,并显示双方各自的发送状态,基于MFC开发,非常适合学习socket编程的初学者。(It is used to complete the communication between the client and the server,including connecting,sending message,receiving message and showing each other's status.It is developed on
FTP服务器
- Windows MFC编程,C语言,FTP服务器,决定可靠(Windows MFC coding ,C ,ftp server,robust)
网络编程服务器和客户端
- 文件分别有客户端和服务器代码,利用visual studio打开任一代码文件即可打开整个项目(即客户端或服务器),点击调试即可出现MFC界面,服务器设定某一IP和端口号,客户端登录这个IP和端口号可以登录服务器,客户端登录服务器后可以发送信息给服务器,本程序涉及MFC界面以及WINSOCk知识。