登录
首页 » Visual C++ » MFC-WINDOWSTASKMANAGER-JOY

MFC-WINDOWSTASKMANAGER-JOY

于 2014-02-07 发布 文件大小:559KB
0 311
下载积分: 1 下载次数: 5

代码说明:

  基于windows的任务管理器开发设计 windows task mananger(Based on the windows task manager development and design windows task mananger)

文件列表:

TaskMgr
.......\ApplicationPage.cpp,6612,2013-12-22
.......\ApplicationPage.h,1946,2013-12-22
.......\CapabilityPage.cpp,5021,2013-12-22
.......\CapabilityPage.h,1600,2013-12-22
.......\ClientSocket.h,1205,2008-09-06
.......\CPU.cpp,8831,2013-12-21
.......\CPU.h,5399,2013-12-21
.......\CpuUsgesCtl.cpp,8128,2013-12-22
.......\CpuUsgesCtl.h,1605,2013-12-22
.......\CpuUsgesFCtl.cpp,8219,2013-12-22
.......\CpuUsgesFCtl.h,2125,2013-12-22
.......\MemUsgesCtl.cpp,4213,2013-12-22
.......\MemUsgesCtl.h,1534,2013-12-22
.......\MemUsgesFCtl.cpp,4536,2013-12-22
.......\MemUsgesFCtl.h,1948,2013-12-22
.......\MenuEx.cpp,16253,2013-12-10
.......\MenuEx.h,2863,2013-12-10
.......\NewAppDlg.cpp,1368,2013-12-22
.......\NewAppDlg.h,1243,2013-12-22
.......\ProcessPage.cpp,7132,2013-12-22
.......\ProcessPage.h,2554,2013-12-22
.......\res
.......\...\TaskMgr.ICO
.......\...\TaskMgr.rc2,399,2008-09-04
.......\resource.h,4788,2013-12-22
.......\SecurityTool.cpp,4087,2008-09-11
.......\SecurityTool.h,907,2004-09-16
.......\StdAfx.cpp,209,2008-09-04
.......\StdAfx.h,1054,2008-09-05
.......\TaskMgr.aps,47220,2013-12-22
.......\TaskMgr.clw,6195,2011-10-07
.......\TaskMgr.cpp,2448,2013-12-10
.......\TaskMgr.dsp,7059,2011-05-21
.......\TaskMgr.dsw,520,2008-09-04
.......\TaskMgr.h,1335,2008-09-04
.......\TaskMgr.opt,65024,2011-10-07
.......\TaskMgr.plg,248,2011-10-07
.......\TaskMgr.rc,11004,2013-12-22
.......\TaskMgr.sln,880,2013-12-09
.......\TaskMgr.vcxproj,8993,2013-12-22
.......\TaskMgr.vcxproj.filters,3842,2013-12-22
.......\TaskMgr.vcxproj.user,143,2013-12-09
.......\TaskMgrDLG.cpp,19470,2013-12-22
.......\TaskMgrDLG.h,5180,2013-12-22
TaskMgr.exe,81920,2013-12-22
截图





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

发表评论

0 个回复

  • AD9834_430F149_3_signal
    用430F149控制芯片AD9834产生3路信号,通过串行方式控制。又IOUT/IOUTB及SBOUT输出,全部已经用库函数实现,只需直接调用!比起他的代码简单方便。(By 430F149 control chip AD9834 generates three signals, through the serial mode control. Also IOUT/IOUTB and SBOUT output has been achieved with all library functions, just directly call! Compared to his simple code.)
    2014-11-25 21:13:31下载
    积分:1
  • CoolXPProgressBar2
    .0 (MultiStyle ProgressBar)
    2007-06-17 06:01:55下载
    积分:1
  • ASCII
    进行通信编程时候需要参考使用,还比较方便(Communication program to use when you need a reference, but also more convenient)
    2014-11-15 10:51:26下载
    积分:1
  • Matlab_VC_hybrid-programe
    Matlab与C接口技术(两本pdf书籍,感觉很不错的),希望对大家有帮助(Matlab and C interface technology (two pdf books, I feel very good), we want to help)
    2011-08-17 14:53:11下载
    积分:1
  • Turbo-MATLAB
    这个turbo码的matlab仿真程序~~希望对大家会有用~~谢谢~~我只想要和大家分享一下(The turbo code matlab simulation program we hope will be useful ~ ~ ~ ~ ~ I just want to thank you and share with you)
    2020-06-30 02:20:01下载
    积分:1
  • VideoGameTheory
    Video Game Theory to develop game
    2014-01-22 09:37:53下载
    积分:1
  • SBOCCrare
    几个BOC 信号的分析例程,全球卫星导航系统将普遍使用BOC调制信号作为扩频测距信号,BOC信号号自相关函数呈现多个相关峰,传统扩频接收机所用的延迟锁定环(DLL)无法对该信号正确地进行码相位的 (Several BOC signal analysis routines, the global satellite navigation system will generally use the BOC modulation signal as a spread spectrum ranging signal, BOC signal autocorrelation function presents multiple correlation peaks, the traditional spread spectrum receiver with the delay locked loop (DLL ) can not be the signal code phase)
    2012-08-20 14:37:00下载
    积分:1
  • RTD2120-.GFF-FILES
    RTD2120.rar programing GFF files
    2013-07-30 20:58:35下载
    积分:1
  • PSO
    梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commonly used optimization method. The gradient descent method is simple to realize. When the objective function is a convex function, the solution of the gradient descent method is a global solution. In general, the solution is not guaranteed to be the global optimal solution, and the gradient descent method is not necessarily the fastest. The optimization idea of gradient descent method is to use the current position negative gradient direction as the search direction, because the direction is the fastest descending direction of the current position, so it is also called the steepest descent method. The faster the slowest descent approach is closer to the target, the smaller the step, the slower the progress.)
    2018-01-29 21:44:10下载
    积分:1
  • depec
    用来进行滤波的,这是基于matlab环境的编程程序。(I hope this code can help others.)
    2010-06-29 11:30:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载