Udacity-Cpp-SystemMonitor

时间:2021-02-15 21:53:50
【文件属性】:
文件名称:Udacity-Cpp-SystemMonitor
文件大小:352KB
文件格式:ZIP
更新时间:2021-02-15 21:53:50
C++ CppND系统监控器 这是我对Udacity C ++ Nanodegree程序的System Monitor Project的解决方案。 系统监视器显示Linux操作系统的系统资源使用情况。 基本代码可以在这里找到 诅咒 ncurses是一个库,可促进终端中基于文本的图形输出。 该项目依赖ncurses来显示输出。 在您自己Linux环境中安装ncurses:sudo apt install libncurses5-dev libncursesw5-dev 制作 该项目使用Make。 Makefile具有四个目标: build编译源代码并生成可执行文件 格式将ClangFormat应用于源代码样式 debug编译源代码并生成可执行文件,包括调试符号 clean删除build /目录,包括所有构建工件 指示 首先,请确保已安装ncurses,这是一个有助于在终端中基于文本的图形输出的
【文件预览】:
Udacity-Cpp-SystemMonitor-main
----src()
--------ncurses_display.cpp(4KB)
--------format.cpp(582B)
--------linux_parser.cpp(7KB)
--------main.cpp(116B)
--------system.cpp(1KB)
--------process.cpp(1KB)
--------processor.cpp(421B)
----images()
--------test.cpp(1B)
--------Monitor.png(344KB)
----CMakeLists.txt(412B)
----LICENSE(1KB)
----README.md(1KB)
----Makefile(301B)
----include()
--------process.h(752B)
--------processor.h(193B)
--------linux_parser.h(1KB)
--------format.h(204B)
--------system.h(796B)
--------ncurses_display.h(395B)

网友评论