CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - proc linux
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - proc linux - List
[
Linux-Unix
]
TaskForce
DL : 0
这是一个在linux环境下,模拟windows环境下的一个任务管理器,使用了JNI和linux的proc系统文件 运行方式,在interface文件夹下,打以下命令: $.../interface: export LD_LIBRARY=./lib $.../interface: java -jar taskforce...jar -This a linux environment, simulating the windows environment with a task management, the use of the JNI and the proc Linux operating system files, folders in the interface, playing the following orders : $.../ interface : export LD_LIBRARY =. / lib $ ... / interface : java-jar jar taskforce
Update
: 2008-10-13
Size
: 227.92kb
Publisher
:
马
[
OS program
]
proc125
DL : 0
LINUX下的PROC文件系统代码,就象WINDOWS的任务管理器一样的功能-the PROC Linux file system code, Like the Windows task manager for the same function
Update
: 2008-10-13
Size
: 10.65kb
Publisher
:
饶元见
[
Linux-Unix
]
PROC
DL : 0
Linux内核编程模块的简单实现,是一个PROC程序。 由用户输入pid号,程序返回pid对应的可执行文件
Update
: 2008-10-13
Size
: 143.65kb
Publisher
:
ThAi
[
Linux-Unix
]
linux-taskmgr
DL : 0
在linux下,通过提取proc下文件的信息,以实现系统状态的监控,该系统的功能类似于window下的任务管理器
Update
: 2008-10-13
Size
: 17.29kb
Publisher
:
方允福
[
Linux-Unix
]
Proc文件系统源代码分析报告
DL : 0
论文-Proc文件系统源代码分析报告
Update
: 2010-02-25
Size
: 288.88kb
Publisher
:
plaudit
[
Books
]
linux设备驱动程序开发详解
DL : 0
详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Update
: 2010-11-29
Size
: 23.92mb
Publisher
:
zxx000
[
Embeded Linux
]
502026-Linux Kernel Procfs Guide
DL : 0
嵌入式方面的PROCFS文件系统资料,,有兴趣的朋友可以下载看看。-PROCFS the embedded file s
Update
: 2025-02-17
Size
: 34kb
Publisher
:
张仁峰
[
Linux-Unix
]
TaskForce
DL : 0
这是一个在linux环境下,模拟windows环境下的一个任务管理器,使用了JNI和linux的proc系统文件 运行方式,在interface文件夹下,打以下命令: $.../interface: export LD_LIBRARY=./lib $.../interface: java -jar taskforce...jar -This a linux environment, simulating the windows environment with a task management, the use of the JNI and the proc Linux operating system files, folders in the interface, playing the following orders : $.../ interface : export LD_LIBRARY =./lib $ .../interface : java-jar jar taskforce
Update
: 2025-02-17
Size
: 228kb
Publisher
:
马
[
Internet-Network
]
SYSmonitor
DL : 0
在linux下获取/proc中的系统信息,得到cpu,硬盘,网络以及进程使用情况。实现功能类似windows下的任务管理器。-obtained in/proc of system information, to receive cpu, hard disk, networks and the use of the process. Windows functionality similar to the task manager.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
夏赟
[
Linux-Unix
]
linuxprocthreads
DL : 0
linux 多线程 proc*c的oracle接口-multithreading proc* c the oracle interface
Update
: 2025-02-17
Size
: 3kb
Publisher
:
陈全勇
[
ADO-ODBC
]
proclinuxdemo
DL : 0
linux下proc*c的demo,包括预编译程序和.pc程序-under proc* c demo, including pre-compiled and procedures. Pc procedures
Update
: 2025-02-17
Size
: 6kb
Publisher
:
陈全勇
[
Linux-Unix
]
PROC
DL : 0
Linux内核编程模块的简单实现,是一个PROC程序。 由用户输入pid号,程序返回pid对应的可执行文件-Linux kernel module programming simple to achieve, is a procedure PROC. Pid number is entered by the user, the program returned to the corresponding executable file pid
Update
: 2025-02-17
Size
: 143kb
Publisher
:
ThAi
[
Oracle
]
PRO
DL : 0
Oracle C语言 Proc编程 Linux、Unix下Oracle开发-Oracle C programming language Proc Linux, Unix development under the Oracle
Update
: 2025-02-17
Size
: 10.02mb
Publisher
:
liang
[
Linux-Unix
]
proc
DL : 0
linux环境下C连接oracle数据库-C under linux to connect oracle database
Update
: 2025-02-17
Size
: 206kb
Publisher
:
张恒
[
Linux-Unix
]
atop-1.23.tar
DL : 0
开源的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.
Update
: 2025-02-17
Size
: 170kb
Publisher
:
dir
[
Internet-Network
]
proc
DL : 0
This file accompanies the procfs-guide in the Linux kernel * source. Its main use is to demonstrate the concepts and * functions described in the guide. -This file accompanies the procfs-guide in the Linux kernel * source. Its main use is to demonstrate the concepts and * functions described in the guide.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
jeevan
[
Other
]
alp-ch07-proc-filesystem
DL : 0
A briefing on Linux file system
Update
: 2025-02-17
Size
: 229kb
Publisher
:
R
[
Oracle
]
proc
DL : 0
linux 环境下c语言访问oracle数据库及从左。-very good
Update
: 2025-02-17
Size
: 229kb
Publisher
:
卫永录
[
Linux-Unix
]
PROC
DL : 0
LINUX 上 对 ORACLE pro/c 的编写-FOR ORACLE PROC FOR C LIUNX
Update
: 2025-02-17
Size
: 6kb
Publisher
:
suChang
[
Other
]
Linux那些事儿之我是Sysfs
DL : 0
Sysfs文件系统是一个类似于proc文件系统的特殊文件系统,用于将系统中的设备组织成层次结构,并向用户模式程序提供详细的内核数据结构信息。(Understanding device models and sysfs file systems)
Update
: 2025-02-17
Size
: 593kb
Publisher
:
zhaogd
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.