Location:
Search - Udp chat rooms
Search list
Description: 用tcp,udp 实现的聊天室,都能正常运行,初学java网络编程的可参考-using tcp, udp achieve chat rooms, the normal operation of the network novice java programming reference
Platform: |
Size: 3541 |
Author: 宋家隽 |
Hits:
Description: JAVA 编写的udp聊天室(最简单) -JAVA prepared by the udp Chat Room (the simplest)
Platform: |
Size: 18432 |
Author: Xi Xie |
Hits:
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:
Description: 用tcp,udp 实现的聊天室,都能正常运行,初学java网络编程的可参考-using tcp, udp achieve chat rooms, the normal operation of the network novice java programming reference
Platform: |
Size: 3072 |
Author: 宋家隽 |
Hits:
Description: 两个分别基于UDP和TCP协议的WinSocket网络通信聊天室。-Two based on UDP and TCP protocol WinSocket network communication chat rooms.
Platform: |
Size: 5120 |
Author: 刘建平 |
Hits:
Description: 实例45 选择字体 126
实例46 UDP与TCP/IP的简单应用 129
实例47 聊天室 131
实例48 浏览FTP 136
实例49 局域网广播 147
实例50 建立HTTP连接 151
实例51 迷你浏览器 152
实例52 扫描应用端口 154
实例53 监控HTTP 155
实例54 收发电子邮件 156
实例55 一个简单的代理服务器 164
实例56 扫描网站信息 173
实例57 远程方法调用 174
实例58 调用JINI方法 176-Select the font of 126 examples of 45 examples of 46 UDP and TCP/IP simple application of 129 examples of 131 examples of 47 chat rooms 48 browse FTP 136 examples of 49 local area network broadcast 50 the establishment of 147 examples of 151 examples of HTTP connections 51 Mini browser 152 examples of 52-port 154 scanning application examples 53 monitor HTTP 155 examples of 156 examples of 54 e-mail 55 a simple proxy server 164 examples of 56 scan website 173 examples 57 remote method invocation 174 examples of 58 calls JINI method 176
Platform: |
Size: 26624 |
Author: zmm |
Hits:
Description: 基于UDP通讯的聊天室,使用DatagramSocket DatagraPachet,实现聊天功能,多线程操作-UDP-based communications, chat rooms, use the DatagramSocket DatagraPachet, realize chat, multi-threaded operation
Platform: |
Size: 1024 |
Author: May |
Hits:
Description: 使用TCP和UDP协议,支持多人聊天的聊天室-The use of TCP and UDP protocol to support more than chat rooms chat
Platform: |
Size: 2704384 |
Author: jiajia |
Hits:
Description: chatting room,基于UDP的聊天室,代码很好-chatting room, the UDP-based chat rooms, very good code
Platform: |
Size: 19456 |
Author: lichen |
Hits:
Description: upd 聊天室 基本实现了初步的功能 希望大家喜欢-upd chat rooms have basically realized the function of the initial hope that we like
Platform: |
Size: 22528 |
Author: 狄空 |
Hits:
Description: vb.net UDP聊天室,vb.net UDP聊天室-vb.net UDP chat rooms, vb.net UDP chat rooms
Platform: |
Size: 25600 |
Author: a |
Hits:
Description: 1.其中基于UDP做的聊天室,利用UDP广播,只需在局域网里启动exe即可工作,无需服务器端。开发思想:在“上线”后启动一个线程循环recv接受广播来的信息。"send"按钮广播信息。
2.基于TCP的聊天室。采用了WSAAsyncSelect无阻塞消息模式。先启动服务ChatRoomServer.exe
在启动server后,服务器端listen来自客户端的信息,当客户端connection后,服务器端accpet与客户端建立连接后触发消息函数 OnServerAccept。OnServerAccept再次利用WSAAsyncSelect函数判断并接受recv客户端发来的信息并广播,以达到聊天室的效果。-1. Which do UDP-based chat rooms, use of UDP broadcasts, simply start the exe in the LAN where you can work without the need for server-side. Development of thought: in the " on line" start a thread loop to recv receiving broadcast information. " send" button to broadcast information. 2. TCP-based chat rooms. WSAAsyncSelect using non-blocking message mode. First start the service ChatRoomServer.exe start server, the server-side listen to the information from the client side, when a client connection, the server-side accpet the client to establish a connection with the trigger message function OnServerAccept. OnServerAccept reuse WSAAsyncSelect and accept the recv function is to determine the client sent the information and broadcasting, in order to achieve the effect of chat rooms.
Platform: |
Size: 1856512 |
Author: zhuceyong |
Hits:
Description: MFC实现的聊天室,运用多线程,UDP ,tcp协议连接-MFC implementation chat rooms, use of multi-threading, UDP, tcp protocol connection
Platform: |
Size: 9049088 |
Author: jason |
Hits:
Description: 基于UDP实现有客户端和服务器端的网络聊天室-UDP-based implementation with client and server-side Web chat rooms
Platform: |
Size: 5120 |
Author: qwe |
Hits:
Description: 基于UDP协议的广播聊天室,最近学习协议时做的,拿来给比我更菜的菜鸟们学习下-Protocol based on UDP broadcast chat rooms, the recent agreement to learn to do, were given more food than I learn from the newbies, the next
Platform: |
Size: 35840 |
Author: tommy |
Hits:
Description: 端对端,网络聊天室,UDP,UserInfo-End to end, Internet chat rooms, UDP, UserInfo
Platform: |
Size: 5120 |
Author: 王慧青 |
Hits:
Description: c++网络数据库实例 第一章
实例 01-简单网络聊天室
实例 02-网络聊天室服务器
实例 03-网络聊天室客户端
实例 04-定时发送消息
实例 05-传输文件
实例 06-GETIP
实例 07-域名解析
实例 08-TUSPY
实例 09-多人聊天室
实例 10-端口扫描
实例 11-异步网络通讯
实例 12-UDP协议实现网络通讯
实例 13-域名查询-c++ network database instance Chapter
Instances of 01- Simple Network Chat
Instances of 02- online chat room server
Instances of 03- Network Clients Chat
Instances of 04- time to send a message
Instances of 05- to transfer files
Examples of 06-GETIP
Instances of 07- Domain Name
Examples of 08-TUSPY
Instances of 09- more than chat rooms
Instances of 10- port scanning
Instances of 11- Asynchronous Network Communication
Examples of 12-UDP protocol network communication
Instances of 13- domain check
Platform: |
Size: 1153024 |
Author: 烈马 |
Hits:
Description: 利用多线程技术以及UDP编写的简单网络聊天室程序-Using multi-threading technology, and prepared a simple UDP chat rooms procedures
Platform: |
Size: 1916928 |
Author: 马琰 |
Hits:
Description: 利用UDP实现的一个简单的网络聊天室功能-Achieved using a simple UDP chat rooms function
Platform: |
Size: 2048 |
Author: Darren |
Hits:
Description: 聊天室,UDP实现,多用户聊天界面,实现简单登录登出、文件传输、文件夹传输等相关的一些功能-Chat rooms, UDP implementation, multi-user chat interface, simple log log, file transfer, folder transfers, and other related features
Platform: |
Size: 536576 |
Author: frank |
Hits: