搜索资源列表
linux-taskmgr
- 在linux下,通过提取proc下文件的信息,以实现系统状态的监控,该系统的功能类似于window下的任务管理器
Linux下的线程池源代码.rar
- 本文给出了一个通用的线程池框架,该框架将与线程执行相关的任务进行了高层次的抽象,使之与具体的执行任务无关。另外该线程池具有动态伸缩性,它能根据执行任务的轻重自动调整线程池中线程的数量。文章的最后,我们给出一个简单示例程序,通过该示例程序,我们会发现,通过该线程池框架执行多线程任务是多么的简单。
Linux.rar
- 实现linux下1、文件的拷贝;2、运行3个多线程任务、3、添加一个新的系统调用。,implement under linux environment:1. copy of files 2. run 3 multi-thread application 3. add a new system_call.
Linux
- 该文件包含了Linux编程的很多例程包括了多任务编程,多任务间的通信和同步,CAN总线驱动,SD卡驱动等,涵盖面广阔,对于了解Linux编程很有帮助-This file contains a lot of Linux programming routines include multi-task programming, multi-task communication and synchronization between, CAN bus driver, SD card driver and
OpenPBS_2_3_16.tar
- OpenPBS,最流行的计算机集群任务管理软件,C/C++,运行于Unix/Linux-OpenPBS, the most popular computer tasks cluster management software, C/C++, Running on Unix/Linux
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
linux_task_Manager
- 这是一个针对linux操作系统的任务管理器,能查看系统信息及cpu、内存使用率,能监视、删除进程,能监视、删除模块-This is a linux operating system for the Task Manager to view system information and cpu, memory usage, to monitor, delete the process, to monitor, delete module
embest-flashprogramer
- linux 编程任务书和一些相关的非常重要的资料
create_Linux_System
- 构建嵌入式Linux系统,实现嵌入式系统的开发、内核移植等任务的书籍,有计算机外围硬件的介绍和说明。-Building embedded Linux systems, the development of embedded systems, kernel porting tasks such as books, a computer peripheral hardware descr iption and explanation.
Beginning.Linux.Programming4th_EN
- Linux程序设计 : 第4版(最负盛名的Linux程序设计图书) 时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。 本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者
linux_Task
- GTK实现的LINUX任务管理器,包括系统信息显示,和进程管理等。-LINUX GTK Task Manager implementation, including system information display, and process management.
monitor.tar
- linux下的任务管理器,GTK编写。已实现查看所有进程,*进程,CPU信息,内存信息,以及相应的使用率的动态图,关机,重启,Halt功能。-Task Manager under linux, GTK to write. Realized View all processes, kill processes, CPU information, memory information, and the corresponding utilization of the dynamic graph,
Understanding-The-Linux-Kernel
- 关于Unix内核的经典教程,由浅入深的介绍Unix内核中的中断控制、内存分配、任务调控等-Classic tutorial on the Unix kernel, progressive approach to the introduction of Unix kernel interrupt control, memory allocation, task control, etc.
processtree
- linux在内核模式下实现processtree功能,遍历系统当前所有进程的任务描述符,并按进程父子关系将这些描述符所对应的进程id(PID)组织成树形结构显示;-Linux in kernel mode achieve processtree functions, traverse the system of all current process task descr iptors, according to the process of parent-child relationship
linux--from-entry-to-the-master
- Linux是目前增长最迅速的操作系统。《Linux从入门到精通》由浅入深、循序渐进地向读者介绍Linux的基本使用和系统管理。全书内容包括Linux概述、Linux安装、Linux基本配置、桌面环境基本操作、Shell基本命令、文件和目录管理、软件包管理、磁盘管理、用户与用户组管理、进程管理、网络配置、浏览网页、收发邮件、文件传输和共享、远程登录、多媒体应用、图像浏览和处理、打印机配置、办公软件的使用、Linux编程工具、Shell编程、服务器基础知识、Apache服务器、vsftpd服务器、S
explorer-linux
- 模仿windows下的任务管理器,基于QT开发的linux下的任务/资源管理器,主要技术为分析proc文件-Task Manager, windows mimic QT development under linux task/resource management, the main technology for the analysis of the proc file
mutex
- 在线程实际运行过程中,经常需要多个线程保持同步。这时可以用互斥锁来完成任务。(Threads often require multiple threads to keep synchronization during the actual operation of the thread. You can then use the mutex to complete the task.)
Linux入门教程
- Linux 入门教程,适合初学者学习. Linux是一个多用户多任务操作系统,不但被很多开发者用作个人操作系统,还大量运行在Web服务器上。 该教程将带你快速了解Linux系统(Linux entry level tutorial)
linux任务管理器
- task manage under linux to manage task
Linux Shell Scripting Tutorial v2.0
- 本书介绍了UNIX下各种基础命令,shell编程,以及用shell脚本完成的各种任务实例。 英文PDF版。(This book introduces various basic commands under UNIX, shell programming, and various task examples completed with shell scr ipts. English PDF version.)