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

搜索资源列表

  1. DHCP

    0下载:
  2. 一个实现DHCP客户端的示例代码,可以发送和接受DHCP请求。-A DHCP client to achieve the sample code, you can send and receive DHCP requests.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:1535
    • 提供者:zhangpeng
  1. linux-xia-epoll-socket

    1下载:
  2. linux下epoll模式的socket,可支持多用户同时向服务器发送请求。-mode under linux epoll socket, can support multiple users simultaneously send requests to the server.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-28
    • 文件大小:57344
    • 提供者:王文星
  1. kiate-1.6

    1下载:
  2. 一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类 unix,还有windows(最新版本要求nt 4.0以上)操作系统上 一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 还支持tcp端口映射,可以实现别人访问你的内网主机。 有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 ki
  3. 所属分类:Proxy Server

    • 发布日期:2017-04-10
    • 文件大小:1830958
    • 提供者:迷失
  1. Queens_ImageControl_VS2005

    0下载:
  2. 大图像的缩放和平移,支持大小50MB的图片缩放,效果非常平滑-I recently wrote an article showing a simple method for panning an image. The code worked very well for small to moderate sized images. However, when using very large images, the performance degraded significantly.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-08
    • 文件大小:71465
    • 提供者:ray
  1. embed-webserver

    0下载:
  2. 通过socket网络编程,监听默认的web端口(80端口),解析客户端的请求,并做出响应。本web server 实现HTTP1.1协议一个子集,支持最常用的GET方法,采用多线程设计,响应速度快,可承受大量频繁的网络活动。 硬件配置:ARM7或更高。 操作系统:uClinux、嵌入式Linux-Through the socket network programming, monitoring the default web port (port 80), analytic cl
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:140647
    • 提供者:mouvir
  1. web

    0下载:
  2. 1.建立服务器监听程序,等待web浏览器发送请求 2.当接收到web服务器的链接请求时新建响应线程接受web服务器的访问请求 3.响应线程发送浏览器请求的页面给web浏览器,关闭打开的资源结束自身线程。 -1 Create the server listener to wait for the web browser sends a request when receiving links to a web server request a new response thread r
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:5349
    • 提供者:eddywang
  1. x-net

    0下载:
  2. IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:389616
    • 提供者:张本梁
  1. httpGet

    0下载:
  2. 可以向服务器发送HTTP-GET请求,包括对使用代理服务器的处理,代码VS上直接可以运行。-Can send-GET HTTP requests to server, including use a proxy server for the processing, code can be run directly on VS.
  3. 所属分类:Proxy Server

    • 发布日期:2017-03-30
    • 文件大小:139107
    • 提供者:王金水
  1. LaBreaNT2_0

    0下载:
  2. 对付蠕虫病毒如codered,nimda等的黑客粘毒工具(NT版本)。利用网络中没有被使用的IP地址来构造一些“虚拟机器”,回复已感染计算机发出的连接请求。编译时如果出错,可以删除那些错误的include项。运行时要用到libnetNT-To deal with viruses such as worms codered, nimda visco hackers and other drugs (NT version). The use of the network has not been u
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-11
    • 文件大小:473840
    • 提供者:站长
  1. bianyiyuanli

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.- 1. Experimental goal: T
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:147868
    • 提供者:晨曦
  1. 基于UDP-面向无连接的应用程序

    0下载:
  2. 基于UDP-面向连接的应用程序 编写一个网络通信应用程序:主机1发出数据请求命令,主机2根据其命令提供数据; -based on UDP-connection-oriented applications to prepare a network communications applications : mainframe data requests issued an order under its two mainframe order to provide data;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:7939
    • 提供者:lee
  1. gridctrl_demo220

    1下载:
  2. Using comboboxes in the MFC Grid Control Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some t
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:207658
    • 提供者:mark
  1. chengjiguanli

    0下载:
  2. 这个课题主要是要求我们能够录入﹑统计﹑查询﹑修改﹑删除与输出学生的成绩记录。-This subject were mainly requests for statistics, we are able to input, query, modify, delete and export track record of students.
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:276192
    • 提供者:简美
  1. SoftPhone

    1下载:
  2. 软电话 从功能分为:服务器端和客户端 服务器:记录所有客户的信息,对客户的登陆、注销等请求进行响应 客户端:利用UDP协议与服务器和被叫或主叫客户端进行通讯 点对点通讯中的请求和响应消息是通过SIP协议来完成传输的,音频信息(压缩后)是同构RTP协议来完成传输的-Soft phone functionality is divided into: server-side and client-server: a record of all customer information,
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1317888
    • 提供者:苍穹
  1. histogram

    0下载:
  2. Copyright (C) 1999 by Alexander Fedorov All rights reserved Distribute and use freely, except: 1. Don t alter or remove this notice. 2. Mark the changes you made Send bug reports, bug fixes, enhancements, requests, etc. to: ale
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:12842
    • 提供者:刘惠深
  1. TCPServer

    0下载:
  2. 一个简单的vc下tcp服务器端程序服务器端的程序当有客户提出连接请求时,在端口与客户端进行连接,连接成功后,显示客户IP地址和端口号,并给客户端发送“Hello!I am a server.”字符串。如果发送正确则显示所发送的字节数-Vc under a simple tcp server-side server-side program when connection requests made by the customer, in the port and connect the clie
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:1454
    • 提供者:zmz
  1. 08mbaljjx

    1下载:
  2. 项目名称:Bank Account Management System 银行账户管理系统 简称BAM 项目描述:这是一个基于C/S结构的银行账户在线管理系统,用户可以通过ATM终端界面来操作自己的银行账户. 项目实施方式:这是一个同步练习,随着达内CoreJava课程的深入,这个项目将趋于完整,学员的任务是随着知识点的深入,完成每一个进阶的项目要求.-Project name: Bank Account Management System bank account manageme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:229183
    • 提供者:leo
  1. HTTP

    0下载:
  2. http详解 This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the “Internet Official Protocol Standards” (STD 1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:643385
    • 提供者:gvdfsvsdvda
  1. JAVAClient_Server

    0下载:
  2. 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:55132
    • 提供者:
  1. elevator

    0下载:
  2. 模拟电梯的调度,利用排队论的思想来处理电梯调度过程中对用户请求的处理-Simulated elevator scheduling, the use of the idea of queuing theory to deal with elevators for the activation process of handling user requests
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:125654
    • 提供者:wutao
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com