搜索资源列表
mytop
- 用标准C实现unix和linux环境下的TOP命令-achieved using standard C unix environment and the Linux command TOP
space
- 一个用sdl库和c++写的“太空大战”的游戏,游戏的图象都来自金山打字通2003中的“太空大战”, -没办法,因为自己的美工技术差。 -游戏适合小孩子玩,你是打字高高手就算了吧,:-)。 -游戏支持Linux/Win32平台,其实都是sdl的功劳,可移植行太好了。在windows下写, -拿到linux编译,就能运行了-sdl with a library and write c "space war", games of the images are from the 2,
top-3.4.tar
- linux下的top命令的源代码,适合学习linux或者c语言的同志们参考,可根据自己的需要修改编译-top command under linux source code for learning linux or c language reference comrades, according to their need to modify the compiler
top-c-version
- Linux中top命令的具体实现,可以查看使用到cpu,内存的使用情况。-the realization of commmand "top"
eluosi
- 一款基于linux环境下的C语言编写俄罗斯放宽 有暂停 排行榜等功能-Russia written a C language based on linux environment to relax a pause Top
Linux-operator-new-delete
- 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序