搜索资源列表

  1. Server&Client

    0下载:
  2. 简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5635
    • 提供者:晓军
  1. C# Socket通信Server小程序

    0下载:
  2. 同Client配套
  3. 所属分类:C#编程

  1. chatroom

    0下载:
  2. 聊天程序server端和client端 demo-Client and server chat program client-side demo
  3. 所属分类:源码下载

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. MyMail

    0下载:
  2. SMTP客户端(服务器需认证)-SMTP client (server authentication required)
  3. 所属分类:Email客户端

    • 发布日期:2024-05-20
    • 文件大小:43008
    • 提供者:杨勇
  1. lcddriver-0.0.2.tar

    0下载:
  2. linux client/server based LCD Driver for HD44780
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:毛毛
  1. Visual C++ OPC Client Example

    2下载:
  2. OPC客户端示例,用于连接OPC服务器。OPC是基于组件技术的工业自动化控制软件接口。-OPC client example, used to connect OPC server. OPC is based on the technical components of industrial automation control software interface.
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-20
    • 文件大小:351232
    • 提供者:李晓光
  1. TCP Web Server

    0下载:
  2. 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:木头
  1. Chat-Java

    0下载:
  2. 一个用Java编写的聊天程序,包含源代码(有详细注释),说明文件和编译后的服务器端/客户端class文件-a Java prepared by the chat program includes source code (detailed notes), and compilers note after the server/client class document
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:包包
  1. WSAsocket-server,client

    0下载:
  2. 简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:121856
    • 提供者:高海辉
  1. summer

    0下载:
  2. ftp client and server
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:孙志佳
  1. jbu-chat

    0下载:
  2. JBuiler制作聊天程序(包括客户端,服务端,RMI文档及远程接口) -JBuiler production (including client, server, RMI files and remote interface)
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:曾石
  1. remotecontrolserver

    0下载:
  2. /*****远程控制服务器端源代码 本代码的作用和他的那段代码有些类似之处。 不过主要作用是接受并执行客户端的指令 实现起来比他的繁琐一些。 实现功能如下: 从配置文件中读取配置端口和用户名和密码 限制登录ip和登录连接数 可选择采用SSL通讯或者明文通信 接受客户端之类指令。 执行系统命令或者传送文件。-/***** remote control server source code of the role and his code
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:李欣
  1. CLIENT-SERVER1101

    0下载:
  2. 客户机/服务器模型是为了解决通信中的聚合问题。如果不采用客户机/服务器模型很难实现正常的通信,只有在一方作为服务器采用被动方式,始终等待对方与其通信;另一方作为客户机采用主动通信的方式,主动发起通信过程,才能最终完成通信。-client/server model is to solve the communication problems polymerization. If we do not use the client/serve
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:问题
  1. smtp_java

    0下载:
  2. simple smtp client and server program
  3. 所属分类:Email客户端

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:王老无
  1. 基于JAVA的ICQ系统的设计于实现

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

    • 发布日期:2024-05-20
    • 文件大小:1710080
    • 提供者:陈玉平
  1. TinyFtpServer

    0下载:
  2. 一个基于控制台应用的TinyFtpServer,tinyle发现网上有好多FTP Client客户端的源码,而没发现Server的,就心血来潮写了一个供大家参考,该Ftp Server只实现了有限的几个常用命令,进一步的应用要让大家去扩展,呵呵,记得扩展后以后不吝mail给我一份哦。该Ftp Server在Win自带FTP客户,Cute-Ftp 4.x下测试通过。include file:ftpserver.cpp,ftpserver.
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:乐浩军
  1. Server&Client

    0下载:
  2. 简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:晓军
  1. chapter3 Time Server Client

    0下载:
  2. 简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:45056
    • 提供者:张天
  1. RawSocketServerExample

    1下载:
  2. vc++编写的用多线程实现客户-服务器结构的一个例子,有学习价值-vc prepared by using multiple threads to achieve client-server structure of an example, learn the value
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:徐超
  1. 网络即时通信系统

    0下载:
  2. 本连天工具的源码有服务器端和客户端程序两部分组成,整体采用java平台开发,多线程开发,并使用 SQL 2000管理数据库系统!-grievances of the tools have the source code server and client program consists of two parts, the overall use of java platform, multithreaded development,
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-20
    • 文件大小:73728
    • 提供者:朱晓峰
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org