Welcome![Sign In][Sign Up]
Location:
Search - socket udp c

Search list

[Windows DevelopTCPIP Socket编程实例

Description: Socket编程示例-Socket Programming Example
Platform: | Size: 13312 | Author: 保镖 | Hits:

[TCP/IP stackJBSocketServerTestSource

Description: Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.
Platform: | Size: 110592 | Author: 王小文 | Hits:

[Internet-Networktcpdup-program

Description: TCP与UDP套接字编程,用C语言开发的-TCP and UDP socket programming, C language development
Platform: | Size: 4096 | Author: 许黎 | Hits:

[Internet-Networklinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571392 | Author: 钟文德 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[Internet-Networkudpsocket

Description: 用C语言实现的UDP协议的socket编程,请大家研究研究-C language of the UDP socket programming, please studies
Platform: | Size: 131072 | Author: raul | Hits:

[Internet-Networksocket

Description: Linux下C++ Socket类,包括TCP,、UDP这两种基本协议。 -Linux under the C++ Socket categories, including TCP,, UDP both basic agreement.
Platform: | Size: 1024 | Author: 小强 | Hits:

[ICQ-IM-Chatudp

Description: 最基本的聊天程序,UDP实现,Socket,便于零基础者初步学习网络套接字编程(注释清晰)-Basic chat program, UDP achieve, Socket, zero basis to facilitate initial learning network socket programming (Note clear)
Platform: | Size: 2048 | Author: 刘文旭 | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:

[Internet-Networksocket

Description: C语言编写的socket服务端测试程序,其中TestRecv_UDP为UDP服务端程序,TestRecv_TCP为TCP服务端程序,供初学者参考-C language socket server test procedure, which TestRecv_UDP for the UDP server program, TestRecv_TCP for the TCP server program for beginners reference
Platform: | Size: 1024 | Author: nin | Hits:

[Linux-Unixsocket

Description: linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
Platform: | Size: 14336 | Author: 孙帮山 | Hits:

[CommunicationDataLinkLayerUDP(1)

Description: 这是一款教学实验的源代码,数据链路控制规程的演示,用SOCKET(UDP) 通信平台实现点对点数据链路控制规程,演示了滑动窗口控制协议(GO-BACK-N)的工作原理的理解。-This is a teaching experiment
Platform: | Size: 197632 | Author: Tony Yau | Hits:

[Internet-NetworktcpServer

Description: tcp udp socket vc++ c#
Platform: | Size: 400384 | Author: jia | Hits:

[Multimedia programsocket

Description: 编译好的网络通信的socket编程实例,TCP通信与UDP通信-Network compiled examples of socket programming, TCP and UDP communication communication
Platform: | Size: 27648 | Author: 水城男孩 | Hits:

[TCP/IP stacktcs.c

Description: 实现UDP传输 for linux udp socket -for linux udp socket
Platform: | Size: 1024 | Author: 大彬 | Hits:

[TCP/IP stacksocket

Description: 跨平台C++ 功能全面的Socket类库,支持TCP,UDP,限速-Cross-platform C++ full-featured Socket library, support TCP, UDP, speed limits, etc.
Platform: | Size: 4096 | Author: danny | Hits:

[assembly languageclient-udp-ip

Description: C++ SOCKET UDP/IP IMPLIMENTATION
Platform: | Size: 1024 | Author: zakibsix | Hits:

[Internet-Networkraw.c.tar

Description: RAW SOCKET API抓报监听链路层数据,简单的分析TCP、UDP、IPV6等协议-RAW SOCKET API Monitor reported catch data link layer, the simple analysis of TCP, UDP, IPV6 and other agreements
Platform: | Size: 1024 | Author: czl | Hits:

[Internet-Networklinux-socket-c

Description: linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
Platform: | Size: 571392 | Author: yzh | Hits:

[Internet-Networktcp-socket(4files)

Description: tcp,udp的c/s程序,包含了linux,window的socket-tcp and udp
Platform: | Size: 78848 | Author: she | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net