Welcome![Sign In][Sign Up]
Location:
Search - UDP c/s

Search list

[WinSock-NDISUDP-winsock

Description: UDP程序 c.cpp为客户端 s.cpp为服务端 实现了客户端和服务端的互连,通讯-UDP c.cpp procedures for the client to the server s.cpp achieve the client and service side of the interconnection , communications
Platform: | Size: 1745 | Author: abc | Hits:

[WinSock-NDISC-S

Description: 典型的C/S编程,融会了服务器和客户端之间TCP,UDP的互联代码
Platform: | Size: 37589 | Author: 陈陈 | Hits:

[TCP/IP stackudp

Description: 实现C\\S简单通信的,十分容易看懂
Platform: | Size: 3649 | Author: crazyjqy | Hits:

[Communicationvc6UDP+Webserver.rar

Description: 利用VC6的winsocket实现了C/S数据发送和WEBserver开发
Platform: | Size: 104170 | Author: sichuanwww@163.com | 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:

[Scanner聊天软件

Description: 这是TCP_UDP编程实现的C S模式聊天软件,可以从服务器进行广播,客户端只能与服务器通信.传输模式可以是TCP或UDP,是TCP_UDP学习的不错选择-Programming C S chat software, it is broadcast from the server, the client and server communication only. Transfer mode can be TCP or UDP, TCP_UDP learning is a good choice
Platform: | Size: 5120 | Author: 杨然 | Hits:

[Internet-Networkudp_server

Description: VC++平台开发的,UDP协议传输的C/S模式编程,(转)有错误别找我啊-VC platform development, UDP transmission of the C/S mode programming, (to) find my other mistakes ah
Platform: | Size: 4096 | Author: da_fly | 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-NetworkUDP-winsock

Description: UDP程序 c.cpp为客户端 s.cpp为服务端 实现了客户端和服务端的互连,通讯-UDP c.cpp procedures for the client to the server s.cpp achieve the client and service side of the interconnection , communications
Platform: | Size: 1024 | Author: abc | Hits:

[Embeded LinuxUDPImageArmLinux

Description: 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明)-use udp protocol communications networks such as image regulatory document transmission. Using c/s mode, the server-realization and to the number of concurrent client requests. After testing, code to the linux between hosts, arm and arm, and between pc and arm between communications (document, the readme (This lin ux to prepare) for a general code specify)
Platform: | Size: 859136 | Author: | Hits:

[Communication-MobileWinsockChatting

Description: 基于UDP协议的winsock聊天室,采用C/S模式,可以私聊,显示在线人数,保存聊天记录,发布系统公告,踢人,功能完善,逻辑严谨-based on the UDP winsock chat rooms, using C/S mode, Private Chat. online show the number of records kept chatting to publish notice system, gangs, complete functions, rigorous logic
Platform: | Size: 103424 | Author: libo | Hits:

[Remote Controlc_s_udp_tcp

Description: 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use of c/s structure of the examples, After the broadcast server, client connect to server initiated, then start receiving threaded server and the data received through a separate thread processing; The code has the following characteristics : wxWidgets ace incident cycle and the cycle of Reactor incident parallel processing, Timer and writable parallel processing, tcp and udp communications parallel processing, Got threads and the threads in parallel communications; this example, Cross-platform development of cross-compiler with the graphical interface c/s procedures as easy.
Platform: | Size: 2088960 | Author: wuyan | Hits:

[Other Databasessvr

Description: 一个VB写的UDP协议的C/S模式的服务程序-a VB UDP written in C/S mode service procedures
Platform: | Size: 40960 | Author: 朱洪祥 | Hits:

[P2Pudp-nat

Description: P2P之UDP穿透NAT的原理与实现,包括客户端和服务端,以及相关技术文档-P2P UDP penetrate NAT's Theory and Implementation, including the client and server, and the relevant technical documentation
Platform: | Size: 35840 | Author: 张梁 | Hits:

[ICQ-IM-ChatUDP

Description: 和QQ互通的最新代码,根据QQ的最新协议-And QQ exchange the latest code, according to the latest agreement QQ
Platform: | Size: 185344 | Author: sharemin | Hits:

[Internet-NetworkC-S

Description: 典型的C/S编程,融会了服务器和客户端之间TCP,UDP的互联代码-Typical C/S programming, a combined server and client between the TCP, UDP Internet code
Platform: | Size: 36864 | Author: 陈陈 | Hits:

[Program docUDP

Description: 一种基于UDP的可靠传输协议分析与研究,编写UDP网络必看资料-UDP-based reliable transport protocol analysis and research, the preparation of UDP network information see
Platform: | Size: 285696 | Author: | Hits:

[ICQ-IM-Chatqqproxy

Description: 可以实现TCP,UDP的C/S通讯,可以传输文件-Can achieve TCP, UDP
Platform: | Size: 2060288 | Author: shailen | Hits:

[TCP/IP stackudp

Description: 实现C\S简单通信的,十分容易看懂-CS Communication realize a simple, very easy to understand
Platform: | Size: 3072 | Author: crazyjqy | Hits:

[Internet-NetworkUDP

Description: 采用UDP协议及客户机/服务器(C/S)模式,分别为客户端和服务器端完成基本数据配置,实现一个局域网环境下的即时通信,并让收发信息在可视化界面上显示。
Platform: | Size: 11264 | Author: Irene | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net