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

[TCP/IP协议栈] opencv-live-streaming

Python客户端和服务器脚本,用于记录来自客户端摄像机的实时流,并使用TCP IP将其传输到服务器。
Python client and server scripts to record a live streaming from the client camera and transmit it to the server using TCP IP. (2024-05-23, Python, 0KB, 下载0次)

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

[TCP/IP协议栈] 文件传输

从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况
File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation (2018-03-14, LINUX, 1KB, 下载1次)

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

[TCP/IP协议栈] TCP

TCP协议使用线程,实现简单的客户/服务器程序实现客户和服务器相互收发数据直到一端输入“end”结束。
TCP protocol uses threads, simple client/server program to achieve client and server send and receive data each other until one end of the input end end. (2015-06-02, Visual C++, 2335KB, 下载3次)

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

[TCP/IP协议栈] SourceCode41_TCP_Server_OK

F288335开发板TCP/IP服务器例程
F288335 development board TCP/IP server routines (2015-05-25, C/C++, 490KB, 下载2次)

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

[TCP/IP协议栈] server

tcp 服务器端源代码,编译能通过,是console环境下的。
tcp sourcer , vcpp compile (2014-07-14, Visual C++, 11KB, 下载3次)

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

[TCP/IP协议栈] tcp

TCP的服务器端程序,实现接收数据功能。。。。。
TCP server-side program (2013-12-10, Visual C++, 1408KB, 下载7次)

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

[TCP/IP协议栈] c4

tcp/ip 服务器和客户端连接成功例子
tcp/ip server and client connection success stories (2013-09-03, Visual C++, 1KB, 下载1次)

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

[TCP/IP协议栈] socket_client_server

vs2005下的客户端和服务器端程序,成功实现,可用
socket client server (2012-08-14, Visual C++, 21924KB, 下载8次)

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

[TCP/IP协议栈] PHYDP83848

物理层的收发器件资料介绍,对PHY器件的基本了解。
Physical layer transceiver device information. (2012-05-10, WORD, 670KB, 下载19次)

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

[TCP/IP协议栈] tcpserver

TCP 协议传输测试程序,用作服务器,欢迎大家分享。
TCP transport protcol test programm,as server. (2012-02-07, Visual C++, 1874KB, 下载8次)

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

[TCP/IP协议栈] chat

简单的SOCKET编程,以客户端服务器模式,之间采用TCP协议建立连接
simple socket (2011-12-31, Visual C++, 1731KB, 下载6次)

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

[TCP/IP协议栈] Socket

很老的一个采用Socket的http服务器源码
Http server using the Socket source (2011-12-28, Visual C++, 87KB, 下载11次)

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

[TCP/IP协议栈] Tcp

一个简单的tcp客户端和服务器,可供大家学习使用
Simple TCP client and server (2011-09-28, Java, 7KB, 下载6次)

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

[TCP/IP协议栈] TCP_Ip

tcp ip 协议分析器 开发设计 思想 含部分数据结构
tcp ip Protocol analyzer design (2011-09-21, Visual C++, 225KB, 下载11次)

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

[TCP/IP协议栈] c4

tcp/ip 服务器和客户端连接成功例子
tcp/ip server and client connection success stories (2011-07-05, Visual C++, 1KB, 下载3次)

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

[TCP/IP协议栈] TCP

基于TCP的客户与服务器通信程序实例,内含客户端和服务器端 具体实践需要看功能修改
TCP-based clients communicate with the server application instance that contains the client and server side need to see a function to modify the concrete practice of (2010-12-13, Visual C++, 2719KB, 下载4次)

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

[TCP/IP协议栈] vmClientServerService

socket服务器和客户端程序,具有很好的扩展性和灵活性 ,可以很方便地进行修改以适应你的程序。
It s about socket server and client .It s flexible and scalable and can be easily changed to adjust your application (2009-09-09, Visual C++, 18141KB, 下载46次)

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

[TCP/IP协议栈] lanchat

基于TCP/IP协议的服务器端/客户端实例,新手入门很好用
Server/client instance (2009-09-01, Visual C++, 771KB, 下载4次)

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

[TCP/IP协议栈] V5_InOut_Server_GUI_src

工业以太网EtherNet industrial protocol服务器GUI
EtherNet industrial protocol server GUI (2009-08-27, Visual C++, 1534KB, 下载11次)

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

[TCP/IP协议栈] tcpClient-tcpSrv

一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。TCP的.
A simple network communication system, communication between the two sides to send and receive messages, including server and client design. Realize the client to receive keyboard input string to the server server receives, it will reverse the string to return to the client client shows the server returned to the reverse string. TCP (2008-05-19, Visual C++, 1KB, 下载32次)

http://www.pudn.com/Download/item/id/466746.html
总计:1436