搜索资源列表
Cpu Usage
- 一个可以显示CPU及MEMORY利用率的小程序.跟WINDOWS的任务管理器相似-can show a CPU and Memory utilization of small programs. WINDOWS with the task of governing for similar reasons
UCOSII22
- 基于51内核的圈圈操作系统**************** 说明:这是本人学习嵌入式操作系统后在51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释, 请给圈圈留言: http://blog.21ic.com/blog.asp?name=computer00 -circ
ARM_00_OS
- 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
hu_littletool_showinf
- VC写的显示系统信息小程序, 能显示系统CPU使用率,内存使用,网络流量状态等。内含详细说明文档-VC written information display system small procedures, can show that the system CPU usage, memory usage, state and other network traffic. Documents containing details
cputhermometer_srouce
- 监控系统的源代码,包括获取硬盘,CPU,内存使用率等等内容。-The source code control system, including access to the hard disk, CPU, memory usage and much more.
CPU_status
- 得到CPU和内存的状态。 调用系统函数示例。-Get usage and status of CPU/Memory. A good example to use system API.
CPU_Desktop
- 显示CPU利用率及内存使用情况的Delphi程序,可以将其“钉”在桌面上,实时观察系统的使用情况。-Display CPU utilization and memory usage Delphi program, you can be " fixed" at the desktop, the use of real-time observation system.
cpudll
- delphi写的一个可以读取当前CPU使用率与内存使用率的DLL。 调用CPUusage读取CPU使用率,返回值是double 调用GetMemoryUsage读取内存使用率,返回值是double-delphi write one can read the current CPU utilization and memory usage of the DLL. Call CPUusage read the CPU utilization, the return value is doub
TestCE
- i made a project to getting cpu usage
Cpu
- show the cpu usage in Desktop
FFCPU
- 简单的CPU占用率控制程序 两个子功能:使CPU占用率呈直线和呈正弦曲线 难度不大-Simple CPU utilization control program two sub-functions: the linear and the CPU usage was not difficult sine curve
sysinf11
- 系统信息组件:注册信息,windows类型版本,网络计算机名,登陆名,可用物理内存,GDI,用户资源- System info component for Delphi 32. It shows following information: Register information of operating system (Owner, Organisation) Windows type, version, build, install date, path and temp
CPU
- 如何取得一台机器的CPU占用率,可以查看CPU 进程等信息-How to get the CPU usage of a machine
task_manager120412
- 系进程显示,可显示进程名称、路径、ID号、进程图标、CPU使用率,并用液晶字体显示,最小化时以动态刻度线显示CPU使用率,一目了然。-A display process to display the process name, path, ID number, the process icon, CPU utilization rate, and the LCD font display CPU usage at a glance, is minimized dynamically scale
xianzhiCPUzhanyong
- 限制CPU占用的E源码,简单代码只能用作学习之用。不要嘲笑-E Source limit CPU usage, simple code can only be used for learning purposes. Do not laugh at
Ram-release
- Delphi.It release ram depending what is CPU usage. So it is like IDle detection. This program I was using for my self already about two month. I also included all components witch i was using.
abcd
- 能取得WINdows 的当前CPU,磁盘空间,内存使用率等信息-Able to obtain the current Windows CPU, disk space, memory usage and other information
Processor
- 本程序是labview通过调用系统dll,读CPU使用情况-Read the CPU usage
CPUDemo
- Delphi:Delphi模拟的CPU曲线图,一个类似XP资源管理器中CPU的曲线图,可适时显示CPU的使用率,还过这只是一个初步的功能设计,还有很多功能有待完善中。。 -Delphi: Delphi simulated CPU graph, a similar XP Explorer graphs of CPU, CPU usage may be time display, which also had only a preliminary functional design, ther
CheapOS
- CheapOS 嵌入式实时多任务操作系统源码免费下载 CheapOS使用与UCOS完全一样的HAL,与UCOS 完全HAL硬件兼容。 并且是完全免费的源代码,可用于商业产品上。 CheapOS最终的版本支持中断,信号,互斥锁,邮箱,延时函数等功能! 支持低功耗运行的实时操作系统,支持中断嵌套处理。 不同的任务可使用相同的优先级,并且最大可支持65535个应用任务。 方便的CPU USAGE占用率变量,操作系统运行状态一览无余。 这一版本加入了事件队列。并移植了T