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

搜索资源列表

  1. java8543535462

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interfa
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:902994
    • 提供者:周海波
  1. networkfish

    1下载:
  2. 是一个客户/服务器程序,运行较复杂 此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client / server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:95368
    • 提供者:小马
  1. 2005011919093120626

    0下载:
  2. 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receiving a document server, the client this document. Socket two each while only link to a document transmission. 3 can also send news network
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:136155
    • 提供者:张鹏
  1. mysocket_MultiThread

    0下载:
  2. 自己写的服务端及客户端Socket类。支持多线程。-himself wrote the server and client Socket class. Support multithreading.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57592
    • 提供者:Liangchao
  1. QQ

    0下载:
  2. 一个类似于QQ的聊天程序,包括服务器端和客户端,很方便!对于初学SOCKET编程有很大的帮助-a similar QQ chat procedures, including server and client, is a convenient! Socket Programming for beginners will be very helpful
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:304867
    • 提供者:主张
  1. Socket

    0下载:
  2. delphi开发的一款用于服务器和客户端远程通信的程序,可以嵌入其他程序中使用-delphi for the development of a remote server and client communication procedures, other procedures can be embedded in the use of
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:306199
    • 提供者:葛欣
  1. socket

    0下载:
  2. UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:4028
    • 提供者:林毅
  1. VC_advanced_program_development

    2下载:
  2. 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:5685386
    • 提供者:wut
  1. Socket

    0下载:
  2. socket server与client的传输-socket server and client
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:359823
    • 提供者:奔跑的蜗牛
  1. Server_Client

    0下载:
  2. 基于 服务器 与客户端 Socket 编程-Server and client Socket
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:1126818
    • 提供者:孙东成
  1. chatroom

    0下载:
  2. 默认密码为1。 本源码为"简易网络聊天室系统"的源码,由Delphik开发,包括服务端和客户端。服务端包括登陆用户管理、服务器状态管理;客户端可以查看在线人员名单、聊天、说悄悄话。-The default password is 1. The source for the " Simple Internet chat room system," the source, by Delphik development, including server and clien
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:420415
    • 提供者:lkkmm
  1. socket-based-file-transmission

    0下载:
  2. 这是一个基于SCOKET的文件传输软件,利用DELPHI实现,分为服务器端和客户端两部分!-This is a SCOKET based on the file transfer software, using DELPHI realization, divided into the server and the client two parts!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:557368
    • 提供者:张三
  1. Socket

    0下载:
  2. delphi socket编程,服务端与客户端通信,是初学者的好例子-delphi socket programming, server and client communication is a good example for beginners
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:352166
    • 提供者:vivi
  1. chat

    0下载:
  2. socket,聊天工具,客户机,服务器架构,多用户连接-socket, chat tools, client server architecture, multi-user connection
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-10
    • 文件大小:2081660
    • 提供者:qujianwei
  1. Socket_programming

    0下载:
  2. 客户端服务器socket编程,模拟了客户端和服务器之间的功能-Client-server socket programming, simulate between the client and server functions
  3. 所属分类:source in ebook

    • 发布日期:2017-05-31
    • 文件大小:13787321
    • 提供者:谭小东
  1. Socket

    0下载:
  2. 利用DELPHI开发环境,实现服务器与客户端之间的通信-DELPHI use development environment for communication between server and client
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:772436
    • 提供者:唐建华
  1. SocketClient

    0下载:
  2. 实现socket客户端软件,通过socket接口从服务器接收信息-Achieve socket client software to receive information from the server through socket interface
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:3034
    • 提供者:xiexp
  1. tcp_assist

    0下载:
  2. TCP UDP套接字socket,能实现有客户端服务端相互间的数据传送接受显示保存等功能-TCP UDP client server socket,Can realize with the client server data transfer between each other to accept according to save, and other functions
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1884540
    • 提供者:Kingston
  1. 远程socket通信

    0下载:
  2. 远程socket通信代码 内含client和server代码(Contains four source code and experimental instructions)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:patirck
  1. socket通信

    0下载:
  2. 使用indy组件做的一个客户端和服务端的通信(A client and server communications using the Indy component)
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-19
    • 文件大小:516096
    • 提供者:擦我来
« 12 »
搜珍网 www.dssz.com