搜索资源列表
网络类程序程序6个
- 1.目录TCP.IP终端程序源代码是一个实现一个TCP.UDP终端的程序,通过该终端可以实现POP3、SMTP、FTP等各种功能; 2.目录超级链接是一个能够在窗体上实现超级链接的程序,或者发送email; 3.目录端口扫描是一个能够对指定IP地址的单个端口或者多个端口进行扫描的程序; 4.目录获得本机ip地址的MFC程序是一个通过MFC来获取本地计算机IP地址的程序。 5.目录获取网络设置,网卡信息是一个获取网络DNS、子网掩码、网卡地址的综合程序,6.EnumProtocal目录是获取系统支
ipadress0
- 获得本机ip地址的MFC程序源代码 利用CSocket类实现网络文件传送,包括发送文件的服务器端、接收文件的客户端程序代码
2
- 基于TCPUDP的多人间文本通信 1编写一个MFC对话框程序,实现多人之间文本的文本通信。 1)能够枚举网络上所有已连线的聊天对象(使用IP和端口标识就可) 2)聊天时可以任意选择聊天对象的IP和端口(端口可以内部确定),给其发 送信息;注意:发送的信息不要广播! 2)聊天时可以接收任意聊天对象给自己发送的信息。注意:不是发给自己的 信息不接收,不显示! 4)接收消息时要播放提示声音,声音可以自选; 5)接收消息时如果当前对话框不是最前端,要闪动图标; 6)要
ChatServer
- 使用VC++,mfc实现的网络聊天程序的服务器端程序源码,结构设计巧妙,可实现多对多的聊天,显示登录时间,用户名等。-Use VC++, Mfc achieve network chat program source server-side procedures, structural design ingenious, can be many-to-many chat shows login time, user name and so on.
0904
- 用MFC编写的基于WinSockets的与TCP/IP网络结合的串口程序。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -Prepared using MFC-based WinSockets with TCP/IP network Serial procedures. They are all code written in Chinese Notes of the beginning of contact with learners MFC is a very
CommSocket
- 用MFC编写的基于WinSocket网络通信功能的串口程序。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -Using MFC to prepare WinSocket network-based serial communication program. They are all code written in Chinese Notes of the beginning of contact with learners MFC is a very good r
CAsyncSocketEx_demo
- 异步方式网络通讯示例,Sock包装,基于MFC环境-Asynchronous network communication, Sock Packaging
IcopDemo
- 利用完成端口类的例子,适合网络游戏服务器端的设计,服务器IP为127.0.0.1,端口号为8000,该程序为MFC基于对话框实现,测试已经通过-Use the example of the completion of the port type for the network game server-side design, server IP to 127.0.0.1, port number for 8000, the program for the MFC dialog based on
Download
- 各种计算机网络通信的程序,包括java和MFC编程,有界面-A variety of computer network communication procedures, including java and MFC programming, with interface
17586269mfcping
- mfc实现ping功能,能够实时检测网络状态,对不良网络提出报警。-MFC implementation of PING function to detect the network status, real-time monitoring.
LX2
- 应用Visual C++中MFC CSocket类,实现网络数据传输,使用了Client/Server模式互相传输数据,并提供聊天记录功能(txt)。-Application of the Visual C++ MFC CSocket class, the network data transmission using the Client/Server mode to transmit data with each other, and chat history function (txt).
MFCChat
- MFC聊天软件,只是用来学习所用,是开始时自己熟悉MFC以及网络编程-A soft about Chat wiht MFC
MFC_Socket
- Mfc 套接字编程,含客户端和服务器端,对网络变程序非常有用-MFC SOCKET,server and client
UDPServer
- 运用vs2005工具,MFC实现基于UDP协议的网络Socket通信,基于MFC封装好的类来派生自己的通信类实现客户端与服务端的模拟通信工作,供参考。-Use vs2005 tool MFC to achieve network Socket communication based on UDP protocol, client and service side analog communication based the MFC package good class to derive you
MFCSockets_src
- MFC socket 网络通讯 利用MFC socket 进行通讯的简单例子,只有服务端,客户端可以通过系统自带 telnet 工具 来自codeproject -MFC socket network communications use MFC socket communication simple example, only the server, the client can through the system comes with the telnet tool from Code
CPPQQ
- 使用C++语言进行QQ游戏的开发,使用MFC进行界面开发。使用网络编程进行网络通信开发。-Use C++ language QQ game development using MFC interface development. Using network programming for network communications development.
Third-party-chat-room-procedures
- VC++网络编程源代码 MFC Socket编程 第三方聊天室程序-Third-party chat room procedures
MFC-Socket
- VC++网络编程 MFC Socket编程 Socket程序(CAsyncSocket传统版、CAsyncSocket指针版、CSocket版)-VC++ Programming Network Programming MFC Socket Socket procedures (CAsyncSocket traditional version, CAsyncSocket pointer version, CSocket Edition)
EG09
- MFC下socket的客户端源码,TCP网络协议。-MFC socket under the client source code, TCP network protocol.
WinSocket
- 使用MFC自带的 winsocket实现PC之间的网络通信,TCP/IP 之上。 -take MFC integrated control winsocket to implement PC communication over TCP/IP