资源列表
局域网聊天11
- 局域网聊天功能的实现,有源码说明,适合初学JAVA的人-the realization of a source that for the beginner JAVA
vcap_exe
- 又一个很价值的基于VB6编写的网络视频程序-also is a value-based VB6 prepared by the Network Video procedures
An_instant_messenger_program_using_the_AwareNet_li
- 一个在线实时短信收发的程序,包刮C++的源程序和.exe的安装程序。-an online, real-time messaging TX procedures, blowing kits and C source. Exe installation procedures.
p2pnetmeeting
- 软件基于P2P原理,实现了网络点对点的视频通讯。图像的压缩质量不是很好。-software based on peer-to-peer principles of the network point-to-point video communications. Image compression quality is not very good.
超小ASP聊天室程序
- 一个小型的ASP聊天室程序,很好用的,可用于个人论坛的插件,大家可以-a small ASP chat room procedures, the good, the Forum for personal plug-ins, you can try! !
chatOS
- 比较简单的局域网内的聊天工具,对刚入门的程序员了解winsocket有一定的帮助-relatively simple LAN chat tools, for beginners programmers understand winsocket helpful to a certain extent
socket_chat_vc
- 简单的聊天程序vc开发 转载,实现了单聊和公众聊天,可供初级学习者使用-simple chat program vc development reproduced, achieving a single public chat and chat, for the use of primary learners
v6
- 一个用c++编写的聊天程序(客户端),提供给大家参考!-a prepared with the chat program (client), to provide for your reference!
chaticq
- this is use java to write a like icq/msn program, this have client and server code in this .-use java to write a like icq / msn prog ram, this have client and server code in this.
CLIPPER 通讯范例
- 搞网络的可以看一下,关系到通信的一些东西,还是有价值的-engage in the network can see that the communication between some of the things, or valuable
IWannaChat
- 精彩的聊天软件源代码,分为client和server端,编译成功后将生成ChatCoordinator.d-interesting chat software source code, is divided into client and server side, Build upon the success generated ChatCoordinator.d
修改版的java聊天器
- 在原来的基础上进行修改 1.就是把接受线程放在了chat.java中了.这样在此jcreate3.x版本中就可以用了. 我是这样理解的.如果接受线程放在chatFrame中的话,在程序运行实例chatFrame对象后,得到的只是一个没接收数据前的List,所以不管发多少数据都不会显示的窗体上.不知是不是? 2.用Calendar对象返回时间,虽是做出来了但Calendar对象的getTime()方法返回的时间toString().getBytes()后,时间保存在数组的位置10上,应