登录
首页 » Windows开发 » VC调试信息监视器(Visual C++ Custom Debug Monitor)源码,用于程序调试...

VC调试信息监视器(Visual C++ Custom Debug Monitor)源码,用于程序调试...

于 2022-04-02 发布 文件大小:35.19 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

VC调试信息监视器(Visual C++ Custom Debug Monitor)源码,用于程序调试-VC monitor debugging information (Visual C++ Custom Debug Monitor) source code for program debugging

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

发表评论

0 个回复

  • 51单片机P0闪烁灯和流水灯设计
    51单片机小作业,P0口灯闪烁,以及流水灯设计,采用Keil编译C语言生成hex文件,在proteus中仿真实验,再下载在单片机实物中验证成功。
    2022-09-13 23:15:03下载
    积分:1
  • 实现记事本的主要功能,包括打文件,复制,站踢人等,另外还有一些额外的功能。...
    实现记事本的主要功能,包括打开文件,复制,站踢人等,另外还有一些额外的功能。-Notepad implementation of the main features, including open files, copy,踢人station, etc. There are also some extra features.
    2022-04-08 06:30:59下载
    积分:1
  • 很常用的3D框架,对于初学的朋友用处很大,只能做为参考,不能做商业用途...
    很常用的3D框架,对于初学的朋友用处很大,只能做为参考,不能做商业用途-3D framework is very commonly used, for the use of a great friend of learning, can only be used as reference, can not do commercial purposes
    2022-05-24 10:26:54下载
    积分:1
  • build environment : VC6.0 and above reader Sector (byte or word reader) to read...
    编译环境:VC6.0及以上版本 读写扇区(以字节或字读取) 读写簇(以字节或字读取) 读取FAT项 获取BPB信息 获取某文件或文件夹的目录项信息(入口簇及偏移量) 设置目录项信息(可以通过这来实现更改文件名,文件属性,创建时间等信息)-build environment : VC6.0 and above reader Sector (byte or word reader) to read and write Cluster (byte or word reader) to read FAT items BPB access information access a document or folder directory information items (imported cluster and offset) the installation of Contents items (which can be passed to to achieve change file names, file attributes, create time information)
    2022-11-14 19:55:03下载
    积分:1
  • C achieve similar to the Windows Calculator function of a more perfect calculato...
    用C++实现的类似Windows中的计算器的一个功能比较完善的计算器。-C achieve similar to the Windows Calculator function of a more perfect calculators.
    2022-09-15 11:35:04下载
    积分:1
  • 大洋仓库管理系统作为大洋公司的主打产品,自成功以来经过众多客户的实践应用以及不断的、改版,现成功的推出了最新8.24版.   系统定位:适用于各种企业的...
    大洋仓库管理系统作为大洋公司的主打产品,自开发成功以来经过众多客户的实践应用以及不断的开发、改版,现成功的推出了最新8.24版.   系统定位:适用于各种企业的仓库管理,特别是有组装配套作业的企业.... -Ocean warehouse management system as oceans company"s flagship product, since the successful development since many customers through the practice and application of continuous development, revision, the successful launch of the latest version 8.24. System location : apply to all enterprises warehouse management, in particular, it assembled matching enterprises operating
    2022-05-17 11:06:59下载
    积分:1
  • VC下实现正则表达式的基本功能,可以根据定义的reg expressions解析日志,提取相应提取项,本人在MFC下测试通过....
    VC下实现正则表达式的基本功能,可以根据定义的reg expressions解析日志,提取相应提取项,本人在MFC下测试通过.-under VC expression is the basic functions under the definition of analytic expressions reg logs extracted from the corresponding item, I MFC test.
    2022-07-01 02:48:49下载
    积分:1
  • Delphi版本的State模式范例
    Delphi版本的State模式范例-Delphi version of the model example of State
    2022-04-07 21:12:22下载
    积分:1
  • 应用程序向导已为您创建了此 计算器 应用程序。此应用程序不仅介绍了使用 Microsoft 基础类的基本知识,而且是编写应用程序的起点。...
    应用程序向导已为您创建了此 计算器 应用程序。此应用程序不仅介绍了使用 Microsoft 基础类的基本知识,而且是编写应用程序的起点。-Application Wizard you have to create this calculator applications. This application not only use Microsoft introduced the basic foundation of knowledge, but also to write applications starting point.
    2022-01-27 10:57:00下载
    积分:1
  • vs c++
    v3.0自画直线,矩形,园v2.8-2.9完成所有功能,包括全选,拖动等,参见文档HDraw2.9.docv2.7修正画布随滚动条滚动的Bug完善MouseMove的直线,矩形和椭圆识别v2.5增强版增加相应菜单把画图的Toolbar单独分离出来在画布上对单张图片操作v2.4完结版画布,ScrollView, CRectTracker,调色板,保存成位图加入中间层View的步骤1.创建MFC类CHDrawPView:CScrollView2.修改CHDrawApp的InitInstance方法,将CHDrawView改为CHDrawPView,并修改include加入CRectTracker的步骤1.增加成员变量CRectTracker m_tracker2.在CHDrawPView的构造函数中设置Tracker的大小3.在CHDrawPView的OnDraw中调用Tracker的Draw函数4.override CHDrawPView的SetCursor方法 GetCursorPos->ScreenToClient->SetCursor5.override CHDrawPView的LButtonDown方法 HitTest->Track将CHDrawView加入CHDrawPView的使用自定义消息防止ActiveView从画布跑到背景Viewv2.3增加Bitmap背景功能v2.2完成颜色和线宽功能v2.1增加文本图形类型,增加删除功能,增加打开保存功能v2.0完成所有基本功能
    2022-01-26 00:54:46下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载