登录
首页 » Windows核心 » WinXP system and it comes with exactly the same functionality and interface are...

WinXP system and it comes with exactly the same functionality and interface are...

于 2022-03-16 发布 文件大小:326.32 kB
0 202
下载积分: 2 下载次数: 1

代码说明:

简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。 -WinXP system and it comes with exactly the same functionality and interface are the same, but different development language, the system is written in C, it is written in DELPHI The main implementation of this process the application check list system, check system for all process-related information (Image Name, PID, CPU time, memory usage), real-time access to use the rate of the CPU and to describe the wave line, real-time memory access the use of records, and to describe the wave line. Implementation at the same time, the end of mission, new mission, and to switch to other functions. "Options menu" only to realize the "always best before", "View menu" only achieve th

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Visual Studio .NET 2003环境下用C++编写的查看信息了…
    visual studio.net 2003环境下的一个用c++编写的内存查看信息状态小程序,希望对c++学习者有所帮助-visual studio.net 2003 environment with a c++ prepared to view information on the state of the memory applet, I hope to c++ help learners
    2022-01-26 00:28:07下载
    积分:1
  • a time synchronization code (client), the server
    一个时间同步的代码(客户端),服务器端的我已经上传.-a time synchronization code (client), the server- I have uploaded.
    2023-05-22 21:25:02下载
    积分:1
  • 在你的电脑上容易找到未知的设备
    easy to find unknown device on your pc
    2022-09-17 11:15:03下载
    积分:1
  • 建立关联程序的例子 本程序演示把 .bar 文件与 notepad 建立关联。...
    建立关联程序的例子 本程序演示把 .bar 文件与 notepad 建立关联。-establish procedures related examples demonstrate the procedures put. Notepad paper with the bar association building.
    2022-12-11 04:45:03下载
    积分:1
  • 北京时间8月31日硅谷动力网站从国外媒体处获悉:韩国三星电子公司在柏林消费电子展上推出了两款新的液晶显示器,其...
    北京时间8月31日硅谷动力网站从国外媒体处获悉:韩国三星电子公司在柏林消费电子展上推出了两款新的液晶显示器,其-Beijing August 31 FRANCISCO site was informed by the media from abroad: South Korea
    2022-02-06 19:37:17下载
    积分:1
  • 本程序开发了一个读文件的程序,如有不足请多指教
    本程序开发了一个读文件的程序,如有不足请多指教-This procedure developed a procedure for reading a document, please advise if there is insufficient
    2023-05-16 02:30:03下载
    积分:1
  • VB6开发的WINDOWS服务管理库,可用于加载/取消系统服务,获取服务状态等等....
    VB6开发的WINDOWS服务管理库,可用于加载/取消系统服务,获取服务状态等等.-VB6 development WINDOWS service management database can be used to load/cancellation system services, access to services, the state and so on.
    2022-03-10 17:14:57下载
    积分:1
  • CRC效验程序,对于编写程序保护的软件,可以用来保护程序
    CRC效验程序,对于编写程序保护的软件,可以用来保护程序-CRC well-tested procedures for the preparation of procedural protection software can be used to protect procedures
    2022-06-19 19:33:12下载
    积分:1
  • 一个可以实现导出stl标准摸版类的一个动态链接库的实现
    一个可以实现导出stl标准摸版类的一个动态链接库的实现-can achieve a standard touch stl derived version of a type of dynamic link library to achieve
    2022-01-25 15:06:37下载
    积分:1
  • WINDOWS编程.rar
    这是一本经典的Windows核心编程指南,从第1版到第5版,引领着数十万程序员走入Windows开发阵营,培养了大批精英。 作为Windows开发人员的必备参考,本书是为打算理解Windows的C和C++程序员精心设计的。第5版全面覆盖Windows XP,Windows Vista和Windows Server 2008中的170个新增函数和Windows特性。书中还讲解了Windows系统如何使用这些特性,我们开发的应用程序又如何充分使用这些特性,如何自行创建新的特性。... 随着微软宣布放弃对 Windows XP以及以前版本的支持,Windows Vista 的普及势在必行,迟早会安装到普通用户的计算机上。Windows Vista 有很多吸引人的新特性,相信大家不用不知道,一用忘不了。(在翻译 Microsoft Press的 Windows Vista Inside Out一书的过程中,我已经深切体会到她的妙处)。作为一名程序员,有必要在第一时间适应在新的操作系统下的编程。历经 15 年,本书也随着 Windows操作系统的“改朝换代”,升级到第 5版,即Windows via C/C++。如果您要用 C/C++开发 Windows 应用程序,那就不要走弯路,直接让Jeffrey告诉您如何利用 Windows的新特性和新函数来编写出高效、优美的 Windows应用程序。 目录: 第I部分 必备知识 第1章 错误处理 3 1.1 定义自己的错误代码 7 1.2 ErrorShow示例程序 7 第2章 字符和字符串处理 10 2.1 字符编码 11 2.2 ANSI字符和Unicode字符 与字符串数据类型 12 2.3 Windows中的Unicode函数 和ANSI函数 14 2.4 C运行库中的Unicode函数 和ANSI函数 16 2.5 C运行库中的安全字符串函数 17 2.5.1 初识新的安全字符串函数 18 2.5.2 在处理字符串时如何获得 更
    2022-07-20 22:32:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载