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:
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:
Description: 用VC++实现的基于MFC的Socket编程程序,希望对大家有所帮助-Using VC++ to achieve the Socket-based MFC programming procedures, we would like to help ... ... Platform: |
Size: 56320 |
Author:王飞飞 |
Hits:
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:
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:
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:
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:
Description: 局域网内加密聊天软件,利用mfc进行客户端编写,服务器端采用了socket编程。-LAN chat software encryption, using mfc for client written using the socket server-side programming. Platform: |
Size: 7664640 |
Author:nwz |
Hits:
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:
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:
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:
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:
Description: 使用MFC编程实现异步套接字之间的网络通信,包括如何创建通信过程等-Asynchronous socket programming using the MFC network communication between, including how to create communication processes Platform: |
Size: 2322432 |
Author:李毅 |
Hits:
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:
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: