CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 ICQ/即时通讯 搜索资源 - socket client server

搜索资源列表

  1. VB-Socket

    1下载:
  2. vb编写的局域网通讯程序,含服务端和客户端,主要用到Socket-vb prepared by the local area network communications program, including server and client, mainly used in Socket
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-23
    • 文件大小:180679
    • 提供者:sheldon
  1. javicq

    0下载:
  2. 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接 -System uses a client/server mode between server and client through the socket Socket (TCP) connection
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-30
    • 文件大小:104309
    • 提供者:张显
  1. Socket

    0下载:
  2. C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:41667
    • 提供者:庞妍
  1. socket_chat

    0下载:
  2. Csharp的基于Socket的聊天室源程序,包括客户端及服务器端程序源代码-CSharp Socket-based chat room source code, including client and server-side source code
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-07
    • 文件大小:24010
    • 提供者:李琦
  1. MsgSend

    0下载:
  2. socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat rec
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-07
    • 文件大小:42372
    • 提供者:涂菲
  1. java_chatroom

    0下载:
  2. 基于JAVA SOCKET的聊天示例,采用APPLET设计聊天页面。分为客户端,服务器端。-JAVA SOCKET chat-based sample, using APPLET Designed chat page. Divided into client, server-side.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-14
    • 文件大小:3750
    • 提供者:shiyanjin
  1. chat

    0下载:
  2. 本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识-This case is a network chat tool, providing the basic chat functions, through this case study into how to set up Socket server and client procedures and processes regarding m
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:96969
    • 提供者:张洪铭
  1. socketprogram

    0下载:
  2. 通过用socket创建套接字,实现远程服务器与客户端的即时通讯-Create a socket using socket, remote server and the instant messaging client
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-14
    • 文件大小:5433
    • 提供者:
  1. socket

    0下载:
  2. 利用套接字实现双机通讯,分服务器端和客户端。-The use of double-socket communication, at the server side and client.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:3738
    • 提供者:dawei
  1. Socket

    0下载:
  2. 这个程序要完成一个聊天室的功能,它是用纯的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
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-14
    • 文件大小:3111064
    • 提供者:王杰
  1. ClientSocket

    0下载:
  2. 实现服务器与客户端通信,使用socket-Implement server and client communications, the use of socket
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-05
    • 文件大小:54784
    • 提供者:李了
  1. design-of-instant-messaging-software

    0下载:
  2. 基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-26
    • 文件大小:157553
    • 提供者:张宁
  1. IM

    0下载:
  2. 网路编程,实现类似QQ的功能。使用socket,有客户端,服务器端。-Network programming, similar to the function of QQ. Using the socket, a client, server-side.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:91236
    • 提供者:丁一
  1. chat2

    0下载:
  2. 本次局域网即时聊天程序设计主要用了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
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-11
    • 文件大小:3019155
    • 提供者:chenkan
  1. c-s

    0下载:
  2. JAVA SOCKET client/server聊天程序-JAVA SOCKET C/S CHAT CODE
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:3256
    • 提供者:hanry
  1. chat

    0下载:
  2. 利用Windows Socket编写的程序实现段对端的聊天程序。客户端/服务器模式-Programs written using Windows Socket implementation section of the end of the chat program. Client/server model
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-15
    • 文件大小:3778272
    • 提供者:刘欢
  1. SocketWin

    0下载:
  2. 聊天类C#聊天程序,基于VS2008,通过Socket建立客户端和服务器端,可以不同客户端之间通信-Chat chat program like C#, based on VS2008, build through the Socket client and server side, you can communicate between different client
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:117382
    • 提供者:gagmeansfun
  1. socket-chat-room

    0下载:
  2. 网络聊天室,利用SOCKET通讯,客户端和服务器分开编写-net chat room ,socket communica tion,this project is devide into two part ,the server and the client
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-20
    • 文件大小:5790656
    • 提供者:huhaifeng
  1. socket-QQ

    0下载:
  2. 可以实现聊天的企业通讯工具,包括服务器和客户端的程序-You can chat enterprise communication tools, including server and client program
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-06-10
    • 文件大小:17243105
    • 提供者:luyazhe
  1. socket

    0下载:
  2. mfc模拟客户机服务器 1.可以直接进文件夹debug中双击*.exe运行程序。 2.要先运行服务器端server.exe在运行客户端client.exe。 3.聊天发送要轮流进行。-mfc simulate client server client server mfc mfc simulate simulate client server client server mfc mfc simulate simulate client server client server mf
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-22
    • 文件大小:6226917
    • 提供者:蚂蚁
« 12 3 4 »
搜珍网 www.dssz.com