CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Server

搜索资源列表

  1. ceshi

    0下载:
  2. 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
  3. 所属分类:Web Server

    • 发布日期:2017-05-15
    • 文件大小:3974686
    • 提供者:张建权
  1. CSInternetTools

    4下载:
  2. 一款功能超强很专业的网络检测工具集合,基于VB6环境编写。它可以扫描指定IP段**、获取本机端口、网络流量监控、IP地址计算器、TCP/IP配置信息提娶Ping命令、端口侦听、分段IP与长整型IP地址转换、基于API函数的端口查看器、基于windows命令的端口查看器、检测指定网络是否可用、扫描指定计算机端口、域名及IP解析、保存计算的IP、保存捕捉到的路由、服务器时间同步、使用API的路由跟踪……还有一些不一一列举了,需要的下载仔细看看。-A powerful network of profe
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:404288
    • 提供者:NewJersey
  1. SQLToSQLCompactCopy-source

    0下载:
  2. Souce Code and sample to transfer SQL Server database to SqlServer Compact edition database. C#, dotNet framework-Souce Code and sample to transfer SQL Server database to SqlServer Compact edition database. C#, dotNet framework
  3. 所属分类:SQL Server

    • 发布日期:2017-04-02
    • 文件大小:91371
    • 提供者:greybeard
  1. web-server-1

    0下载:
  2. 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第一部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. The first part.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:417398
    • 提供者:xiaxiao
  1. web-server-1-B

    0下载:
  2. 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第二部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. Part II.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:485482
    • 提供者:xiaxiao
  1. web-server-2

    0下载:
  2. 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第三部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. Part III.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:268727
    • 提供者:xiaxiao
  1. ExSocket

    0下载:
  2. Arhiva contine un exemplu de socket server multithread TCP si doi clienti ai acestuia. Este un exemplu relevant pentru modul in care se realizeaza comunicarea prin intermediul TCP.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:31862
    • 提供者:ralu
  1. UdpSample

    0下载:
  2. c# udp example client and server architecture
  3. 所属分类:C#编程

    • 发布日期:2017-11-16
    • 文件大小:21009
    • 提供者:Murat
  1. BTchat

    0下载:
  2. Bluetooth chat Server and Client in j2me
  3. 所属分类:J2ME

    • 发布日期:2017-03-29
    • 文件大小:104611
    • 提供者:Diman
  1. server.pdf

    0下载:
  2. Its a socket program for server side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:26847
    • 提供者:Nishant
  1. vcWebServer

    2下载:
  2. Web服务器的实现主要是服务器端接受并响应客户端的请求,本次设计是在Visual C++开发平台上使用Winsock编程技术开发Web服务器程序。 该Web服务器的结构采用“请求/响应”的模型,具有支持多线程,配置网站所在目录和缺省主页,支持GET、POST和HEAD等方法,基本的错误处理,支持ASP等功能。 -The realization of the Web Server is based on the acceptance and response of the server
  3. 所属分类:Windows编程

    • 发布日期:2014-01-23
    • 文件大小:205247
    • 提供者:旅游业
  1. sqlserver2005

    0下载:
  2. 零基础学习sql server 2005 流回 等编著 书中代码-Zero-based learning, such as sql server 2005 back for the book code
  3. 所属分类:SQL Server

    • 发布日期:2017-05-24
    • 文件大小:7916692
    • 提供者:史涛
  1. Udp_multicast_client_server

    0下载:
  2. 本例说明了如何将IOCP机制应用于UDP协议。本例中包含两个工程(UDP_Multicast_IOCP_CLIENT和UDP_Multicast_IOCP_SERVER),分别是客户程序和服务器程序。主要功能是基于I/O完成端口的IP多播。-This example shows how the mechanism will be applied to UDP protocol IOCP. In this case consists of two projects (UDP_Multicast_I
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:11944
    • 提供者:wanglei
  1. StateServer

    0下载:
  2. 该源码用VC6.0开发,实现了一个状态服务器(State server),其中的 读写锁,线程池机制,完成端口机制具有很好的参考价值。-The source code with VC6.0 development, to achieve a state of the server (State server), which read and write locks, the thread pool mechanism, the completion port mechanism has a
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:394335
    • 提供者:gaohua
  1. xsxxglxt

    0下载:
  2. 学生信息管理系统 vb+sql 1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-Student Information Management System vb+ sql 1. Subdirectory will be copied to each item on your hard disk, and
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:74051
    • 提供者:ipq5
  1. TCP_Socket

    0下载:
  2. echo server, a demo of MFC usage
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:608250
    • 提供者:jenny
  1. clientServer_linux_multithread

    0下载:
  2. Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:10896
    • 提供者:joe
  1. ftp

    0下载:
  2. Example FTP server client/server
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-03
    • 文件大小:682946
    • 提供者:caferrerb
  1. Httpproxy

    1下载:
  2. 一个很简洁的HTTP代理服务器源码,附教程,对于初学者来说这是一个不可多得的入门教程.-A very simple HTTP proxy server source code, with tutorials for beginners This is a rare Tutorial.-A very simple HTTP proxy server source code, with tutorials for beginners This is a rare Tutorial .- A very
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:48321
    • 提供者:王佐
  1. 83390044proxySrc

    0下载:
  2. 一个很简洁的HTTP代理服务器源码,附教程,对于初学者来说这是一个不可多得的入门教程.-A very simple HTTP proxy server source code, with tutorials for beginners This is a rare Tutorial.-A very simple HTTP proxy server source code, with tutorials for beginners This is a rare Tutorial .- A very
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:691022
    • 提供者:王佐
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com