登录
首页 » Windows开发 » 当初为了调试内存和资源泄漏编写的关于GDI使用的工具,可以显示当前所有进程所使用的DC、Region、Bitmap、Palette、Font、Brush等对象的...

当初为了调试内存和资源泄漏编写的关于GDI使用的工具,可以显示当前所有进程所使用的DC、Region、Bitmap、Palette、Font、Brush等对象的...

于 2022-03-21 发布 文件大小:39.94 kB
0 224
下载积分: 2 下载次数: 1

代码说明:

当初为了调试内存和资源泄漏编写的关于GDI使用的工具,可以显示当前所有进程所使用的DC、Region、Bitmap、Palette、Font、Brush等对象的个数。-had to debug memory leakage and resources on the preparation of the tools used GDI can show all current process used by the DC, Region, Bitmap, Palette, Font, Brush number of other objects.

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

发表评论

0 个回复

  • 一个用C语言编写的代码,功能是在DOS下调用鼠标,并进行图图。...
    一个用C语言编写的代码,功能是在DOS下调用鼠标,并进行图图。-A language with C code, function call in the mouse under DOS, and Tutu.
    2022-03-12 22:39:59下载
    积分:1
  • 十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
    十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的逻辑结构就像是一个围棋盘(没见过,你就想一下苍蝇拍,这个总见过吧),而非零元就好像是在棋盘上放的棋子,总共占的空间就是,确定那些线的表头节点和那些棋子代表的非零元节点。最后,我们用一个指针指向这个棋盘,这个指针就代表了这个稀疏矩阵-Crusaders is the form : Chain Simulation matrix rows (or out, This can be based on individual preferences to be), and then constructed on behalf of the chain out, Each line of the elements inserted into the node corresponding to the series. To book a few small depositors table first node, out of line and the first node table to merge together-- the reality is that a number of indicators provincial jurisdictions, if the number of rows and columns ranging, redundant data domain put this province has granted the use of the space. This little trick I did waste a half-day efforts, personal feeling, not merit, a lot of shortcomings,
    2022-03-13 05:45:31下载
    积分:1
  • 元胞自动机源码
    1、可获得在不同车流密度下的单车道仿真结果,需要等待6-7分钟,如果想快速看结果则需要设置程序中的dt为0(程序中现设置为0.01). 2、可获得在不同车流密度下的双车道仿真结果,需要等待6-7分钟,如果想快速看结果则需要设置程序中的dt为0(程序中现设置为0.01). 3、可以进行在车流密度不变时的单车道或双车道仿真,但需要输入一些参数,可以按如下方式调用:[ v d p ] = multi_driveway( 100,2,1,0.01,1000 );,需要运行半分钟左右. 4、可以进行在车流密度不变时的单车道或双车道仿真,且不需要输入参数,直接运行即可(实际上就是调用了3的程序,只是参数已经设置好了) 常用参数说明(程序中也有部分说明):   nc:车道数目(1或2)   nl:车道长度   v:平均速度   d:换道次数(1000次)   p:车流密度   dt:仿真步长时间,决定了交通流图中元胞的状态变化速度 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-25 23:57:32下载
    积分:1
  • 研究计算机程序算法中关于字符串操作的经典算法实现源程序...
    研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
    2022-06-15 05:40:23下载
    积分:1
  • 这是一个演示使用VB对USB
    这是一个演示使用VB对USB-HID设备进行数据读取写入的通讯示例。可以遍历所有USB设备,由于没有类似调试设备,这个源代码没有测试,但里面的一些API函数可以让大家喜欢研究USB通讯开发的网友提供些帮助,这个代码转载与另外一个网站,如果作者看到有更完善的源代码可以发来更新下,感谢作者。-This is a demonstration using VB on the USB-HID device to read data written communication example. You can traverse all the USB devices, because no such test equipment, the source code is not tested, but inside some of the API functions will allow everyone likes USB communication development User research provide some help, this code is reproduced with another Web site to see if the author have a more complete source code can be made to update the next, thanks author.
    2023-06-17 17:45:04下载
    积分:1
  • 这是GDI+ V6.0.3264.0,支持VC6.0 ,VS2003
    这是GDI+ V6.0.3264.0,支持VC6.0 ,VS2003-2008-This is the GDI+ V6.0.3264.0, support for VC6.0, VS2003-2008
    2023-01-20 07:30:04下载
    积分:1
  • 使用人工智能算法解决二次分配问题,需要建立距离/流量矩阵...
    使用人工智能算法解决二次分配问题,需要建立距离/流量矩阵-use of artificial intelligence algorithms to solve quadratic distribution problems, we need to create distance/Flow Matrix
    2022-10-07 08:20:03下载
    积分:1
  • 数据结构中图的邻接表实现 c++ 实现大部分功能 学习的好参考...
    数据结构中图的邻接表实现 c++ 实现大部分功能 学习的好参考-c++ MAP
    2022-03-14 12:32:37下载
    积分:1
  • This function places one keystroke at the head or tail of the BIOS type
    This function places one keystroke at the head or tail of the BIOS type-ahead buffer if there is room for it.
    2022-09-25 06:00:02下载
    积分:1
  • 自己做的会计制度,花了很长时间,绝对可以用…
    自己做的核算系统,花费了较长时间,绝对能用,结合数据库操作-Make their own accounting system, spent a long time, absolutely can be used, combined with database operations
    2022-08-15 12:35:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载