Welcome![Sign In][Sign Up]
Location:
Search - socket programming using MFC

Search list

[TCP/IP stackNetwork

Description: 该程序利用MFC 实现WINDOWS下的SOCKET 编程,包括了TCP以及UDP 的不同连接方式-The program using MFC under WINDOWS realize SOCKET programming, including TCP and UDP connections of different
Platform: | Size: 36864 | Author: sunsee | Hits:

[Internet-NetworkMSN

Description: 用MFC开发的局域网聊天软件。该工程是用于界面层开发。使用socket编程.-MFC Development Using LAN chat software. The project is for the development of the interfacial layer. The use of socket programming.
Platform: | Size: 7581696 | Author: 陈平 | Hits:

[Internet-NetworkMFCSockePromg

Description: 用VC++实现的基于MFC的Socket编程程序,希望对大家有所帮助-Using VC++ to achieve the Socket-based MFC programming procedures, we would like to help ... ...
Platform: | Size: 56320 | Author: 王飞飞 | Hits:

[ICQ-IM-ChatLanChat

Description: 简单文字消息通信.在了解windows socket编程的基础上,使用微软的mfc框架与winsock结合编写简单文字消息通信软件,实现不同端口之间的消息互通。-Simple text messaging. In understanding the basis of windows socket programming, using Microsoft winsock mfc framework and integrate communication software to write simple text messages, the message to achieve interoperability between different ports.
Platform: | Size: 1904640 | Author: 王晶 | Hits:

[Windows DevelopNetwork_Edition_scissors_stone_fabric

Description: 联网版剪子石头布,需要两个人玩。 游戏采用C++开发,分为服务端与客户端。采用的开发技术为MFC、C++ Socket编程。对于想学习这些方面的人,这个是个很好的参考例子-Network Edition scissors stone fabric, needs two people to play. Games using C++ development, divided into services and clients. Development of technology used in MFC, C++ Socket Programming
Platform: | Size: 152576 | Author: tqw | Hits:

[VC/MFCWin32SocketClient

Description: Socket programming in MFC is usually a bit messy. It s always clean and convenient to write the socket programs using Win32. A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket program. Also, with each and every new version of Winsock, we don t know how many bugs are going to get added to the development frameworks. -Socket programming in MFC is usually a bit messy. It s always clean and convenient to write the socket programs using Win32. A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket program. Also, with each and every new version of Winsock, we don t know how many bugs are going to get added to the development frameworks.
Platform: | Size: 12288 | Author: abdul | Hits:

[Firewall-Security11Firewall

Description: 防火墙的一个重要应用,使用mfc开发,具体应用到了socket的编程,和钩子的使用。-An important application of the firewall, using mfc development, specific applications to the programming socket and hook use.
Platform: | Size: 3004416 | Author: liao | Hits:

[ICQ-IM-Chatjuyuwang

Description: 局域网内加密聊天软件,利用mfc进行客户端编写,服务器端采用了socket编程。-LAN chat software encryption, using mfc for client written using the socket server-side programming.
Platform: | Size: 7664640 | Author: nwz | Hits:

[Chess Poker gamesFive_XP_DONE

Description: 基于VC++ MFC开发的五子棋程序,分为客户端和服务器端,使用SOCKET编程,可以实现两机间的对战。-Based on VC++ MFC development of backgammon program, divided into client and server side, using the SOCKET programming, can be achieved between the two machines play against.
Platform: | Size: 7584768 | Author: | Hits:

[Internet-NetworkCSock

Description: 使用socket基于TCP协议的MFC类库编程,源码和文档-TCP-based protocol using socket programming MFC class library, source code and documentation
Platform: | Size: 140288 | Author: 孙乔 | Hits:

[Internet-NetworkChatRoom

Description: 利用MFC实现的局域网聊天室。 Socket编程-MFC implementation of local area network using chat rooms. Socket Programming
Platform: | Size: 5634048 | Author: mahongzhi | Hits:

[VOIP programdaima

Description: 本设计综合应用Windows低级音频API、G.729A编码算法、SOCKET编程、多线程编程等技术实现了在局域网PC机点对点的窄带全双工语音通信系统。界面通过MFC实现。为了确保发送应用层协议和聊天信息的正确性,采用TCP方式发送交互信息。语音模块的启动与关闭由交互的命令控制。考虑到语音数据需要延时小,这里用UDP方式发送。-The comprehensive application of the design of Windows low-level audio API of G.729A encoding algorithm, SOCKET programming, multi-threaded programming technology to achieve a PC in the LAN point-to-point narrow-band full-duplex voice communication system. Interface through the MFC. In order to ensure the correctness of the information of sending application layer protocol and chat, using the TCP send interactive information. The voice module startup and shutdown command and control by the interaction. Taking into account the voice and data delay, here sent using UDP.
Platform: | Size: 207872 | Author: 闫利霄 | Hits:

[Windows DevelopFeiQ

Description: FeiQ聊天程序,使用MFC socket编程UDP协议 可以多客户聊天-FeiQ chat program, multi-client chat using MFC socket programming UDP protocol can
Platform: | Size: 3913728 | Author: 蓝天白云 | Hits:

[Internet-NetworkFilesTranslate

Description: 采用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
Platform: | Size: 9017344 | Author: Mkry | Hits:

[P2Psocket

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 -1. Socket Programming Principle 1.1 Client/server communication model 1.2 Windows Sockets specification 1.3 socket 1.3.1 Sockets the role defined 1.3.3 1.3.2 classification socket 1.3.4 port address 1.3.5 socket attributes 2. Commonly used functions of basic Windows Sockets API Programming 2.1 2.3 UDP 2.2 TCP Example Example 2.4 Socket communication blocking solution. Socket programming under MFC 3.1 CAsyncSocket class 3.2 CSocket class 3.3 Windows Sockets: Sockets with Archives 3.4 socket communication flow operation of the order of 3.5 using the CAsyncSocket class
Platform: | Size: 41984 | Author: chenrui | Hits:

[Internet-Networksocket-picture

Description: 利用socket编程在MFC上实现图片传输的客户端-Client using socket programming in MFC picture transmission
Platform: | Size: 1909760 | Author: 善骏 | Hits:

[Internet-NetworkMYQQ1_MFC

Description: 使用MFC编程实现异步套接字之间的网络通信,包括如何创建通信过程等-Asynchronous socket programming using the MFC network communication between, including how to create communication processes
Platform: | Size: 2322432 | Author: 李毅 | Hits:

[VC/MFCNetWork-Package-

Description: 网络数据包捕获与应用的VC++6.0编程 研究生 方松茂-Network packet capture and applications VC++6.0 programming graduate Fangsong Mao on Ethernet frame, IPv4 header, IPv6 header, TCP header and the UDP header format which were several common use WinPcap packet header and raw socket programming for analysis. And use the MFC class library, using the list structure to capture network data storage solution to achieve a LAN Internet data acquisition applications. In addition, the preparation of a use of the WinPcap function to send a datagram to achieve SYN Flood hacking program.
Platform: | Size: 67584 | Author: 郑永坤 | Hits:

[Internet-Networksocket

Description: 指针机制实现socket网络编程,工程基于vs2010用mfc实现,值得大家参考-socket programming using pointer
Platform: | Size: 18937856 | Author: 钟秋 | Hits:

[OtherTransFile

Description: 利用MFC,使用套接字编程实现文件传输,在界面ip地址编辑框输入IP地址.即可传输文件-Use MFC, using socket programming to realize file transfer, edit box, enter the IP address in the interface IP address. You can transfer files
Platform: | Size: 24321024 | Author: 张骈 | Hits:

CodeBus www.codebus.net