联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All TCP/IP协议栈(352) 
按平台查找All Visual C++(352) 

[TCP/IP协议栈] WinSock_Thread

多线程套接字编程 该程序主要包括以下内容: 1.多线程程序设计的一般框架,新线程负责循环接收网络数据,一旦收到网络数据就交由主线程处理;主线程负责循环处理网络数据。 2.(UDP)套接字编程的一般框架,为了方便实验该程序只是用到了UDP套接字,没有考虑丢包延迟等网络问题,在实际程序设计中可以采用TCP套接字。 3.如何使用套接字发送多个不同的结构体,通过对不同的结构体添加不同的标志位,从而区分不同的结构体类型。
WinSock Thread (2016-05-11, Visual C++, 95KB, 下载6次)

http://www.pudn.com/Download/item/id/1462955599135214.html

[TCP/IP协议栈] the-process-of-TCP-IP

这是一份关于实现TCP/IP通信的C/C++的源代码,对于了解此通信协议且需编程的开发员有用
This is a C on the realization of TCP/IP communications/C++ source code, and developers need programming useful for understanding this communication protocol (2014-04-10, Visual C++, 336KB, 下载4次)

http://www.pudn.com/Download/item/id/2506948.html

[TCP/IP协议栈] ket

此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助
This source code demonstrates how to simulate tcp packets over raw sockets for winsock network programming and tcp/ip protocol learning to help (2013-12-02, Visual C++, 136KB, 下载1次)

http://www.pudn.com/Download/item/id/2415221.html

[TCP/IP协议栈] ACETestServer

基于ACE的网络编程,采用TCP/IP协议,对服务器端接收数据源码
ACE-based network programming using TCP/IP-based ACE network programming using TCP/IP protocol to receive data on the server-side source agreement, received on the server-side data source (2012-10-31, Visual C++, 3144KB, 下载4次)

http://www.pudn.com/Download/item/id/2032565.html

[TCP/IP协议栈] Rjrttplib-26T

RTP/RTCP的C++实现,供使用面向对象编程与与开发的朋友参考。个人觉的代码结构较好,能直接使用。
RTP/RTCP C++ achieve, for the use of object-oriented programming with reference to the development friends. Personal feel better code structure, can be used directly. (2012-10-02, Visual C++, 127KB, 下载5次)

http://www.pudn.com/Download/item/id/2006630.html

[TCP/IP协议栈] TCPtime

VC6.0环境,使用套接字编程,实现客户端和服务器端相通信,服务器发送时间给客户端,其中基于协议TCP。
In VC 6.0 environment, use a socket programming, fulfill the client and the server communication, the server sends time to the client, which based on the protocol TCP. (2012-05-12, Visual C++, 1837KB, 下载8次)

http://www.pudn.com/Download/item/id/1867136.html

[TCP/IP协议栈] wlanchating

从实际工程应用角度出发,以计算机网络原理为指导,结合当前网络中的一些常用技术,编程实现基于TCP/IP的网络聊天工具,该聊天工具具有聊天室聊天、广播聊天、二人私聊以及文件传输功能。
LAN chat software (2012-05-06, Visual C++, 79KB, 下载11次)

http://www.pudn.com/Download/item/id/1857781.html

[TCP/IP协议栈] uip_Learning-document

TCP/IP协议栈uip,学习文档word,编程环境VC2005,文档中详细介绍了uip的组成部分和流程图、学习过程。
TCP/IP protocol stack uip, learning the Word document programming environment VC2005, the document details the components and flow chart of the uip learning process. (2012-05-03, Visual C++, 252KB, 下载7次)

http://www.pudn.com/Download/item/id/1853253.html

[TCP/IP协议栈] client

tcp编程客户端程序,含加载、创建流式套节字、绑定本地地址、连接请求、连接成功,可以 开始发送、接收、关闭、释放
tcpProgramming the software, including loading, create streaming set of section word, binding local address, connect requests, connection succeeds, can start sending, receiving, closing, release (2012-04-29, Visual C++, 3KB, 下载4次)

http://www.pudn.com/Download/item/id/1849370.html

[TCP/IP协议栈] IO

一片个人总结冠以网络套接字五种IO模型的c++编程步骤和简单的方法,文章详细讲解了各种IO模型的优缺点,包含作者本人半年来对IO模型理解和总结,很适合学习IO的新手。
this isone article about socket in IO. (2012-04-04, Visual C++, 24KB, 下载21次)

http://www.pudn.com/Download/item/id/1816952.html

[TCP/IP协议栈] windows-Udp-socket

Windows下的socket编程源码,完整的工程,编译通过,无需更改即可使用
Socket programming under Windows source code, complete the project, compile, you can use without having to change (2011-10-28, Visual C++, 1173KB, 下载17次)

http://www.pudn.com/Download/item/id/1682963.html

[TCP/IP协议栈] TCP_lib

实现网络编程的程序,适用于嵌入式为英特尔的开发模板,具有很好的启发性和应用性,可以作为嵌入式的参考
Procedures for network programming for embedded Intel' s development of a template, with a good inspiration and applied, can be used as an embedded reference (2009-11-26, Visual C++, 173KB, 下载5次)

http://www.pudn.com/Download/item/id/983614.html

[TCP/IP协议栈] server

vc升入详解(孙鑫)的网络编程,tcp局域网聊天, 基于socket实现,client端程序以后上传。
vc promoted to Xiangjie (Sun Xin) network programming, tcp LAN chat, socket-based implementation, client-side program after the upload. (2009-10-28, Visual C++, 1KB, 下载38次)

http://www.pudn.com/Download/item/id/952861.html

[TCP/IP协议栈] CommSocket

基于TCP/IP的串口通讯编程,客服端和服务端的源程序都有,供大家一起学习研究。
Based on TCP/IP Serial Communication programming, customer service client and server have the source code for the U.S. research study together. (2009-03-11, Visual C++, 371KB, 下载21次)

http://www.pudn.com/Download/item/id/668794.html

[TCP/IP协议栈] RemUdp

网络编程库函数,实现收发数据,网络协议为UDP,可以直接引入到自己的程序中,无需修改。
Network programming library functions, implementation to send and receive data, the network protocol for the UDP, can be directly introduced into the process of their own, no need to change. (2009-03-02, Visual C++, 4313KB, 下载13次)

http://www.pudn.com/Download/item/id/658064.html

[TCP/IP协议栈] timetip

把早些时候写的一个串口转TCP/IP的程序发上来,希望对初学者学习串口编程有点帮助。
Earlier to write a serial port to TCP/IP procedures for hair up, I hope the serial programming for beginners to learn a little help. (2008-10-05, Visual C++, 23KB, 下载21次)

http://www.pudn.com/Download/item/id/555860.html

[TCP/IP协议栈] FEC

前向纠错,UDP编程不可或缺的实现,很有研究价值
FEC, UDP programming indispensable realize, it is the research value of (2008-08-13, Visual C++, 228KB, 下载179次)

http://www.pudn.com/Download/item/id/527759.html

[TCP/IP协议栈] TCP.UDP

Visual C++网络通信协议分析之TCP.UDP高级编程.
Visual C++ Network communication protocol analysis TCP.UDP high-level programming. (2008-03-29, Visual C++, 68KB, 下载37次)

http://www.pudn.com/Download/item/id/425728.html

[TCP/IP协议栈] TCPPacket

此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助
source of this demonstration of how to simulate the original socket tcp package, right winsock network programming and tcp/ip agreement learning help (2007-03-18, Visual C++, 3724KB, 下载44次)

http://www.pudn.com/Download/item/id/256762.html

[TCP/IP协议栈] rtp&rtcp

基于rtp和rtcp一个小实验程序,是学习基于rtp/rtcp编程的好例子
based rtp and RTCP a small experimental procedure is based on learning rtp/RTCP programming a good example (2006-03-30, Visual C++, 5337KB, 下载739次)

http://www.pudn.com/Download/item/id/163078.html
总计:352