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

搜索资源列表

  1. metalog-0.6.tar

    0下载:
  2. Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:99.34kb
    • 提供者:robo
  1. sys

    0下载:
  2. 清华大学-电子信息工程系-实验用ARM-linux-源代码-SYS篇
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:47.85kb
    • 提供者:姜勇
  1. pciutils-2.2.8

    0下载:
  2. The PCI Utilities package contains a library for portable access to PCI bus configuration registers and several utilities based on this library. In runs on the following systems: Linux (via /sys/bus/pci, /proc/bus/pci or i386 ports)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:245.09kb
    • 提供者:秦淅
  1. stand

    0下载:
  2. open bsd stand lib of sys
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:33.33kb
    • 提供者:kuangs
  1. DSP[1].Realtime.Operating.Systems.for.Embedded.Sys

    0下载:
  2. 一本研究Linux实时操作系统必备良书!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:荆有波
  1. LinuxUART

    0下载:
  2. linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:Edward
  1. ADTest

    0下载:
  2. 6410 ADC测试 #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <linux/fs.h> #incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-12-22
    • 文件大小:63kb
    • 提供者:xiankongyijue
  1. gcclib

    1下载:
  2. gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:607.07kb
    • 提供者:xxxxxu
  1. shell

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:32.02kb
    • 提供者:李明
  1. framebuffer

    0下载:
  2. 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:1.44kb
    • 提供者:hjintian
  1. Linux-safe-of-sys

    0下载:
  2. Linux 系统安全与优化中文版.共同学习。-Linux system security and optimization of the Chinese version. Common learning.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.83mb
    • 提供者:凳子
  1. ecos.isoinfra.sys_time_h

    0下载:
  2. ecos time patch file (/home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)-ecos time patch file (/ home/jacmet/ecos.orig/packages/isoinfra/current/include/sys/time.h)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3.98kb
    • 提供者:EVE
  1. SD-8686-LINUX26-MONAHANS-9.70.3.p24-26409.P45

    0下载:
  2. marvel USB linux无线网卡驱动,已经移植到ARM9,可以编译使用.-marvel USB linux wireless card driver has been ported to ARM9, the compiler can use.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:258.79kb
    • 提供者:forest
  1. portscan

    0下载:
  2. Linux下的端口扫描实现 f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr- #include<stdlib.h> #include<stdio.h> #include<sys/socket.h> #include<netdb.h> #include<string.h> #include<unistd.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:720byte
    • 提供者:david
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:147.08kb
    • 提供者:netdavid
  1. sys

    0下载:
  2. unix源代码,可以让你一览最好的Unix源代码,可以受益匪浅。-Unix source codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-21
    • 文件大小:33.29mb
    • 提供者:薛创立
  1. via_vt6107drv

    0下载:
  2. 本人精心收集的一些常用经典SQL语句 大家一定会喜欢的
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:xiao zhang
  1. sys

    0下载:
  2. socket通信函数,很有实用价值。在linux平台上使用。-socket communication functions, very practical. In the linux platform.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:95.81kb
    • 提供者:hbhghe
  1. sys

    0下载:
  2. 一个简单的系统监控样例脚本.初学参考使用.-sys monitor
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:7.64kb
    • 提供者:illidan
  1. sys-manager-core

    0下载:
  2. Staticly linked routines that allow late binding of a loaded sys-manager module.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1001byte
    • 提供者:sunnhse
« 12 3 4 5 6 »
搜珍网 www.dssz.com