登录
首页 » Windows核心 » 利用该程序可以在程序运行时显示TRACE的内容

利用该程序可以在程序运行时显示TRACE的内容

于 2022-05-21 发布 文件大小:17.85 kB
0 148
下载积分: 2 下载次数: 1

代码说明:

利用该程序可以在程序运行时显示TRACE的内容-Use of the program can run in the content displayed when TRACE

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

发表评论

0 个回复

  • 动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收...
    动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to achieve the main memory space allocation and recovery
    2022-03-06 11:13:37下载
    积分:1
  • LCC4.2源代码,在其他事情上,我们都知道。
    lcc4.2源代码,不用多说,大家都知道。-lcc4.2 source code, among other things, as we all know.
    2023-02-07 11:30:04下载
    积分:1
  • 微软视窗第四版编程应用
    应用背景出版微软出版社微软公司的一个部门一个微软方式雷德蒙,华盛顿98052-6399版权和副本;1999李希特杰夫瑞保留所有权利。这本书的内容不可能被转载或以任何形式或以任何形式或以任何方式以未经书面许可的方式传送发行商。国会图书馆编目数据李希特,杰夫瑞。微软视窗/杰夫瑞的编程应用李希特。厘米。ISBN 1-57231-996-81。应用软件开发。2。微软视窗(计算机文件)一、标题。qa76.76.a65r54 19995.26尺8——dc21 99-40456预编目录;运费、保险费付至指定目的地印刷和装订在美国美国。1 2 3 4 5 6 7 8 9 4 3 2 1 0 9 WCWC加拿大企鹅图书有限公司分布于加拿大。一本书的CIP目录记录可从英国图书馆微软出版社的书都可以通过书商和分销商世界范围。有关国际版本的进一步信息,请联系您微软公司办公厅或联系微软国际新闻社直接传真(425)936-7329。访问我们的网站mspress.microsoft.com。英特尔是英特尔公司的注册商标。开发者工作室,微软,微软出版社,MS-DOS,Visual Basic,Visual C++,Visual Studio,窗口,和窗口的新台币是注册商标或商标微软公司在美国和/或其他国家。其他产品此处提及的公司名称可能是其各自的商标业主。例如公司,组织,产品,人,和事件描绘这里是虚构的。与任何真正的公司,组织没有关联,产品,人,或事件的意图或应推断。收购编辑:奔瑞安项目编辑:丽贝卡麦凯技术编辑:杰克博德里,Donnie卡梅伦手稿编辑:在昌,丽贝卡麦凯关键技术微软视窗编程应用程序、微软视窗第四版编程应用、微软视窗第四版编程应用、微软视窗第四版编程应用、微软视窗第四版编程应用、第四版及第一版;微软视窗第四版编程应用微软视窗第四版编程应用微软视窗第四版编程应用
    2023-03-05 14:30:04下载
    积分:1
  • 操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。...
    操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。-Curriculum design in an operating system process scheduling simulation algorithm, contains first-come, first-served, and the first three series and time-rotation algorithm films.
    2022-01-25 17:00:55下载
    积分:1
  • VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
    VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
    2022-02-15 18:15:01下载
    积分:1
  • this ring buffer sample.
    this ring buffer sample.
    2022-02-03 04:55:36下载
    积分:1
  • 统计键盘点击和鼠标移动的程序 src目录下的Old_Version目录是老版本的程序,里面的功能不如New_Version丰富 程序功能:...
    统计键盘点击和鼠标移动的程序 src目录下的Old_Version目录是老版本的程序,里面的功能不如New_Version丰富 程序功能: 1. 统计鼠标移动距离和键盘点击次数; 2. 按下键盘时,发出声音 程序工作原理: 1. 用系统钩子来拦截键盘消息 -Statistics mouse clicks and keyboard procedures src directory under the directory Old_Version is an old version of the program, which function as New_Version rich program features: 1. Statistics from the mouse and keyboard clicks 2. Press the keyboard, the sound procedures working principle: 1. to use the system keyboard hook to intercept the news
    2022-02-25 03:32:43下载
    积分:1
  • 可扩展文件查找命令行。此工具为命令行程序,可以在指定的目录中按照文件名通配符、创建时间、最后访问时间、最后更新时间条件查找文件,并且将此文件名等信息作为参数提供...
    可扩展文件查找命令行。此工具为命令行程序,可以在指定的目录中按照文件名通配符、创建时间、最后访问时间、最后更新时间条件查找文件,并且将此文件名等信息作为参数提供给其他程序处理。-Scalable file search command line. This tool is command-line program, you can specify the directory in accordance with the file name wildcard, create time, last access time, last updated document search terms, and this file name and other information provided as a parameter to other procedures.
    2022-03-10 05:59:19下载
    积分:1
  • 提供了一个获取文件默认图标的示例代码,自动获取需要取得文件后缀的默认图标...
    提供了一个获取文件默认图标的示例代码,自动获取需要取得文件后缀的默认图标-Provides a default icon file to obtain sample code, automatic access to the need to obtain the default icon file suffix
    2022-08-24 14:31:51下载
    积分:1
  • 是我刚学会Delphi的时候做的一个动态更新桌面的小程序,仅供大家交流使用....
    是我刚学会Delphi的时候做的一个动态更新桌面的小程序,仅供大家交流使用.-Delphi is刚学会when I make a dynamic update desktop applet, only the use of U.S. exchanges.
    2022-11-20 18:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载