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

搜索资源列表

  1. CCS

    0下载:
  2. Vc实现Flash插件,Flash方法调用,socket通讯,串口通讯,网页控制,发送HTTP Post,request等功能,其功能非常强大。不可多得的好源码。呕血推荐。-Vc Flash plug-in, Flash method call, the socket communication, serial communication, web control, send an HTTP Post, the request and other features, its very power
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-21
    • 文件大小:271328
    • 提供者:wuzhaoguo
  1. 142221301348

    0下载:
  2. 仿webQQ2.0源码,通过flash socket与javascr ipt进行通讯.界面使用jquery编写.详细运行效果可以在这个网址看到:http://v.youku.com/v_show/id_XMjM2NzkyODQ4.html
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-08
    • 文件大小:1969031
    • 提供者:anybz
  1. NetMeeting_VideoCapture1

    0下载:
  2. 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 j
  3. 所属分类:Communication

    • 发布日期:2017-06-10
    • 文件大小:17370701
    • 提供者:hulei
  1. emhttp

    0下载:
  2. socket + http 此服务器是作为一个测试工具,运行在一个标准的桌面。这是用于建立一个测试版本的服务器之前申请嵌入式设备。-This server is provided as a test tool which runs on a standard Linux desktop. This is useful for building a test version of the server before applying to the embedded device.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:153822
    • 提供者:qinfang
  1. socketHTTP

    0下载:
  2. 用SOCKET实现HTTP文件的下载,解析了HTTP的请求格式,和应答头-SOCKET HTTP file downloads, parses the HTTP request format and headers
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:73614
    • 提供者:
  1. DELPHItransfile

    0下载:
  2. 使用socket,运用 WINSOCK 单元进行传送文件的程序-file transfer support HTTP. Support agreements, modules for use Winsock delivery procedures characteristics : 1, 2 multithreading support HTTP. 3, the system tray.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:457933
    • 提供者:周建明
  1. HttpProxy

    0下载:
  2. 代理服务器工作: 1、客户机 Socket 连接上: 在连接链中增加一个连接纪录(TSessionRec)节点。 2、客户端发送连接请求数据: 根据请求数据取得客户端要连接的目标主机的地址 和端口,并连接目标主机。 3、连接到目标主机: 4、发送客户端数据到目标主机: 如果客户端有数据未发送,则发送 5、将目标主机返回的数据发送到客户端:- Http proxy Created By LLJ 2003-05-07
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:4031
    • 提供者:冉鹏
  1. test8

    0下载:
  2. 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序.详细说明请参考:http://blog.sina.com.cn/s/blog_4ad7c25401019qqb.html-Socket communication program for embedded Linux systems, including server and client program. Details, refer to: http://blog.sina.com.cn/s/blog_4ad7c25401
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:36735
    • 提供者:mfcai
  1. sim_http.c

    0下载:
  2. simple http coding,using c socket programming.only linux system calls are used here.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2399
    • 提供者:namees
  1. vmccontroller

    0下载:
  2. 通过一个标准的TCP/IP套接字端口和简单的HTTP服务器 提供了一种方法来监控状态和控制Windows媒体中心-Provides a way to monitor state and control Windows Media Center (and extenders) through a standard TCP/IP socket port and/or simple HTTP server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-11
    • 文件大小:422959
    • 提供者:huiyuanleibie
  1. mproxysvr3

    0下载:
  2. 一个多线程的代理程序,程序运行后以服务的形式运行,程序以应用windows socket IO完成端口模型提供代理服务的原型设计,目前支持http的一级和二级代理,连接断开后会自动重新连接,时间由你来决定,同时它可以指定其他的任. -Prototyping agent of a multi-threaded program runs as a service running program application windows socket IO completion port model
  3. 所属分类:Proxy Server

    • 发布日期:2017-11-13
    • 文件大小:109045
    • 提供者:
  1. Socket_VC_GET_POST

    0下载:
  2. socket get post 网络socket的实例,包含http的get以及post的实现。并包含了apple应该发布流程详细文档-socket get post
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:1171848
    • 提供者:梅剑
  1. HttpDownload

    0下载:
  2. <C/C++> Socket编程Http下载的简单实现 按照Http协议,使用Socket连接并发送请求头给Http服务器,若服务器正确响应,返回请求文件数据,接收并写文件保存-<C/C++> The Socket programming Http Download the simple implementation in accordance with the Http protocol using the Socket connection and send the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-06
    • 文件大小:59595
    • 提供者:张仁涛
  1. Httpandsocket

    0下载:
  2. 简易的http服务端,利用socket与客服端建立连接-Simple http server using socket connection is established with the customer service end
  3. 所属分类:Web Server

    • 发布日期:2017-11-20
    • 文件大小:17555
    • 提供者:Naruto
  1. GetHttp

    0下载:
  2. HTTP 请求测试工具,简单易用,直观,适合学习 socket-http get test tools
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:23884
    • 提供者:胡先生
  1. Lserver

    0下载:
  2. httpsocket通信 实现了通过socket发送http协议的post/get命令-The communication of httpsocket achieve post/get to send http protocol through socket command
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:106845
    • 提供者:luohan
  1. server

    0下载:
  2. 本人做的基于linux socket编程的服务器端代码,支持简单的http get ,生成一张静态网页-I do based on linux socket programming server-side code to support simple http the get generates a static Web pages
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:1116
    • 提供者:陈张
  1. client

    0下载:
  2. 本人做的基于linux socket的客户端,支持简单的http get和post协议-I do linux socket-based client supports simple http get and post agreement
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2580
    • 提供者:陈张
  1. http_server

    0下载:
  2. 利用Socket接口实现HTTP服务器,网络编程,并将结果显示到页面上-To utilize Socket Interface HTTP server
  3. 所属分类:Browser Client

    • 发布日期:2017-11-15
    • 文件大小:21299
    • 提供者:子雨
  1. RequestHTTP

    0下载:
  2. 一个轻量级的C++socket访问http的封装类,提供多种方便接口,页面请求,图片下载,均可方便KO-A lightweight C++socket access the http wrapper class, offers a variety of convenient interface, page requests, picture downloads, can be easily KO
  3. 所属分类:Search Engine

    • 发布日期:2017-11-10
    • 文件大小:15987
    • 提供者:赵磊
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 »
搜珍网 www.dssz.com