CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 客户 服务器

搜索资源列表

  1. 用WinSocket创建客户机服务器程序

    0下载:
  2. 用WinSocket创建客户机服务器程序 请斑竹通过,我好喜欢这个网站啊,连做梦都是呀-Winsocket used to create client-server requests fed through, I like this site good ah, even dreaming are ah
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:16.29kb
    • 提供者:soft271
  1. 用WinSocket创建客户机服务器--UDP

    0下载:
  2. 用WinSocket创建客户机服务器--UDP,为了写这个程序,花了我好长时间,无奈水平有限,是初学,请多指教-Winsocket used to create client-server -- UDP, in order to write this procedure, I spent a good long time, the limited level of frustration is beginner, please enlighten
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:14.79kb
    • 提供者:soft271
  1. 在Linux中实现客户机-服务器通信

    0下载:
  2. 分布式计算实验——在Linux中实现客户机-服务器通信-distributed computing experiment -- in Linux to achieve client-server communication
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2.05kb
    • 提供者:冯昊飞
  1. CORBA客户服务器编程

    0下载:
  2. 分布式计算——CORBA客户服务器编程,学习CORBA客户/服务器编程。-Distributed Computing -- CORBA client-server programming, learning CORBA client / server programming.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:19.5kb
    • 提供者:冯昊飞
  1. ftp客户端应用程序代码

    0下载:
  2. 本程序完成了到FTP服务器的登录,并动态地显示FTP服务器站点的内容-the procedures completed to the FTP server login, and dynamically display FTP server site content
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:66.31kb
    • 提供者:陶钊
  1. 广播服务器

    3下载:
  2. 在Linux下的基于TCP/IP协议的广播服务器和客户端程序。初学着很有用啊!!
  3. 所属分类:TCP/IP协议栈

  1. 功能齐全的嵌入式web服务器

    3下载:
  2. 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
  3. 所属分类:Internet/网络编程

  1. UDP_protocol_test

    0下载:
  2. UDP协议测试程序,里面包含了客户端和服务器程序,请先启动服务器,然后用客户端连接,就可以开始测试-UDP protocol testing procedures, which includes client and server program, please restart the server, and then the client connection, you can start testing
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:59.26kb
    • 提供者:chaervt
  1. chat

    0下载:
  2. 这是一个聊天室例程,服务器程序是chatsrvr.exe,客户端是ChatClient.exe. 服务器先运行,客户连接到服务器运行的计算机的IP即可。-This is a chat room routines, the server process is chatsrvr.exe, clients are ChatClient.exe. Server to run, customers to connect to the server running on your computer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:151.57kb
    • 提供者:liwei
  1. socket_tcp

    0下载:
  2. 基于TCP的客户/服务器客户端和服务器端的代码-TCP-based client/server client and server-side code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-12
    • 文件大小:2.71mb
    • 提供者:chenshiyuan
  1. Winsock

    0下载:
  2. 这是基于WinSock的上机考试试卷的分发与试卷收集,共有服务器端和客户端,服务器随机发试卷和并收试卷-This is based on WinSock Examination of the distribution of papers and papers in the collection, there are server-side and client, the server made a random collection of papers and papers
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:74.01kb
    • 提供者:天宇
  1. CodeWiki_server_and_client

    0下载:
  2. 多人协作式编程环境,包括客户端和服务器端,包含代码编辑、上传检索、聊天等功能。-Than collaborative programming environment
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:779.45kb
    • 提供者:polo
  1. winsock_overlapped_mode

    0下载:
  2. 利用winsock重叠模型实现服务器(分别用事件驱动和完成例程),通过阻塞IO的简单客户端进行收发消息测试,服务器在接收客户端链接后给客户端发送“welcome”消息,之后每收到客户端的消息就把消息显示在标准输出,并给客户端发送“ACK"消息。-this is a server using winsock overlapped mode,including event driven and completion routine.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7.13mb
    • 提供者:wayne
  1. UDPClientServerVC

    0下载:
  2. UDP客户/服务器程序 就是需要3台机器 检验UDP的发送接收情况 验证数据包发送过程-UDP client-server VC
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:7.52mb
    • 提供者:小猪猪
  1. Networkchatting

    1下载:
  2. 网络聊天小程序,有客户端和服务器端两个界面,可传输文件-Web chat applet, there are both client and server-side interface can transfer files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:18kb
    • 提供者:吴金明
  1. myQQ

    1下载:
  2. 用java实现的客户端和服务器端的聊天和文件传输-To achieve client and server-side chat and file transfer was
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:10.93kb
    • 提供者:刘伟
  1. HTTP服务器

    1下载:
  2. vc写的http服务器,包括服务启动、暂停、测试客户端(VC server written by HTTP, including service startup, pause and test client)
  3. 所属分类:网络编程

    • 发布日期:2018-01-01
    • 文件大小:27.2mb
    • 提供者:vision2sky
  1. VC++ FTP客户端类库

    0下载:
  2. 在windows系统下实现向ftp服务器上传或下载文件(Uploading or downloading files to FTP server under Windows system)
  3. 所属分类:Ftp客户端

    • 发布日期:2018-01-05
    • 文件大小:32kb
    • 提供者:人气机
  1. FTP客户端之一

    0下载:
  2. 该程序运用了当文档对话框,实现了客户端与服务器的链接,但是在运用时还需要能够成功连接服务器,因此要先架好FTP服务器。(The program used the document dialog box to achieve the link between the client and the server, but when it was applied, it also needed to successfully connect to the server, so we had to fi
  3. 所属分类:网络编程

    • 发布日期:2018-01-06
    • 文件大小:5.03mb
    • 提供者:yangxinyi
  1. 邮件服务器

    0下载:
  2. SMTP,POP3,邮件客户端,模仿邮件服务器编写,可上传下载文件(it include smtp,pop3,and user client)
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:167kb
    • 提供者:hob
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com