搜索资源列表
TaskForce
- 这是一个在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 t
proc125
- LINUX下的PROC文件系统代码,就象WINDOWS的任务管理器一样的功能-the PROC Linux file system code, Like the Windows task manager for the same function
PROC
- Linux内核编程模块的简单实现,是一个PROC程序。 由用户输入pid号,程序返回pid对应的可执行文件
linux-taskmgr
- 在linux下,通过提取proc下文件的信息,以实现系统状态的监控,该系统的功能类似于window下的任务管理器
一个LINUX的模块例子
- 一个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
linux串口调试助手
- 最近调Tinyos的东东,由于习惯在linux下搞。看到他用的java去通信感觉就不爽,就用c++搞了一个,把他的串口栈的东西除了,完善了下就用 QT4写了个界面,写了个串口调试助手。现在还有一个问题没有解决,就是如何获取当前可用串口列表,现在只是静态添加了几个。现在想法是利用dmesg获取分配的串口描述符,或者在/proc中读,但是/proc中获取不了描述符。不知道还有没有更好的办法,希望大家能提提意见。
Proc文件系统源代码分析报告
- 论文-Proc文件系统源代码分析报告
POS_LINUX
- 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-
otl
- 跨数据库平台: n 支持 oracle 的OCI n 支持DB2的CLI, n 支持ODBC(通过ODBC,可支持SQL SERVER,MySQL等) Ø 跨OS平台: n 标准C++语言,支持 unix/linux/windows Ø 使用简单: n 只有一个头文件 n 接口简洁.otl_stream, otl_connect, otl_exception等就可以完成大部分工作
proc
- linux环境下C连接oracle数据库-C under linux to connect oracle database
atop-1.23.tar
- 开源的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.
proc
- 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 t
procparser
- proc file system of linux
AdvancedLinuxProgramming
- 进阶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
pmap
- 这是一个linux下查看proccess的好源码,通过/proc目录来获得进程信息-This is a linux to view proccess a good source, through the/proc directory to get the process information
alp-ch07-proc-filesystem
- A briefing on Linux file system
proc
- linux 环境下c语言访问oracle数据库及从左。-very good
Oracle_ProC
- 用Linux环境下C/C++语言实现的Oracle的原生Proc接口,供参考。-Linux environment with C/C++ language of the Oracle Proc native interface, for reference.
PROC
- LINUX 上 对 ORACLE pro/c 的编写-FOR ORACLE PROC FOR C LIUNX
Linux那些事儿之我是Sysfs
- Sysfs文件系统是一个类似于proc文件系统的特殊文件系统,用于将系统中的设备组织成层次结构,并向用户模式程序提供详细的内核数据结构信息。(Understanding device models and sysfs file systems)