搜索资源列表
pthread_examples.tar
- 多线程程序作为一种多任务、并发的工作方式,有以下的优点: 1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。 2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。 3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
UCOSIIkernalschedinganalysis
- 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
processmanager
- 一个linux进程管理器,具有以下功能: 管理系统的进程, 包括系统中进程的ID,owner ID, effective user ID、 进程之间的关系、各个进程占用的内存大小、进程的状态; 列出各个进程使用的文件描述符,以及它们打开的文件; 列出各个进程当前的信号使用情况, 包括各个阻塞的信号,各个信号的处理(如采用的哪一种处理方式,如采用了Catch function,给出Catch Function的地址或名称); 能对某一进程进行挂起、暂停
rtc-ds1302
- 时钟芯片DS1302的uclinux2.4下的驱动程序,CPU是摩托罗拉的龙珠芯片MC68VZ328,程序经过测试,可以直接使用。
Linux程式设计之四
- 共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多CPU的机器上,会使机器发挥较佳的效能。-shared memory is with a memory segment was more than one trip to share. We know this is the fastest means of communication between the itinerary. The use of shared memory i
i2c-gpio
- linux中内核模块gpio模拟i2c,可以不用自带的i2c程序,减少使用cpu资源-linux kernel module in the simulation gpio i2c, i2c can not own procedures, reduce the use of cpu resources
ksamp
- Linux操作系统内核实习,cpu的类型与型号,所使用的Linux内核版本,从系统最后一次启动以来已经经历了时间,总共有多少cpu时间执行在用户态?系统态?空闲态,配置了多少内存?当前多少可用?,有多少磁盘读写请求,内核已经进行了多少次上下文切换?,从系统启动以来已经创建了多少进程?-Linux operating system kernel internship, cpu type and model used by the Linux kernel version, from the sys
watcher
- linux 下系统监视器,用Qt实现,可以查看进程状态,CPU使用率等-System Monitor under linux using Qt to achieve, you can view the process status, CPU utilization,
CPU8051V1
- 可用的CPU8051,已经多个项目验证,希望更多的朋友使用它开放!-CPU8051
u-boot_1.1.5.tar
- u-boot的源码,包含各种cpu。是使用嵌入式linux的引导必备-u-boot source code, including all kinds of cpu. Embedded linux is to use the guidance necessary
DBFileServer
- 一个和TOP程序差不多功能的程序,但这个是用类封装的,更直观更容易移稙,计算CPU,硬盘,内存的使用空间百分比-TOP procedure and almost a function of process, but then this is the type of packaging, more intuitive稙shift more easily to calculate CPU, hard disk, memory, the percentage of the use of space
ARM
- 简单地说,Linux是一套免费使用和自由传播的类Unix操作系统,它主要用于基于Intel x86系列CPU的计算机上。-Simply put, Linux is a free to use and free dissemination of the type of Unix operating system, it is mainly for Intel x86 series CPU based on the computer.
cpu_linux
- linux 下编程获取系统的cpu使用情况,主要读取proc文件下的stat文件 -access programming under linux system cpu usage, the main proc file read the stat file
aix.hpux.linux.win.system_resource
- 获取本机系统的CPU、内存、硬盘资源的使用情况。支持AIX、HPUX、Linux、Windows系统。-Get information of CPU, Memory, Disk of local machine. Support AIX, HPUX, Linux, Windows system.
ram
- Linux下获得CPU利用率和内存使用情况-Linux obtained CPU utilization and memory usage
system-monitor
- 在linux下用Qt实现的可以显示CPU占用、内存使用及所有进程的系统监视软件-In linux using Qt under the display CPU occupancy can be achieved, all the processes memory usage and system monitoring software
neicunfenxi.tar
- LINUX内寻分析程序,能查看linux进程运行状太,内存及CPU使用情况~~具有较好的图形界面-允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 LINUX nèi xún fēnxī chéngxù, néng chákàn linux jìnchéng yùnxíng zhuàng tài, nèicún jí CPU shǐyòng qíngkuàng ~~jùyǒu jiào hǎo de túxíng jièmiàn 将中文译成英语 英语 中
cpu_usage.rar
- cpu使用情况统计工具,使用共享内存方式。,The cpu usage statistical tools, the use of shared memory.
linux查看当前CPU负载
- 使用shell编程实现了查看当前CPU负载的功能
gpio_jtag1
- 通过CPU模拟jtag,实现jtag的口的读写(Simulate MDIO through CPU to realize reading and writing of jtag port)