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

搜索资源列表

  1. 5ziqiNet

    0下载:
  2. JAVA课程设计(五子棋) 包含论文 摘 要 目前,以计算机技术和网络技术为核心的现代网络技术已在现实生活和生产中得以广泛的使用,休闲类网络游戏集趣味性,娱乐性,互动性和益智性于一体,已经成为多数人群的休闲方式。 本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与多客户端的连接,利用多线程处理多个客户端之间的信息。 通过对软件的编写,加深对以上技术的理解和掌握。 关键词: 多线程 流套接字 APPLET 数据传输 -JAVA
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:65555
    • 提供者:shushun
  1. chat_file-transmition

    0下载:
  2. 利用Visual C++的Windows SOCKET网络编程实现局域网内正在使用本程序的所有主机的群聊、两主机之间的点对点聊天和文件传送功能,且具有以下特点:通信完全是异步的;各用户是对等的,不区分客户机和服务器,任何用户启动或关闭程序都不会影响其他用户的正常使用;使用多线程传输文件。 -using Visual C Windows Socket Programming Network is bringing LAN use this procedure in the mainframe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:60458
    • 提供者:彭双庆
  1. ChatTools

    0下载:
  2. VS2008 ,MFC下基于socket的聊天系统,包括客户端和服务器,能够实现文件和文字的传输-VS2008, MFC the socket chat system, including client and server-based file and text transmission
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:5266024
    • 提供者:suxueping
  1. MFCliaotianshi

    1下载:
  2. 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分 本实验是本人做的计算机网络课程设计,有mfc的CSocket编的..给大家分享下 支持多人聊天,可以用,先运行服务器端,点击监听,然后运行客户端点击连接服务器即可-Based on TCP/IP communications are basically used for data communications SOCKET socket, the program is divided in
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:6198816
    • 提供者:一天
  1. 12

    0下载:
  2. 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端。-Using Java language to provide the Socket technology, the establishment of a C/S mode of application, permit the client user enters two integers, the server side to re
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:47512
    • 提供者:taojie
  1. 800yuyinxitongdeshejiyushixian

    0下载:
  2. 语音系统主要分为语音外围控制和语音流程控制。语音外围控制通过启动不同的线程监听客户来电, 通过Socket 通信完成服务器端和客户端的数据交互 语音流程控制则是通过用户自定义的流程模型完成来电的接 听、转接、判断以及内线外播等操作。通过实际运行,系统的设计令人相当满意。-Speech system mainly divided into speech peripheral control and the voice process control. Speech peripheral c
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:579634
    • 提供者:周嘉妮
  1. Sockets-notes

    0下载:
  2. Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets &#
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:212905
    • 提供者:Artcore
  1. clientservlet

    0下载:
  2. java群聊客户端及服务器端,使用java基础的socket和IO等功能实现-the java group chat client and server-side java based socket and IO functions to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:2919
    • 提供者:吕秋楠依
  1. unixprogramer

    0下载:
  2. 网络编程即编写通过计算机网络与其他程序进行通信的这类程序,相互通信的程序中一方称为客户程序,一方称为服务器程序,我们使用应用程序编程接口API来进行网络程序的编写,主要以两种方式来介绍UNIX下的SOCKET编程技术-Network programming that is written to communicate through a computer network and other programs such procedures, the party known as the clie
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:27972732
    • 提供者:曹磊
  1. Netclient

    0下载:
  2. SOCKET通信,多线程并行,服务端和客户端实现面向无连接的通信-Socket communications, multi-threaded parallel, server and client connectionless-oriented communication
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:763
    • 提供者:詹亮
  1. 2

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:4802
    • 提供者:王萍
  1. 3

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:5237
    • 提供者:王萍
  1. 11

    0下载:
  2. 基于TCP/IP套接字编程三个步骤:服务器监听,客户端请求,连接确认。-Based on TCP/IP socket programming in three steps: server listens, the client requests a connection confirmation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:46959
    • 提供者:郑州
  1. cSharp_scoket

    0下载:
  2. 建立远程连接,分为客户端和服务端,用到的是socket的知识-Establish a remote connection, is divided into client and server, the socket used is knowledge
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:49311
    • 提供者:笔墨
  1. ADONET

    0下载:
  2. 用于套接字socket时使用,连接服务器与客户端-It is use to socket,linking the server and client
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:52337
    • 提供者:Anny
  1. serversocket

    0下载:
  2. socket服务器多线程的服务器端,可以连接多个客户端,每连接一个客户端就会向客户端发送消息-socket server multithreaded server, you can connect multiple clients, each connected to a client sends a message to the client
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1118
    • 提供者:王慧斌
  1. Socket_java

    0下载:
  2. Java socket programming good for teaching , learning server socket and client socket suitable for B.Tech students.
  3. 所属分类:Development Research

  1. VCPP__Socket

    0下载:
  2. VC++__Socket网络通信编程的新手教学ppt,里面有几种比较详细的客户端和服务端例程说明,适合新手学习。-VC++ Socket network communications programming novice teaching ppt, there are several more detailed client and server code examples show, suitable for beginners to learn.
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8005289
    • 提供者:JC
  1. socket

    0下载:
  2. 写入用“插座”线程通信以建立要求的服务器和客户端具有发送和接收信息的功能的Java应用程序,由服务器发送到客户端的信息是“NII”没有,客户端接收该信息后,变更它为“东软信息科学”,然后发送到服务器。-Written to use socket thread communication to establish a Java application that requires the server and c
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:874
    • 提供者:李佳
  1. socket

    0下载:
  2. socket server tcpip mult client threading
  3. 所属分类:software engineering

« 1 2»
搜珍网 www.dssz.com