上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: Dr. Insung Park and Alex BendetovWelcome back for the second part of our two-part article series: Core Instrumentation Events in Windows 7. In the first article, we presented a high-level overview ... 阅读全文
posted @ 2010-09-02 23:10 史莱姆 阅读(381) 评论(0) 推荐(0) 编辑
摘要: Dr. Insung Park and Alex BendetoversToday's computer software constantly breaks new grounds. Consumer software applications offer a sophisticated set of features that enable rich new experiences. P... 阅读全文
posted @ 2010-09-02 23:09 史莱姆 阅读(609) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/b/ryanmy/archive/2005/05/27/422772.aspx Uniformity. If you're debugging systemic problems involving multiple components, and all the involved components use ETW, you can have the... 阅读全文
posted @ 2010-09-02 22:44 史莱姆 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 1 create and write the manifest.xml代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<instrumentationManifestxmlns="http://schemas.microsoft.com/wi... 阅读全文
posted @ 2010-08-28 01:34 史莱姆 阅读(974) 评论(0) 推荐(0) 编辑
摘要: 1.#ifdef CONSOLE AllocConsole(); SetConsoleTitle(_T("Debug Console")); freopen("conin$", "r+t", stdin); freopen("conout$", "w+t", stdout); freopen("conout$", "w+t", stderr); #endif.................... 阅读全文
posted @ 2010-08-26 00:46 史莱姆 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 1、"stdafx.cpp"文件的预编译选项永远是“Create Precompiled Headers (/Yc)”; 2、工程的预编译选项一般为“Use Precompiled Headers (/Yu)”。 阅读全文
posted @ 2010-08-10 02:09 史莱姆 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/*Trace.h*/#ifndef__TRACE_H__#define__TRACE_H__#include<crtdbg.h>#include<stdarg.h>#incl... 阅读全文
posted @ 2010-08-06 03:58 史莱姆 阅读(2030) 评论(0) 推荐(0) 编辑
摘要: 前天用OOP方式写的一个小程序--------------------------------------------------------------------------------------------------------------------------------Problem Description: MARS ROVERS Squads of robotic rove... 阅读全文
posted @ 2010-08-03 00:38 史莱姆 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 1)算法部分 CLRS(Introduction.to.Algorithms.Second.Edition) http://download.csdn.net/source/2001574 算法导论中文版(南大校内发行的,书名虽然不对,不过内容确实是第一版的算法导论) http://download.csdn.net/source/2003404 http://download.csdn.net... 阅读全文
posted @ 2010-07-15 22:55 史莱姆 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//EventLogging.cpp:Definestheentrypointfortheconsoleapplication.//#include"stdafx.h"#include<wind... 阅读全文
posted @ 2010-07-13 23:19 史莱姆 阅读(386) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页