登录
首页 » 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 205
下载积分: 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 个回复

  • dll实现起来很简单,方法2.实现了调用dll中的类库。
    dll实现起来很简单,方法2.实现了调用dll中的类库。-dll implementation is simple, method 2. realized the call in the class library dll.
    2022-02-05 16:42:13下载
    积分:1
  • 系统管理编程主要是针对系统事件收集,等情况
    系统管理编程主要是针对系统事件收集,等情况-System Management Programming System Event mainly for the collection, etc.
    2022-02-20 19:00:45下载
    积分:1
  • 多线程排序的程序,对动态生成的同一组数据,同时使用几种排序方法排序,然后结果以图形的形式显示出来,非常形象直观。...
    多线程排序的程序,对动态生成的同一组数据,同时使用几种排序方法排序,然后结果以图形的形式显示出来,非常形象直观。-multithreading sequencing procedures, dynamically generated the same set of data, using several methods Ranking Ranking, then the results in graphical form displayed, the image is very intuitive.
    2022-04-07 20:57:00下载
    积分:1
  • 更改密码的密码
    Change NT password in C
    2022-03-13 19:16:44下载
    积分:1
  • 该程序主要提供了windows平台下的,系统服务功能,该代码简练,深刻,需要做windows服务功能的可以好好研究一下....
    该程序主要提供了windows平台下的,系统服务功能,该代码简练,深刻,需要做windows服务功能的可以好好研究一下.-The program provides a major under windows platform, the system service function, the code concise and profound, the need to make windows service functions can be a good look.
    2023-06-23 13:00:03下载
    积分:1
  • guide the process of writing a guide procedures, through a bit of others, we now...
    引导程序写的一个引导程序,也借了一点别人的,自己现在能力有限-guide the process of writing a guide procedures, through a bit of others, we now have limited ability
    2022-02-20 04:14:53下载
    积分:1
  • 目的: 这个程序演示要体现内的内存分配思想的策略。为此,设计了 内存的分配和回收,完成一系列动作。...
    目的: 这个程序演示要体现内核的内存分配思想的策略。为此,设计了 内存的分配和回收,完成一系列动作。-Objective: To demonstrate this process to reflect the core idea of the memory allocation strategy. To this end, the design of the memory allocation and recovery, to complete a series of action.
    2022-08-07 23:20:09下载
    积分:1
  • 加壳software and its source code.加壳software and its source code.加壳software and its...
    2022-02-02 21:08:54下载
    积分: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
  • 检测CPU的运行状态
    检测CPU的运行状态- Examines CPU the running status
    2022-01-21 05:46:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载