搜索资源列表
UDP聊天室
- UDP聊天室,采用UDP协议的聊天程序,可进行一般的聊天,还可进行表情字聊天-UDP chatroom, uses the UDP agreement to chat the procedure, may carry on general chat, but also may carry on the expression character to chat
聊天室程序
- vc udp实现的聊天室程序,能添加好友,局域网多人聊天
oolan chat 聊天室
- 聊天室功能 以tcp建立(mysocket类) 私聊和搜索局域网功能 由udp协议建立 (serchsocket类) qq表情功能 应用qq中的ImageOle.dll接口 重载richedit 加入insertface函数 文件传送 由serchSocket发出请求 ,然后以filesocket建立连接,一个一个文件传送 将文件拖到程序窗口就能向连接框中的ip发送文件
Chat.rar
- UDP聊天室程序:在局域网内实现点对点的聊天功能,UDP chat room procedures: in the local area network to achieve point-to-point chat
Cha-Cha-Chat.rar
- 局域网上聊天室程序源码(UDP+组播)。模仿飞鸽传书的功能,实现一对一,一对多聊天功能。,LAN Chat program source (UDP+ multicast)
chatRoom
- 聊天室,UDP实现,多用户聊天界面,实现简单登录登出、文件传输、文件夹传输等相关的一些功能-Chat rooms, UDP implementation, multi-user chat interface, simple log log, file transfer, folder transfers, and other related features
VB
- VB 基于UDP协议编写的 聊天室程序可以作为很好的 学习材料-VB prepared based on the UDP protocol process chat rooms can be used as a good learning materials
chatroom
- 用MFC编写的基于udp的聊天室程序,分为客户端和服务器两个部-MFC prepared using udp-based chat room procedures, client and server is divided into two departments
UDP
- 基于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
HELLOLABUDP
- 利用CAsyncSocket 實現 UDP 聊天室 。-CAsyncSocket achieved using UDP chat room.
udp-chat
- 实现UDP下的聊天室,用户端的端口是根据系统时间进行计算得到的,使用时若是出现冲突要重复尝试即可-Chat room under the UDP to achieve the client' s port is calculated according to the system time, the use of conflict if you can try to repeat
TestUDP2
- java UDP聊天室 多人使用 类似于QQ聊天室-java UDP multi-user chat room chat room like QQ
udpchat
- 一个简单的UDP 聊天室,代码简洁,值得参考 使用了多线程技术-A simple UDP chat room, the code is simple and it is also useful to use a multi-threading technology
UDPChatRoom
- udp聊天室软件 基于csharp 实现多人聊天-udp chat room software to achieve more than chat ... on csharp
UDP聊天室11
- c#语言,用UDP实现局域网聊天室的功能;
udp-chatroom
- udp聊天室,客户端之间可以相互聊天,服务器也可以发送通知~-udp chatroom
UDPChatRoom
- UDP聊天室,UDP协议下几个端口之间的无状态通信(udp chart room in the offline status)
chatroom
- 基于udp的网络聊天室,具有简单的群聊或单聊的功能(Based on udp network chat rooms, has the function of simple group chat or talk)
udp_chat
- UDP聊天室,带有注册,登陆,群聊功能。(UDP chat room, with registration, landing, group chat function.)
C#UDP聊天室
- Windows服务应用程序是一种需要长期运行的应用程序,它对于服务器环境特别适合。它没有用户界面,并且也不会产生任何可视输出。任何用户消息都会被写进Windows事件日志。计算机启动时,服务会自动开始运行。它们不要用户一定登录才运行,它们能在包括这个系统内的任何用户环境下运行。通过服务控制管理器,Windows服务是可控的,可以终止、暂停及当需要时启动。 Windows 服务,以前的NT服务,都是被作为Windows NT操作系统的一部分引进来的。它们在Windows 9x及Windows M