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

搜索资源列表

  1. PROC

    0下载:
  2. Linux内核编程模块的简单实现,是一个PROC程序。 由用户输入pid号,程序返回pid对应的可执行文件
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:143.65kb
    • 提供者:ThAi
  1. linux-taskmgr

    0下载:
  2. 在linux下,通过提取proc下文件的信息,以实现系统状态的监控,该系统的功能类似于window下的任务管理器
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17.29kb
    • 提供者:方允福
  1. 一个LINUX的模块例子

    0下载:
  2. 一个LINUX模块例子内核模块时LINUX提供给用户动态扩充内核的一种机制。利用模块在PROC文件系统中挂接一个能读取系统时钟的文件。-example of a Linux kernel module module for Linux users dynamic expansion of a core mechanism. The use of modules in PROC file system articulated a system clock can be read in the pa
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.93kb
    • 提供者:software-girl
  1. Proc文件系统源代码分析报告

    1下载:
  2. 论文-Proc文件系统源代码分析报告
  3. 所属分类:Linux/Unix编程

    • 发布日期:2010-02-25
    • 文件大小:288.88kb
    • 提供者:plaudit
  1. POS_LINUX

    0下载:
  2. linux环境下结合ncurse库,用到PROC oracle数据编写的一个简单的超市收银系统。分为前台收银,和后台管理两大模块。分别对应着普通收银员,和管理员权限。-linux environment ncurse combined library, using PROC oracle data for the preparation of a simple supermarket cash register system. Cashier is divided into, and back-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:53.35kb
    • 提供者:thorwein
  1. proc

    0下载:
  2. linux环境下C连接oracle数据库-C under linux to connect oracle database
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:205.53kb
    • 提供者:张恒
  1. atop-1.23.tar

    0下载:
  2. 开源的atop: linux下的类top监控工具,比top的功能强一些。 主要从/proc中取信息处理并显示。 -Open source atop: linux monitoring tools under the top of the class, some stronger than the top of the feature. Mainly from/proc to take in information processing and display.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:170.27kb
    • 提供者:dir
  1. procparser

    0下载:
  2. proc file system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:7.69kb
    • 提供者:manoj
  1. AdvancedLinuxProgramming

    0下载:
  2. 进阶linux编程,介绍了进程,线程,进程间通信,文件系统等内容-Advanced Linux Programming Chapter 01- Advanced Unix Programming with Linux 。Chapter 02- Writting Good GNU/Linux Software 。Chapter 03- Processes 。Chapter 04- Threads 。Chapter 05- Interprocess Communication 。Chapte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:5.9mb
    • 提供者:cassie
  1. pmap

    0下载:
  2. 这是一个linux下查看proccess的好源码,通过/proc目录来获得进程信息-This is a linux to view proccess a good source, through the/proc directory to get the process information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2.49kb
    • 提供者:叶权
  1. Oracle_ProC

    0下载:
  2. 用Linux环境下C/C++语言实现的Oracle的原生Proc接口,供参考。-Linux environment with C/C++ language of the Oracle Proc native interface, for reference.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:11.4kb
    • 提供者:delit
  1. Proc-file-system-under-Linux-Programming-Analysis.

    0下载:
  2. Linux下Proc文件系统的编程剖析Proc file system under Linux Programming Analysis-Proc file system under Linux Programming Analysis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:63.76kb
    • 提供者:five162
  1. PROC

    0下载:
  2. LINUX 上 对 ORACLE pro/c 的编写-FOR ORACLE PROC FOR C LIUNX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:6.12kb
    • 提供者:suChang
  1. linux-proc-

    0下载:
  2. • 内核模块创建在proc文件系统上建立_ps文件.遍例进程内核链表task_struct.将遍例结果存入缓冲区.影射到/proc/_ps文件中.用户态的程序去读取 这个文件.打印显示 当前进程的的pid,ppid 和进程名.-Display the current process pid,ppid and processname.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1.45kb
    • 提供者:李米
  1. seqfile

    0下载:
  2. linux seqfile介绍,介绍了linux proc文件系统调试方法-linux seqfile introduction, describes the linux proc file system debugging method
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6.5kb
    • 提供者:denghuayong
  1. linux-char-driver-by-proc

    0下载:
  2. linux 字符驱动基于访问/proc的。字符驱动入门绝好例子,无需修改。-linux character-driven based on the access/proc' s. A great example of character-driven entry without modification.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1.3kb
    • 提供者:王涛
  1. Linux-driver-development22

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第22章、Linux设备驱动的调试。“工欲善其事,必先利其器”,为了方便进行Linux设备驱动的开发和调试,建立良好的开发环境很重要,包括实验室环境建设、使用必要的工具软件以及掌握常用的调试技巧等。22.1节介绍Linux开发环境的建设,包括实验室配置、工具链、串口工具等。22.2节讲解了Linux下调试器gdb的基本用法和技巧。22.3节讲解了Linux内核的调试方法,22.4~22.9节对22.3节的概
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:717.26kb
    • 提供者:华清远见
  1. proc

    0下载:
  2. Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mec
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:113.48kb
    • 提供者:ptzff
  1. proc

    0下载:
  2. linux下内核对proc的操作,适合内核2.6.30及以上,请自己写-linux proc make
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1.1kb
    • 提供者:张展
  1. linux-proc

    0下载:
  2. The path of debug log dump upcall scr ipt for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

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