CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - Request

搜索资源列表

  1. put-1.0.tar

    0下载:
  2. Web 服务器的配置 对PUT请求的处理-The arrangment about the configuration of a web server to PUT request.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.54kb
    • 提供者:不羁的风
  1. certificate

    1下载:
  2. 小型ca.命令行方式.可以生成ca .请求,发放证书,crl等.-small ca. Command line. Generate ca. Request certification, such as CRL.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:36.14kb
    • 提供者:黎明
  1. DarwinStreamingSrvr5.5.3-Source.tar

    0下载:
  2. 要求上传五份源代码, 这是重量级的, 苹果达尔文服务器源代码, RTSP, RTP/RTCP等等, 其中RTSP解析, RTP/RTCP接收发送等等高效源码-request upload five source code, which is the heavyweight, Apple Darwin server source code, RTSP, RTP / RTCP, etc., analytic RTSP, RTP / RTCP receive this efficient source
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:20.45mb
    • 提供者:郭月丰
  1. spidmadriver

    1下载:
  2. 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16.96kb
    • 提供者:y
  1. ADS7843driver

    1下载:
  2. ADS7846/7843芯片 适合用在4线制触摸屏,它通过标准SPI协议和CPU通信,操作简单,精度高,当触摸屏被按下时(即有触摸事件发生)则ADS7846向CPU发中断请求,CPU接到请求后,应延时一下再响应其请求,目的是为了消除抖动使得采样更准确-ADS7846/7843 chip suitable for use in the 4-wire Touchscreen, SPI through standard protocols and CPU communication, simple o
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.29kb
    • 提供者:YMCHUNG
  1. FtpSvr

    0下载:
  2. 在Linux下使用GCC编制的FTP服务器,使用多线程的来进行解决多个用户的连接请求,在用户的管理方面使用MySql,(当然也可以使用其它的数据库,但必须得在MakeFile里面自己修改指定),思路较清晰,适合Linux初学者对linux下的c编程的全面的了解。-use of the Linux GCC based FTP server, The use of multithreading to address a number of user connections, at the reque
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:849.78kb
    • 提供者:uruz7
  1. dhcpv6-linux-1.0

    0下载:
  2. This is the first ever open source implementation of Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server and client on Linux Operating System. The server provides leases (durations or lifetimes) on IPv6 addresses to the clients who request f
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:52.76kb
    • 提供者:李俊
  1. gateway-1.4.0

    0下载:
  2. The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword based services via GSM text messages, and a WAP gateway, via UDP. The SMS part is fairly mature, the WAP part is early in its development. In this r
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.9mb
    • 提供者:为什么
  1. sntp

    0下载:
  2. 作为一个系统的时间同步内容,可以再客户端需要进行时间同步时向服务器请求,服务器对客户端的系统进行同步。-As a system time synchronization, it can be again the need for time synchronization client when a request to the server, the server on the client system for synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:6.84kb
    • 提供者:男人奋斗
  1. client

    0下载:
  2. linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:738byte
    • 提供者:KATE
  1. Linux_2_36060302_36060304_36060307_36060323

    0下载:
  2. 操作系统实验:模拟LINUX操作系统的虚存管理机制,采用多道程序控制方式、多级页表、FIFO请求方式完成对实存辅存的映射管理,处理访存请求。实现了FIFO、LRU、LFU等页表淘汰算法。-Experimental operating system: LINUX operating system simulation of virtual memory management mechanism, the use of multi-channel control mode, multi-level
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:596.17kb
    • 提供者:李毅
  1. linux2

    0下载:
  2. 分窗口同时显示三个并发进程 编一个C程序,其内容为分窗口同时显示三个并发进程的运行结果。要求用到Linux下的图形库-Sub-window display of three concurrent processes at the same time for a C program, which at the same time as the sub-window display of three concurrent processes the results. Request to us
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-24
    • 文件大小:7.19kb
    • 提供者:余祖澔
  1. 20081518740354

    0下载:
  2. 目录 1 引言..... 1 1.1 编写目的............... 1 1.2 范围.... 1 1.3 定义.... 1 1.4 参考资料............... 1 2 总体设计................. 1 2.1 需求规定............... 1 2.2 运行环境............... 2 2.3 基本设计概念和处理流程...... 2 2.4 结构.... 2 2.5 功能需求与程序的关系.....
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3.16mb
    • 提供者:黄银科
  1. blktrace-1.0.0.tar

    0下载:
  2. Blktrace是linux系统下用来记录磁盘io读写请求的工具。它由两部分组成:一部分工作在内核态,现在已经是标准内核的一部分,它工作在块设备层;另一部分是用户态程序,由用户输入命令启动。-Blktrace is used to record under the linux system to read and write disk io request tool. It consists of two parts: the core part of state, is now a stand
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.5mb
    • 提供者:王斌
  1. sdrr43r3socket

    0下载:
  2. 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理 SOCKET请求。-The full realization of registry processing, document processing. Services using multi-threaded client services, can best deal with the request SOCKET.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5.98kb
    • 提供者:刘佳
  1. T_HDD.tar

    0下载:
  2. Request temperature HDD from temphdd.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:80.7kb
    • 提供者:mik
  1. OSdeadlock

    0下载:
  2. Deadlock and how to solve it with mutex a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW and 4 server server 1 simple server. server 2 shows wrong answer an withdraw(2 terminal - 2 threads) server 3 solve 2 server 4 sol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:57.47kb
    • 提供者:asd
  1. rpc.rstatd-4.0.1.tar

    0下载:
  2. 远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议-Remote Procedure Call protocol, it is a computer program through the network from a remote service on request, without the need to understand the underlying network technology agreement
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:84.85kb
    • 提供者:崔岩
  1. Request

    0下载:
  2. Request Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.96kb
    • 提供者:finxougan
  1. request

    0下载:
  2. isci_stp_request - extra request infrastructure to handle pio atapi protocol @pio_len - number of bytes requested at PIO setup.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:24.17kb
    • 提供者:kieyyhie
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com