搜索资源列表
修改版的java聊天器
- 在原来的基础上进行修改 1.就是把接受线程放在了chat.java中了.这样在此jcreate3.x版本中就可以用了. 我是这样理解的.如果接受线程放在chatFrame中的话,在程序运行实例chatFrame对象后,得到的只是一个没接收数据前的List,所以不管发多少数据都不会显示的窗体上.不知是不是? 2.用Calendar对象返回时间,虽是做出来了但Calendar对象的getTime()方法返回的时间toString().getBytes()后,时间保存在数组的位置10上,应
CMULChat
- 采用互斥对象来实现多线程的同步应用多线程编写的网络聊天室程序-use mutex object to the multi-threaded multi-thread synchronization application prepared by the network chat room procedures
easy_client
- 简易的客户端程序,主要应用了单线程开发,适合传输音乐文件或其他较少的文件,经过测试基本没问题。-simple client program, the main application thread of development, suitable for transfer music files or other less paper After testing the basic no problem.
easy_server
- 简易的服务端程序,主要应用了单线程开发,适合传输音乐文件或其他较少的文件,经过测试基本没问题。要配合easy_client使用-summary of the server process, the main thread application development, music files for transmission or other less paper After testing the basic no problem. Use to tie easy_client
MiniICQ13
- MiniICQ1.3面向Socket基于线程池技术的java聊天室程序下载(含源代码) 首先,安装jre 没有的自己搜一个。 运行服务器端。startServer.bat成功! 运行2个客户端。startClientw.bat 窗口出来以后可以把客户端的命令窗口关掉。 现在的版本还没有注册功能,帐号 随便 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com 欢迎大家来chensoft.cn和我一起讨论java
ExecuteCommand
- ExecuteCommand.zip try { //Asynchronously start the Thread to process the Execute command request. Thread objThread = new Thread(new ParameterizedThreadStart(ExecuteCommandSync)) //Make the thread as background thread. objThread.IsBac
LAN-chat-udp
- 局域网聊天,udp的,稍后会加上传文件的功能 只是现在发现,Thread线程多了以后会导致软件界面卡死-LAN chat, udp, and later added upload function is now found, Thread thread will result in more than a software interface cards after death
lan_multiuser_com
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
source_code
- 定义并实例化一个Client线程类,一个就对应一个客户连接,实例化一个ChatServer类-And examples of the definition of a Client-thread categories, corresponding to a client on a connection, examples of a category ChatServer
ch1
- 定义并实例化一个Client线程类,一个就对应一个客户连接,ChatServer类的构造器用来初始化一些UI信息-Definition and examples of a type of Client thread that a connection on the corresponding client, ChatServer class constructor to initialize some UI information
ChatAsynchronous
- 一个多线程的,线程互斥的的,使用MFC框架的聊天室-A multi-threaded, the thread mutually exclusive, using MFC framework of the chat rooms
TestNet
- 自己做UDP练习时写的,仅一个发送按钮和一个接收监听线程,消息是自己发给自己,IP内容端口都写死了,是在VS2003下写的-UDP myself when writing exercises, only to receive a send button, and a listener thread, the message is issued to their own, IP content port are written to die is written in VS2003 under
InstantCommunicationSystem
- 该通信系统主要实现过程为: 开一个线程来监听客服的连接, 一旦有连接就建立一个线程, 然后把获得的客户端socket 保存到全局变量当中, 然后不断地读取客户发过来的消息, 收到以后就广播到所有的客户端socket 当中。客户端只需输入服务器的IP 地址和用户登录的昵称, 连接上就可以通信了, 客户端建立了一个线程专门来接受服务器端发送过来的消息, 然后判断是聊天信息还是用户列表信息, 然后分发。-The communication system as the main implementati
thread
- 像QQ一样可以互相聊天,
CODE_UPLOAD1110610292000
- ===Server Notes=== ---Server Tab--- Thread Blocking Server is not supported in this version Option: Broadcast Message = sends all users a message when typed in Option: Log All Client Messages = Logs Client Socket Reads You can t
WIN32_Chat
- win32平台下开发的简单聊天室程序,采用经典每客户端每线程CS架构,学习网络编程必看DEMO-development of a simple win32 platform chat program, using the classic CS per thread per client architecture, learning network programming must see DEMO
javachat
- Java编写的山寨QQ,多人聊天+用户在线,程序分服务端和客户端,典型C/S结构, 当用户发送第一次请求的时候,验证用户登录,创建一个该qq号和服务器端保持通讯连接得线程,启动该通讯线程,通讯完毕,关闭Scoket。 QQ客户端登录界面,中部有三个JPanel,有一个叫选项卡窗口管理。还可以更新好友列表,响应用户双击的事件,并得到好友的编号,把聊天界面加入到管理类,设置密码保护等。-Written in Java cottage QQ, people chat+ users
javachat
- Java编写的山寨QQ,多人聊天+用户在线,程序分服务端和客户端,典型C/S结构, 当用户发送第一次请求的时候,验证用户登录,创建一个该qq号和服务器端保持通讯连接得线程,启动该通讯线程,通讯完毕,关闭Scoket。QQ客户端登录界面,中部有三个JPanel,有一个叫选项卡窗口管理。还可以更新好友列表,响应用户双击的事件,并得到好友的编号,把聊天界面加入到管理类,设置密码保护等。-Written in Java cottage QQ, people chat+ users online
Visual-CPPzidingyixiaoxichuansong--
- 在Visual C++中利用自定义消息实现线程间通讯-In Visual C++ to achieve a custom message in the use of inter-thread communication
chat.net
- 简单的龟兔赛跑线程代码和一个局域网聊天系统-The Tortoise and the Hare simple thread code and a local area network chat system
