登录
首页 » 其他 » VC++简单的圆形百分比图表,展现内存使用比率

VC++简单的圆形百分比图表,展现内存使用比率

于 2022-04-20 发布 文件大小:20.06 kB
0 323
下载积分: 2 下载次数: 1

代码说明:

VC++以简单的圆形百分比图表显示内存的使用比率,图表让数据的展现一目了然,不过本程序若电脑配置较高,特别是硬盘或内存容量较大时,圆饼图有失效了,我这里的内存是8G,好像程序获取不到这么大的内存,导致数据错误,圆饼图也失效了,还有修复的必要,时间关系,先把源码与大家分享吧,运行效果如下图所示,失效了。

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

发表评论

0 个回复

  • Visual C# 实现窗体文字滚动实例
    Visual C# 实现窗体中的文字滚动效果,窗口中的滚动字幕特效,平时这个小技巧也是挺常用的,可显示一些比较重要的信息,滚动的文字相比静止的文字,更能吸引人的注意,这个源码很好的向您演示了在C#中如何实现这种文字滚动的效果。
    2022-03-13 22:42:15下载
    积分:1
  • AutoCAD environment, since the definition of the entity good example ARX help de...
    AutoCAD环境中,自定义实体的很好的例子,有助于ARX开发人员快速掌握自定义实体的技术-AutoCAD environment, since the definition of the entity good example ARX help developers quickly grasp from the technical definition of entities
    2022-10-04 07:00:02下载
    积分:1
  • Bird
    建模案例 建模案例 -Bird
    2022-02-12 05:29:28下载
    积分:1
  • the famous tool used to detect the memory le ak
    the famous tool used to detect the memory leak-the famous tool used to detect the memory le ak
    2022-01-25 15:37:14下载
    积分:1
  • VC系统下,地球坐标转换的源代码,在WGS
    VC系统下,地球坐标转换的源代码,在WGS-84坐标和北京54坐标之间的一套转换参数,可以全国通用的,在每个地方会不一样,因为它们是两个不同的椭球基准。-VC system, the Earth coordinates conversion source code, the WGS-84 coordinates and coordinate between Beijing 54 set conversion parameters can be nationwide, in every place to be different, because they are two different ellipsoid benchmarks.
    2022-04-19 06:06:44下载
    积分:1
  • VC++ 6.0绘制曲线正弦波
    VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。   //建立画笔   CPen cpen,pen;   pen.CreatePen(PS_SOLID,4,RGB(0,0,0));   cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));   pDC->SelectObject(&cpen);   //指定原点   pDC->SetViewportOrg(100,245);   pDC->SetTextColor(RGB(255,0,0));   //绘制横坐标   CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};   for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);    pDC->LineTo(60*n,-5);    pDC->MoveTo(60*n,0);    pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);   }   double y,radian;   pDC->SelectObject(&pen);   for(int x=-60;xMoveTo((int)x,(int)y);    pDC->LineTo((int)x,(int)y);   }
    2022-01-21 22:47:43下载
    积分:1
  • 实现简单的日记本的程序,可以新建、修改、删除、查找日记本记录。...
    实现简单的日记本的程序,可以新建、修改、删除、查找日记本记录。-Realize a simple diary of the process, can create, modify, delete, find diary records.
    2022-06-21 06:58:17下载
    积分:1
  • 很不错的电脑算命代码
    很不错的电脑算命代码-quite telling the computer code
    2022-02-05 05:32:06下载
    积分:1
  • Managed Directx9实现的一个模型骨骼动画 很帅的 动画在方向光照下的纹理清晰可见 动作很好看...
    Managed Directx9实现的一个模型骨骼动画 很帅的 动画在方向光照下的纹理清晰可见 动作很好看-Managed Directx9 realize a very handsome model skeleton animation animated light in the direction of the texture clearly visible action look good
    2023-07-13 18:55:04下载
    积分:1
  • 转载一个获取颜色的小程序,方便大家编写程序的时候提取颜色代码...
    转载一个获取颜色的小程序,方便大家编写程序的时候提取颜色代码-access to reproduce the color of a small procedure to facilitate the preparation of the extraction process color code
    2022-03-02 03:40:47下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载