CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - requests

搜索资源列表

  1. armdevguide

    0下载:
  2. It is the framework of Registration of a PKI. It will retrive requests from a request queue and then process it-It is the framework of Registration of a PKI . It will retrive requests from a queue a request nd then process it
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:637905
    • 提供者:xueliang
  1. bookshop

    0下载:
  2. 创建和运行动态、交互的Web服务器应用程序,接收客户端请求,并对后端数据库进行存取操作,然后将处理结果返回到客户端浏览器。-To create and run dynamic, interactive Web server applications, to receive client requests, and back-end database access operation, and then the results will be returned to the client brow
  3. 所属分类:Project Design

    • 发布日期:2017-05-11
    • 文件大小:2560552
    • 提供者:
  1. employee

    0下载:
  2. 1:实现员工请假管理的的信息化管理 2:实现员工请假管理的基础要求 3:具有查询功能 4:具有报表及打印功能 5: 多用户操作 -1: the realization of the staff leave the management of the information management 2: the realization of the basis for the management of staff leave requests 3: with the
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:307945
    • 提供者:feifei
  1. VCODBC

    0下载:
  2. 这是本人做数据库课程设计时的仓促之作,自我感觉实际应用价值并不大,但可以给学VC和数据库编程的朋友做个范例。-This is why I do a database program designed to make the rush of self-feeling of the real value is not large, but can give learning, and database programming VC friends to be a paradigm. See also
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:279278
    • 提供者:便便
  1. Http

    0下载:
  2. 用Java解析Http协议的几个请求,包括get等方法-Agreement with several Java Http parsing requests, including get and other methods
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:1814
    • 提供者:郭超旭
  1. robotic_arm

    0下载:
  2. An effort has been made to design a robot, which loads and unloads an object to the station depending on the request. The sensor connected to the robot will sense the request and initiate the correct sequence of operation. The robot under design has
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:26397
    • 提供者:joja
  1. Valve-cam-design

    0下载:
  2. The valve train is one of the most important mechanisms in a internal combustion engine, whether the performances are good or bad, that affecting the power performance, economic performance, emissions performance of the engine, as well as affecting t
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:97789
    • 提供者:王有财
  1. operating-system-_banker

    0下载:
  2. 有关操作系统银行家算法的文档。银行家算法是一种最有代表性的避免死锁的算法。我们可以把操作系统看作是银行家,操作系统管理的资源相当于银行家管理的资金,进程向操作系统请求分配资源相当于用户向银行家贷款。-For documentation of the operating system, the banker' s algorithm. The banker algorithm is one of the most representative of the deadlock avoidanc
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:27965
    • 提供者:许乓
  1. WEB-003

    0下载:
  2. 在传统的Web 应用中,Web 服务器往往与数据库系统或者文件系统并存在一台高性能的计算机系统中,数据库服务器是Web 服务器的信息来源,Web 服务器则是系统的信息发布中心,它接收来自浏览器的请求,并根据请求生成新的页面发送给Web 浏览器,完成信息在网络范围内的传输。Web 服务器检索 的信息来自数据库系统,实时性要求不高,可以满足常规的查询和检索系统的要求。 随着嵌入式系统技术的发展,人们越来越多的采用WEB 技术进行嵌入式系统的远程监控。-In traditional Web a
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3306234
    • 提供者:张鹏
  1. http-server

    0下载:
  2. 简单的httpserver,接受浏览器请求,并作出相应的回复-Simple httpserver, accept browser requests and make the appropriate reply
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:34115
    • 提供者:xuhongyan
  1. Lecture_07-(Queues)

    0下载:
  2. The queue structure is a simple structure like the stack. The difference from the stack is that the first elements to enter the queue get processed first. That is, service requests get added to the end of the list. That is why, it is also defined
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:346964
    • 提供者:Nameless
  1. MSP430F149-communicating-with-the-PC

    0下载:
  2. //电脑端必备RS232转RS485模块,否则无法进行直接的连接 //RS485之间通过双绞线连接,如果距离近,可以不使用120欧电阻匹配 //电脑端通过串口调试助手操作,先将数据由电脑发往开发板 //开发板板会将收到的数据再发送到串口调试助手,接收采用中断模块,发送用查询 //波特率更改请通过config.h文件,直接更改baud参数即可-//PC necessary RS232 to RS485 module, otherwise can not be directly co
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:9525
    • 提供者:王健军
  1. 11

    0下载:
  2. 基于TCP/IP套接字编程三个步骤:服务器监听,客户端请求,连接确认。-Based on TCP/IP socket programming in three steps: server listens, the client requests a connection confirmation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:46959
    • 提供者:郑州
  1. rfc1939

    0下载:
  2. This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:23911
    • 提供者:Asiel
  1. rfc1651

    0下载:
  2. This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:12910
    • 提供者:Asiel
  1. zuqiujulb(qiyeban)

    0下载:
  2. 描述:在题目二的程序基础上,增加远程访问功能,采用客户端/服务器的方式,实现两种远程操作 高级搜索,在客户端上执行搜索,其搜索范围除了本地数据以外,也应该返回服务端的搜索结果; 球员买卖,客户端可以发起向服务端买入球员的请求,如果符合买卖条件,交易成功,该球员从服务端删除,进入客户端选定的俱乐部。 要求: 必须在题目二的代码基础上来修改; 必须使用Socket作为远程通信技术,可以使用更高层次的Socket封装类; 其他要求与题目二相同; 在题目要求基础上可以自行扩展
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10443861
    • 提供者:徐立
  1. ashwin

    0下载:
  2. The arbiter block plays important role in the SoC shared bus communication. The masters on a SoC bus may issue requests simultaneously and hence an arbiter is required to decide which master is granted for bus access. Bus Arbiter plays a vital role i
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2164242
    • 提供者:psn026
  1. httplib2-0.9.tar

    0下载:
  2. The module can optionally operate with a private cache that understands the Cache-Control: header and uses both the ETag and Last-Modified cache validators. Both file system and memcached based caches are supported. -Automatically adds back
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:204584
    • 提供者:Brendon
搜珍网 www.dssz.com