搜索资源列表
-
0下载:
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
-
-
0下载:
本聊天工具是采用TCP协议实现的,分为客户端和服务器端,客户端需要先向服务器请求连接,服务器接受客户端请求后,双方才可实现网络通讯。-chat tool is the use of the TCP protocol, is divided into client and server side, The client needs first request for connecting servers, client server accepts the request, the two sid
-
-
0下载:
一个网络聊天程序,任何一台机器均可成为服务器,其它想聊天的机器往它那里联即可。程序本身既可当Server又可当Client。-a network chat program, a machine may become servers to other machines chatting to where it can be together. When the procedure itself can When Client Server can.
-
-
0下载:
早期写的基于UDP的IRC聊天工具,实质可进行大量的后门操作,支持文件操作,进程管理等还有命令广播,可加载插件,可进行同网段的命令广播。包内含有Client/Server及配置工具/标准plus-in的代码。-early to write the UDP-based IRC chat tools, real can do a lot of backdoor operation, supporting documents, operation, process management and oth
-
-
0下载:
这是一个仿QQ聊天示例源码。包括:VC++项目源文件(客户端、服务器端),可执行文件(客户端、服务器端)。可供学习C++网络编程参考。(QQClient,QQServer)-This is a fake QQ Chat example source. Including : VC projects source document (client, server side), executable files (client, server side). Learning Network for
-
-
1下载:
网络聊天:vc++ 实现 WINSOCK-TCP.包括客户端,服务器端.-network chat : vc achieve WINSOCK-TCP. Include client, server-side.
-
-
0下载:
WINSOCK 是在Windows进行网络通信编程的API接口,也是Windws网络编程的事实标准。在网络编程中最常用的方案便是客户机/服务器模型。本文提出了在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。-WINSOCK is in the Windows communications network programming API, as well as network programming by Windows, the de facto standa
-
-
0下载:
实现简单的局域网聊天工具,TCP/IP,客户端-服务器模式 在VC环境下实现-Easy implementation of the local area network chat tool, TCP/IP, client- server model implementation in VC environment
-
-
0下载:
基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face
between the connection user and the server
-
-
0下载:
C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
-
-
1下载:
“基于TCP-面向连接的应用程序”简单的聊天室Chat网络通信,为客户机/服务器模型。- TCP-based connection-oriented applications simple chat rooms Chat network communications for client/server model.
-
-
0下载:
vc实现简单网络聊天室,客户端,服务器端。-vc achieve simple network chat rooms, client, server-side.
-
-
0下载:
This Project Entitled as ‘INTRANET CHATTING’ is used basically for chatting purpose with the remote clients or users on Internet or local networks. Here in this project a java client / server combination is used to chat with remote users. When a Cli
-
-
0下载:
简单的局域网 多人通讯客户端+服务器
采用TCP协议 多线程-More than a simple local area network communications client+ server uses TCP protocol, multi-threaded
-
-
0下载:
网络通信程序客户端,实现简单两机之间的循环对话,另外还有服务端配套-Client network communication program, simple cycle of dialogue between the two machines, in addition to supporting the server
-
-
0下载:
C#聊天程序(群聊与个人聊)
可以在局域网内实现聊天,如在一台电脑上安装了服务器(项目内自带),就可以用客户端实现聊天了,供大家学习参考-C# chat program (group chat and personal chat) can be achieved in the local area network chat, as in a computer installed on the server (built within the project), you can chat wi
-
-
0下载:
基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
-
-
0下载:
网路编程,实现类似QQ的功能。使用socket,有客户端,服务器端。-Network programming, similar to the function of QQ. Using the socket, a client, server-side.
-
-
0下载:
既能做服务器也能做客户端的网络聊天软件源码(VC++6.0)-To do both client server network can also chat software source code (VC++6.0)
-
-
0下载:
本次局域网即时聊天程序设计主要用了Visual C++编程环境,设计里还涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。-The LAN Instant Messenger program design is mainly used by Visual C++ programming environment, designed in the network com
-