搜索资源列表

  1. HTTPfuwuqichengxu

    0下载:
  2. 实现对HTTP服务器端口进行侦听,能接受客户端的连接请求。可以对客户端的GET请求方式作出响应,将指定的网页发送到浏览器。记录在服务器运行过程中的所有错误和时间,并显示出来。-achieve HTTP server port on the interception, the client will accept the connection request. The client can request the GET method r
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:45165
    • 提供者:阿缘
  1. double_click

    0下载:
  2. 这个程序也是基于minigui的对话框编程的,如何让对话框响应输入-this procedure is based on the dialog minigui programming, how to get the dialog response to the importation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:axin
  1. SOAP_Example

    0下载:
  2. How to send a SOAP request and get the XML response
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1399
    • 提供者:jack yuan
  1. c# com 编程

    1下载:
  2. Preface Welcome to C# COM+ Programming. If you have purchased this book or are currently contemplating this purchase, you may have a number of questions you are hoping this book will answer. The most common questions
  3. 所属分类:电子书籍

    • 发布日期:2009-05-23
    • 文件大小:2161485
    • 提供者:movieday
  1. 亮剑Net-深入体验与实战精要

    2下载:
  2. 目录 第一篇 技术基础总结 第1章 .NET,你真的知道了吗 1.1 搞清自己是干什么的 1.2 .NET的几个特性 1.3 万丈高楼平地起:面试者必会 1.3.1 C#介绍 1.3.2 命名空间 1.3.3 C#语法格式要点 1.3.4 变量 1.3.5 类型推断 1.3.6 变量的作用域 1.3.7
  3. 所属分类:.NET相关

  1. HTTPfuwuqichengxu

    0下载:
  2. 实现对HTTP服务器端口进行侦听,能接受客户端的连接请求。可以对客户端的GET请求方式作出响应,将指定的网页发送到浏览器。记录在服务器运行过程中的所有错误和时间,并显示出来。-achieve HTTP server port on the interception, the client will accept the connection request. The client can request the GET method r
  3. 所属分类:Web服务器

    • 发布日期:2024-06-14
    • 文件大小:45056
    • 提供者:阿缘
  1. double_click

    0下载:
  2. 这个程序也是基于minigui的对话框编程的,如何让对话框响应输入-this procedure is based on the dialog minigui programming, how to get the dialog response to the importation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:axin
  1. joesnmp-0.3.4

    0下载:
  2. 一个Java的snmp程序。包括snmp get,snmp set等snmp v2.0c的完整功能。 -a Java snmp procedures. Including snmp get, snmp set snmp v2.0c such a complete function.
  3. 所属分类:SNMP编程

    • 发布日期:2024-06-14
    • 文件大小:2591744
    • 提供者:xiao zhi jian
  1. Get_MacAddress

    0下载:
  2. 组装并利用winpcap提供的函数发送arp请求报文,分析捕获到的arp响应报文,从中得到的源MAC地址就是本地网卡的MAC地址。 在得到本机网络接口的MAC地址和其上绑定的IP地址后,程序以本地网卡的身份向以太网其他主机输入的目的IP地址发送arp请求,并截获其回应,通过解析其中的源MAC地址,可以得到该IP地址对应的MAC地址。 -Assembly and use WinPcap to provide a function
  3. 所属分类:网络截获/分析

    • 发布日期:2024-06-14
    • 文件大小:39936
    • 提供者:cx
  1. 5400

    0下载:
  2. code to connect midlet to the server and get response
  3. 所属分类:多媒体编程

    • 发布日期:2024-06-14
    • 文件大小:5120
    • 提供者:krish
  1. Socket_programing

    0下载:
  2. 熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。 3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-14
    • 文件大小:254976
    • 提供者:陈聪群
  1. get

    0下载:
  2. 综合应用libnet和libpcap的简单例程,其功能是在接收到一个来自特定主机的ARP请求报文之后,发出ARP回应报文,通知该主机请求的IP地址对应的MAC地址.该程序利用了libpcap在数据链路层抓包,利用了libnet向数据链路层发包-Integrated application libnet and libpcap simple routines, its function is to receive a request fr
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:李云龙
  1. SDCard_AT89C51

    0下载:
  2. ** 函数名称: uchar SD_SendCmd() ** 功能描述: 向卡发送命令,并取得响应 ** 用SD模式需要用CRC校验,SPI不用-** Function Name: uchar SD_SendCmd ()** Features: send commands to the card and get response to** use the SD model requires validation
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-14
    • 文件大小:59392
    • 提供者:池一波
  1. 5

    0下载:
  2. This example shows how to sent a POST request to a server with attached parameters. Two parameters are sent in the example code below, width and height. We use the URL and URLConnection classes to open the connection t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:Nandini
  1. Identifying_pulse_response

    0下载:
  2. 系统辨识课上做的利用相关分析法辨识脉冲响应的实验。包括用M序列生成白噪声,计算互相关函数得到脉冲响应估计值等等,比较基础-Experiment about Identifying the pulse response with a method of correlative analysis in my class on system identification. It contains using M-sequence to gen
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:146432
    • 提供者:
  1. Frequency-Response-Plotter-Code_matlab

    0下载:
  2. Once you input filter coeffiecient you can get frequency responce of filter and drawing that shows the position of pole, zero.-Once you input filter coeffiecient you can get frequency responce of filter and drawing that
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:Zorba
  1. new_cli

    0下载:
  2. rtsp视频流实时传输采集交互过程,h.264的rtp打包传输-rtsp vedio real time get response
  3. 所属分类:多媒体编程

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:廖志高
  1. parser

    0下载:
  2. Each member is aligned to a 8 byte boundary.user->kernel request get-response.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-14
    • 文件大小:7168
    • 提供者:deitmhai
  1. msg_prot

    0下载:
  2. cgroupstats.h - exporting per-cgroup statistics.user->kernel request get-response.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-14
    • 文件大小:9216
    • 提供者:querxvou
  1. zolysyrphism-flush-response

    0下载:
  2. Get the coordinates of the current mouse
  3. 所属分类:对话框与窗口

    • 发布日期:2024-06-14
    • 文件大小:3072
    • 提供者:kujmo!784726
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org