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

搜索资源列表

  1. SocketChat

    0下载:
  2. Win32工程下套接字开发的聊天程序,包括服务器端和客户端源码,对于了解网络编程过程很有帮助!-Win32 projects developed under the socket chat program, including server-side and client source code, for the understanding of the process of network programming very helpful!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:58104
    • 提供者:chenwencan
  1. chat

    0下载:
  2. 基于socket的两天程序,可以运行一个server,多个client-a program used to chat based on socket, which can perform one server and several client.
  3. 所属分类:P2P

    • 发布日期:2017-05-12
    • 文件大小:2944528
    • 提供者:Robin
  1. serverAndClient

    0下载:
  2. 模拟最简易的聊天窗口界面,服务器和客户端程序,基于socket编程,窗口之间可相互通信-Analog most simple chat window interface, server and client program, based on socket programming to communicate with each other between the window
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3605
    • 提供者:pujing
  1. Server

    0下载:
  2. socket编程,建立一个服务器,用于聊天的程序。-socket programming, the establishment of a server for the chat program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:295731
    • 提供者:杨乐
  1. socketchat

    0下载:
  2. Socket Chat - A Multithreaded TCP Chat Client-Server-Socket Chat- A Multithreaded TCP Chat Client-Server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:104968
    • 提供者:theo
  1. src

    0下载:
  2. 基于TCP/IP.SOCKET的java聊天室客户端和服务器端-Based on TCP/IP.SOCKET the java chat room client and server-side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:974
    • 提供者:曹卓然
  1. Socket

    0下载:
  2. Socket编程,简单的网络聊天程序,包含客户端和服务端代码。供初学者参考、学习。-Socket programming, a simple chat program network, including client and server code. Reference for beginners to learn.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1739768
    • 提供者:fengling
  1. QQliaotiangongju

    0下载:
  2. 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:244857
    • 提供者:竹竹
  1. chatroom-server-client

    0下载:
  2. 这时一个局域网聊天室程序。利用socket套接字完成的,在局域网内的一台电脑上运行 服务器端程序,然后再在其他电脑上打开客户端,通过手动输入IP和端口,可以实现局域网内的多人聊天室-It s a LAN Chatroom program. Socket is used to complete ot, and in LAN running on a computer server-side program, and then run client program on other comput
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:82239
    • 提供者:wukong
  1. ChatServer

    0下载:
  2. A chat server in C. User s can communicate to each other. Built using Socket in C. Good program to learn basics of sockets.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3367
    • 提供者:Yasir
  1. Chat

    0下载:
  2. 网络程序的编写,通过Socket和TCP来实现,包括客户端和服务器端,实现了简单的字符通信功能-Procedures for the preparation of the network, through the Socket and TCP to achieve, including the client and server-side to achieve a simple character communication function
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-16
    • 文件大小:9638
    • 提供者:大子
  1. ChatConference

    0下载:
  2. This a chat program I wrote by MFC. I used windows socket to write this program. Chat server is an application which does the following operations: * Listens for incoming calls from clients. Client running in any PC can connect to the serv
  3. 所属分类:Windows编程

    • 发布日期:2017-04-08
    • 文件大小:172237
    • 提供者:catdinh
  1. ChatServer_Socket

    0下载:
  2. Chat Server using TCP Socket in C#.NET
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:15445
    • 提供者:Immanuel
  1. chat

    0下载:
  2. 聊天的程序。利用socket套接字来实现客户端和服务器端的通讯。在eclipse里面开发。-Chat program. Socket socket to use to achieve the client and server side telecommunications. Inside the eclipse development.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:11233
    • 提供者:谢凌
  1. socket

    0下载:
  2. 实现了基本的聊天,基于tcp,服务器客户端可运行在同一个主机上-To achieve the basic chat, based on tcp, the server the client can run on the same host
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:16293
    • 提供者:still
  1. VCchat

    0下载:
  2. 在Windows环境下开发一个简单的局域网聊天程序的思路和方法。系统使用流行的开发软件Microsoft visual C++,采用Socket技术实现网络通讯和TCP传输协议。系统主要实现了用户登录、聊天、服务器管理等功能。-In the Windows environment to develop a simple LAN chat program ideas and methods. Development of software systems using the popular Mic
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:549554
    • 提供者:玥儿
  1. mysocket

    0下载:
  2. 用Qt实现Socket通信,比如两个计算机之间的聊天,这是一个服务器端,将两个服务器端装在不同的机器上面,就可以通信了-Socket Communications to achieve with Qt, such as a chat between two computers, a server-side, two server-side mounted on top of different machines, you can communicate the
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:453208
    • 提供者:看看
  1. socket

    0下载:
  2. 计算机网络socket编程,实现聊天功能客户端和服务器端-Computer network socket programming, chat client and server side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:227068
    • 提供者:xiafan
  1. SOCKET.Program-Chat.System

    0下载:
  2. SOCKET编程,带界面的一个聊天工具。分为服务器和客户端。可以实现文件发送,上线隐身等各种功能。-SOCKET programming, with a chat interface. Into the server and client. Send files can be achieved, on-line stealth features.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-28
    • 文件大小:11258905
    • 提供者:孙哲
  1. SocketJianKong

    0下载:
  2. 通过套接字实现远程控制计算机。实现的功能包括:实现服务器和客户端远程聊天。通过客户端控制服务器,可以使服务器注销、重启及关机。源码中有详细的注解。声明 不要使用本程序干坏事。-Remote control computer through a socket. Implemented features include: achieving long-range chat server and client. Control server through the client, the server
  3. 所属分类:Remote Control

    • 发布日期:2017-06-09
    • 文件大小:15962941
    • 提供者:wtling
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com