CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - socket chat server

搜索资源列表

  1. SocketChat

    0下载:
  2. Socket聊天程序(一个服务端,多个客户端)-Socket chat program (a server, multiple clients)
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:157594
    • 提供者:桔子
  1. chat.tar

    0下载:
  2. 一个简单的linux socket应用,实现了server端和client端的实时对话。并且可以当作是子程序fork()函数的一个示例。-A simple linux socket application to achieve a real-time conversation server-side and client-side. And can be used as a subroutine fork () function is an example.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1086
    • 提供者:FFute
  1. Chat-room

    0下载:
  2. 本软件使用VC++,应用MFC、Socket和TCP的知识编写,由客户端和服务器两部分组成,服务器充当“中转者”的职能,客户端将自己的消息首先发给服务器,服务器再根据需要将它们转发给其它客户端,这是一个类似QQ群功能的聊天室软件。-The software uses VC++, application MFC, Socket and TCP knowledge written by the client and the server of two parts, the server acts a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7313861
    • 提供者:
  1. chat-socket

    0下载:
  2. 这是一个聊天室例程,分为服务器程序和客户端是,服务器先运行,客户连接到服务器运行的计算机的IP即可。-This is a chat room routine, divided into server and client, the server first run, the client IP to connect to a server running computer.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:99609
    • 提供者:jackson_mm
  1. QQ-CHAT

    0下载:
  2. 1.说明 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). 2.特点 a.采用tcp非udp的socket编程,保证传输的稳定性和实时性. b.在同步操作时大多数采用了多线程和超时控制.例如:在传送文件的同时能继续聊天. c.服务器只负责用户登陆,查询,修改用户的基本信息和实时的在线用户列表.而不参与客户端之间
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:248664
    • 提供者:胡一立
  1. SOCKET-CHAT20148

    0下载:
  2. 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成-Support people while chatting, support private chat, support for IP users to transfer files between the real, the server used to complete port model is completed
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:66083
    • 提供者:胡一立
  1. Java-liaotian

    0下载:
  2. 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
  3. 所属分类:Games

    • 发布日期:2017-04-15
    • 文件大小:5633
    • 提供者:heibao
  1. lsr

    0下载:
  2. socket聊天室程序,服务端程序支持多用户,用户可以广播信息,一对一传输信息,发送离线信息以及查询联系人等功能。使用多进程实现。-socket chat program, the server supports multiple users, users can broadcast messages, one to transmit information, send offline contact information and inquiry functions. Use multi-pr
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:19586
    • 提供者:yolanda
  1. dkcms_v6.0

    0下载:
  2. A Java chat server and client service procedures, C / S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. RunServer () method to run the
  3. 所属分类:Windows编程

    • 发布日期:2017-05-17
    • 文件大小:4173419
    • 提供者:yy
  1. socket

    0下载:
  2. 基于socket的客户端服务器,可以实现简单的聊天功能。(请同时打开client.cpp和sever.cpp运行)-Socket-based client-server, you can achieve a simple chat. (Please also open client.cpp and sever.cpp run)
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-13
    • 文件大小:2210
    • 提供者:魏天培
  1. Program-Server-Client

    0下载:
  2. chit chat using java socket
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-15
    • 文件大小:6166
    • 提供者:bondan chuk
  1. MFC-tcpip-chat-room-

    0下载:
  2. 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分-TCP/IP based communication basically use the SOCKET data communications, the program is divided into server and client in two parts
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4154829
    • 提供者:XIMAN
  1. code

    0下载:
  2. 简单的聊天服务器和客户端,实现一对多群聊,通过这个程序使初学者掌握,socket通讯的写法-Simple chat server and client, to achieve a multi group chat, through this process the beginners can master, socket communication writing
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1393339
    • 提供者:524263074
  1. 201282114298334

    0下载:
  2. python多人聊天服务器,供新人学习socket用,适合flash,actionscr ipt,包含协议文档-Python multiplayer chat server, for newcomers to learn socket to use, suitable for flash, actionscr ipt, contains agreement document
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-29
    • 文件大小:53091
    • 提供者:夏花
  1. javaVideo-Chat

    0下载:
  2. java多视频聊天室人,基于socket开发,包括客户端,服务端。-java multi-person video chat room, socket-based development, including the client, the server.
  3. 所属分类:VOIP program

    • 发布日期:2017-05-31
    • 文件大小:13229472
    • 提供者:ever
  1. server

    0下载:
  2. 基于MFC的socket聊天系统服务端,需要配置IP和端口号。-Socket-based chat system server MFC, you need to configure IP and port number.
  3. 所属分类:Communication

    • 发布日期:2017-06-02
    • 文件大小:14825048
    • 提供者:machao
  1. chatroom3

    1下载:
  2. socket实现聊天室,运行服务端程序,可以连接多个客户端实现聊天室功能。-Socket chat rooms, running the server program, you can connect multiple clients to achieve the function of the chat room.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:10193
    • 提供者:李硕
  1. socket.io-android-chat-master

    0下载:
  2. Android app on platform Android studio has server/client
  3. 所属分类:android

    • 发布日期:2017-05-23
    • 文件大小:7013232
    • 提供者:sj01
  1. server

    0下载:
  2. 仿QQ聊天程序服务器端代码,利用socket套接字实现通信,可以向客户端发送消息-Imitation QQ chat program server-side code, the use of socket socket for communication, you can send a message to the client
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:5270
    • 提供者:zyq
  1. Lab1

    0下载:
  2. spaghetti relay tcp ip connect networking project chat server connect socket lab repository uncomplete incomplete client server behavior c++ basic winsock api
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-28
    • 文件大小:10930935
    • 提供者:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com