Welcome![Sign In][Sign Up]
Location:
Search - TCP IP MFC

Search list

[WinSock-NDISRaw TCP-IP类库

Description: 这个库罗列了TCP/IP协议,并允许用户创建自定义TCP/IP头,允许IP欺骗和其它类型的攻击。该库也用于正规的网络通讯(当你不想在你的项目中使用MFC,该库曾被应用于一个商业ATL产品)-listed for the TCP / IP protocol, and allows users to create a custom TCP / IP header, allowing IP fraud and other types of attacks. The bank also used the informal communications network (when you do not want your project using MFC, which has been used for a commercial product ATL)
Platform: | Size: 630815 | Author: 罗萧 | Hits:

[Compiledtcp/ip通信

Description: 基于MFC的tcp/ip通信协议的聊天软件
Platform: | Size: 3897808 | Author: dfzhaolu | Hits:

[Communication网络类程序程序6个

Description: 1.目录TCP.IP终端程序源代码是一个实现一个TCP.UDP终端的程序,通过该终端可以实现POP3、SMTP、FTP等各种功能; 2.目录超级链接是一个能够在窗体上实现超级链接的程序,或者发送email; 3.目录端口扫描是一个能够对指定IP地址的单个端口或者多个端口进行扫描的程序; 4.目录获得本机ip地址的MFC程序是一个通过MFC来获取本地计算机IP地址的程序。 5.目录获取网络设置,网卡信息是一个获取网络DNS、子网掩码、网卡地址的综合程序,6.EnumProtocal目录是获取系统支持的网络协议信息的程序。-1. Contents TCP.IP terminal program source code is a realization of a TCP.UDP terminal procedures, the terminal can be achieved POP3, SMTP, FTP and other functions; 2. Directory is a hyperlink to achieve in the form of hyperlinks procedures, or send email; 3. directory is a port scan to be able to specify the IP addresses of individual ports or multiple port scanning procedures; 4. access to the directory for ip address MFC process is an MFC to obtain through local computer IP address procedures. 5. Directory access network configuration, network card, access to information is a DNS network, subnet mask, Ethernet addresses the comprehensive procedures 6.EnumProtocal directory access system to support the network protocol information procedures.
Platform: | Size: 606208 | Author: skywar | Hits:

[Internet-NetworkRaw TCP-IP类库

Description: 这个库罗列了TCP/IP协议,并允许用户创建自定义TCP/IP头,允许IP欺骗和其它类型的攻击。该库也用于正规的网络通讯(当你不想在你的项目中使用MFC,该库曾被应用于一个商业ATL产品)-listed for the TCP/IP protocol, and allows users to create a custom TCP/IP header, allowing IP fraud and other types of attacks. The bank also used the informal communications network (when you do not want your project using MFC, which has been used for a commercial product ATL)
Platform: | Size: 630784 | Author: 罗萧 | Hits:

[BooksLearning_TCPIP_in_14_days

Description: 14天学会TCP/IP:一个快速掌握TCP/IP的方法,看完本书,相信你会对TCP/IP有一个宏观的认识!-14 days Institute of TCP/IP : a grasp of TCP/IP, reading this book, I believe you will TCP/IP is a macro understanding!
Platform: | Size: 1479680 | Author: 余小震 | Hits:

[TCP/IP stacksockettcpip

Description: WinSocket TCP/IP编程,使用MFC类库实现服务端和客户端。开发环境为VC60-WinSocket TCP/IP programming, MFC use of services and clients. Development Environment for VC60
Platform: | Size: 95232 | Author: 王良高 | Hits:

[Internet-NetworkClientAndServer_Chat

Description: 类似于QQ聊天室的网络即时通讯应用程序,用MFC开发,基于TCP/IP,其中包含了客户端和服务器端的源码,希望对网络编程的学习有所帮助-QQ chat room similar to the instant communication network applications, using MFC development, based on TCP/IP, which includes the client and server side of the source, and I hope to learn from the Network Programming help
Platform: | Size: 172032 | Author: 杨敬 | Hits:

[Internet-Networknetwork2

Description: 介绍了Internet网络编程中涉及到的TCP/IP协议、IP数据 报、TCP段、套接字等重要概念,并在此基础上论述了基于VC++的 MFC编写客户/服务 器程序的方法和一般过程。 -Introduction of the Internet network programming involved in TCP/IP protocol, IP datagram, TCP segment, sockets and other important concepts, and on this basis are discussed based on VC++ The MFC to prepare client/server procedures and the general process.
Platform: | Size: 2203648 | Author: dfsdf | Hits:

[TCP/IP stackTcpIp_XieYiJieXi

Description: 使用MFC实现网络中包的截获并逐层分析协议,包括frame,arp,tcp,ip,http等协议。带界面。并有文档说明。-Use MFC to achieve the network packet intercepted and layer-by-layer analysis of the agreement, including the frame, arp, tcp, ip, http and other agreements. With the interface. And documentation.
Platform: | Size: 191488 | Author: 张娜 | Hits:

[Internet-NetworkReceive

Description: 基于MFC的TCP/IP通讯程序的接收端源码,已测试-MFC-based TCP/IP communication process of the receiving end source, have been tested
Platform: | Size: 5200896 | Author: wanghanbin | Hits:

[TCP/IP stackTCPIPprotocolren

Description: 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.7 错误处理函数 8.8 Winsock 2支持的其他函数 本章小结 习题 第9章 高级网络编程API 9.1 MFC提供的Winsock类 9.2 信报API(MAPI) 9.3 WinInet API 9.4 其他网络程序设计API 本章小结 习题 第10章 网络程序设计实例 10.1 使用Winsock API设计网络程序的实例 10.2 使用MFC类库进行网络程序设计的实例 10.3 基于WinInet API的客户程序编写实例 10.4 原始套接口(SOCK-RAW)程序设计实例 10.5 广播通信与组播通信程序设计实例 习题-err
Platform: | Size: 4899840 | Author: wu | Hits:

[Internet-Networkvcchat

Description: 基于MFC编写的VC++聊天程序,可以实现TCP/IP以及UDP协议下的点对点聊天.-MFC-based prepared VC++ Chat program, you can achieve TCP/IP and UDP peer-to-peer chatting under the agreement.
Platform: | Size: 64512 | Author: 杨卓荦 | Hits:

[TCP/IP stackTcpServerDemo

Description: mfc下开发的 tcp ip 接收和发送实例源码-mfc tcp send receive example source code
Platform: | Size: 4096 | Author: haiyin | Hits:

[Windows DevelopTCP

Description: MFC中TCP/IP传输数据 对话框方式 可参考-MFC to transfer data can be found in the TCP
Platform: | Size: 39936 | Author: HeavenTiger | Hits:

[TCP/IP stackchat

Description: vc++ socket 实现聊天源代码,通过TCP/IP,MFC Winsock 实现客户与服务器通讯的聊天软件源代码。-vc++ socket chat source code
Platform: | Size: 5800960 | Author: hyw | Hits:

[TCP/IP stackCSocket-in-TCP--IP-app

Description: MFC提供的关于网络应用的类CSocket是一个比较高级的封装,使用它编制出属于自己的网络应用程序,可以编一个属于自己的网络通讯软件。通过这个实验,同学们也可以增进对于TCP/IP协议的理解。- Class CSocket MFC provides about network applications is a more advanced package, use it to prepare their own web applications, you can invent an own network communication software. Through this experiment, students can also improve the understanding of TCP/IP protocol.
Platform: | Size: 9216 | Author: Ocean | Hits:

[Internet-NetworkTCP-IP--Socket

Description: MFC 基于TCP/IP的简单网络通信,适合网络通信的初学者学习,也许,代码很简单,希望可以帮到一些人-vc TCP/IP ,a easy code for communication
Platform: | Size: 8558592 | Author: 彭云鹤 | Hits:

[Internet-NetworkCSocket-in-TCP--IP-app

Description: MFC提供的关于网络应用的类CSocket是一个比较高级的封装,使用它编制出属于自己的网络应用程序,可以编一个属于自己的网络通讯软件。通过这个实验,同学们也可以增进对于TCP/IP协议的理解。-Class CSocket MFC provides about network applications is a more advanced package, use it to prepare their own web applications, you can invent an own network communication software. Through this experiment, students can also improve the understanding of TCP/IP protocol.
Platform: | Size: 9216 | Author: rnment | Hits:

[VC/MFCTCP-IP-MFC-

Description: 这是一个基于MFC做的一个TCPIP的客户端和服务器的程序,很好用-This is based on MFC to do a TCPIP client and server procedures, very good use
Platform: | Size: 52224 | Author: xia | Hits:

[Internet-NetworkTCP_Server

Description: 用MFC编写的tcp/ip通信的服务器端的简单模型,经测试可以正常使用,供大家参考(This model about TCP/IP server was edited with MFC. This model has been tested successfully. For your information.)
Platform: | Size: 14196736 | Author: Hakula | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net