搜索资源列表
local_chat_scr
- 此程序运行于WIN98或WINME平台,兼容OICQ表情(/e显示表情),不需要服务端,若一个局域网装有连接共享,此程序不用调试就能运行,此时的广播IP为:192.168.0.255,如果不行,看看你的IP地址,然后进行设置。-this program runs on Windows 98 or WINME platform compatible OICQ expression (/ e expressions show), not the server, if equipped with a
NDK_dll_src
- The NDK is a set of classes that implements a client/server architecture. The NDK hides all the complexity of the connection, sending, and receiving of data over a network. You only have to deal with three classes: CNDKServer, CNDKClient, and CNDKMes
TcpipCommunication
- tcp/ip模式面向连接的程序,改编自书上例题,加入了服务器可以广播可以查找局域网计算机的功能-tcp / ip connection-oriented mode of procedure, adapted from the book of excellence, joined the server can broadcast LAN can find the computer's functions
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
简单的聊天程序
- 要求使用1对1的连接,具体形式为面向连接的TCP客户机/服务器模式。在两台机器(同一台机器上也可以)上依次启动服务器、客户端,在客户端输入正确的服务器地址后确认连接是否成功;若成功则可以在客户端和服务器短之间互相收发信息-require the use of one pair of a link to specific forms of TCP connection-oriented client / server model. The two machines (the same machin
FlyMessage-new
- 类似与飞信的 通讯源码,基于Csharp开发,在局域网内通讯连接。聊天工具设计开发-A similar letter with the fly communication source, based on Csharp development, communication in the LAN connection. Chat tool design and development
WN_Chat
- 在linux下用qt4.0开发的一款仿qq的聊天工具,使用了sqlite数据库进行数据连接。实现了个人信息修改,私聊和文件收发功能等功能。-Under the linux development of a simulation with qt4.0 qq chat tool, using the sqlite database data connection. Changes to achieve the personal information, private chat and file s
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
p2p
- 1. 设置ODBC驱动,将系统DSN命名为ShareRes2,并和数据库shareResV2.mdb建立连接。 将start.ini和P2PServerDll.dll拷贝到系统目录(如:C:\WINDOWS\system32)。注意start.ini的设置和实际ODBC设置一致。 2. 打开服务器例子程序,启动服务器例子VB或Vc例子。需要看服务器的log,请将p2psvr.log拷贝到c:\根目录下。 3. 打开客户端Dll调用例子,只有客户端已经登录服务器,才
javicq
- 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接 -System uses a client/server mode between server and client through the socket Socket (TCP) connection
chat
- 基于VC++的即时通讯工具设计开发一个简单的网络聊天通讯程序 1、以客户-服务器方式工作,给出服务器工作端口和客户机工作端口,任何一方都可以主动发起连接服务请求; 2、显示连接建立的过程; 3、定义客户机和服务器之间的通信格式及各个控制字段的作用; 3、服务端和客户端可用命令行界面或Windows风格界面实现,显示通讯双方发送和接收信息内容; 4、通讯结束后,任何一方都可以终止通信,并撤销已连接的链路,释放网络资源。 -Based on VC++ Instant comm
VC++Chat
- “基于TCP-面向连接的应用程序”简单的聊天室Chat网络通信,为客户机/服务器模型。- TCP-based connection-oriented applications simple chat rooms Chat network communications for client/server model.
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
ICQ
- 模拟ICQ聊天,连接是TCP方式,实际中是UDP的-Simulation ICQ chat, TCP connection is the way of practice is the UDP
chats
- 本模块主要实现聊天室的功能,主要完成如下的几个任务:(1)提供一个用户列表,并不断更新这个用户列表以反映用户的加入和离开,对于用户来说,彼此不需要知道对方的IP地址;(2)只需要建立和服务器的连接,发送一次数据给服务器即可;(3)存储所有的客户端的聊天信息,由服务器把相关的聊天内容转发给其他客户端,这样即使某个客户端掉线,也可以重新通过服务器获取聊天的内容,还可以在此基础上添加管理发送内容、踢人、发布公告等功能,或其他娱乐功能如点歌、视频等。-The main achievement of th
IM
- VSC#的即時通訊範例,有提到執行緒,即時網路連線~-VSC# instant messaging examples mentioned threads, real-time Internet connection ~
server
- 利用嵌套字函数开发开发聊天系统,此例主要编写了服务器端聊天系统,主要用于接受客户端的联接,并转发客户端传递的信息-Use nested word function development development, this main chat system written server chat system, mainly for the client connection, and accept forwarding client s message
MyQQ
- 本程序可在Visual C++的环境下运行。可以选择是TCP连接还是UDP连接。运行程序时既可以做服务器又可以做客户端,还可以一个窗口既是服务器又是客户端。可以发送消息,也可以传输文件,还可以实现抓取屏幕的功能。这是一个功能强大的应用程序。-This program can be in Visual C++ environment to run. Can choose a TCP connection or UDP connections. When running the program ca
Socket
- 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西, 即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。-This program should complete a chat room feature, which is pure winsock' s to write, without any CSocket things that can be used to make the client can also be us