搜索资源列表
系统信息类
- unix下的各种类行主机下的top原码-under the various types of firms under the top mainframe-source
mytop
- 用标准C实现unix和linux环境下的TOP命令-achieved using standard C unix environment and the Linux command TOP
ligangan44
- 64 位 POWER 体系结构是公认的高性能、可靠而且有用的企业平台,它为 UNIX 和 Linux 应用程序开发者提供了新的选择。不管是谁,只要有在其他平台上使用 AIX 或者 Linux 的经验,就可以受益于与世界顶尖的 IBM 硬件 POWER 相结合的开放源代码社区强有力的基础。 -64 POWER architecture is recognized as the high-performance, reliable and useful enterprise platform,
top-3.5
- unix系统下top命令的源代码-top order source code
CVS-RCS-HOWTO
- This document is a "practical guide" to very quickly setup CVS/RCS source code control system. This document has custom shell scr ipts which are wrappers on top of CVS. These scr ipts provide an easy user interface for CVS. Several shell scr ipts
LinuxSystemTool
- Unix服务器监控的实例脚本,获取服务器的Top信息-Examples of Unix server monitoring scr ipt, access to information servers Top
top.tar
- 在Linux/UNIX下,可使用top查看系统运行情况。这是一份top源码-top source code
top_down
- 自顶向下的Flex程序,包括了编译原理的一些必要知识,使用的时候要运行在Unix终端,并配置Flex等工具-Flex top-down procedures, including a compilation of some essential principles of knowledge, the use of time to run in the Unix terminal, and configure tools such as Flex
UnderstandingUnixLinuxProgramming
- 《Unix/Linux编程实践》一书源程序,本书通过解释Unix的工作原理,循序渐进地讲解实现Unix中系统命令的方法,让读者理解并逐步精通Unix系统编程,进而具有编制Unix应用程序的能力。书中采用启发式、举一反三、图示讲解等多种方法讲授,语言生动、结构合理、易于理解。-" Unix/Linux programming practice," a book source, Unix book by explaining the working principle of pro
LinuxKernelPrimer
- unix 内核详细讲解 实材料 是学习unix内核的好书-unix Learn Linux kernel programming, hands-on: a uniquely effective top-down approach
top-3.8
- Unix/Linux top工具最新源码,对想了解或修改top功能的,可以研读下,同时对了解/proc文件系统也有帮助。-Unix/Linux top tools for the latest source code, or modify the top of the wish to understand the function, you can read, the same time understanding the/proc file system can also help.
Advanced-Programming-in-the-UNIX-Environment-
- The changes to UNIX programming that have taken place since 1985 are extensive to say the least. The first edition of Advanced UNIX Programming is still used and considered to be a must have book on any UNIX programmer s shelf. With this new edition
Linux-operator-new-delete
- 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序