07 2010 档案

摘要: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 史莱姆 阅读(279) 评论(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 史莱姆 阅读(393) 评论(0) 推荐(0)
摘要:http://blogs.technet.com/b/winserverperformance/archive/2008/06/26/designing-applications-for-high-performance-part-iii.aspx25 Jun 2008 7:44 PM Comments 14 Rick Vicik - Architect, Windows Server Perfo... 阅读全文
posted @ 2010-07-13 06:11 史莱姆 阅读(501) 评论(0) 推荐(0)
摘要:http://blogs.technet.com/b/winserverperformance/archive/2008/05/21/designing-applications-for-high-performance-part-ii.aspx 20 May 2008 9:48 PM Comments 1 Rick Vicik - Architect, Windows Server Perfo... 阅读全文
posted @ 2010-07-13 06:10 史莱姆 阅读(379) 评论(0) 推荐(0)
摘要:http://blogs.technet.com/b/winserverperformance/archive/2008/04/25/designing-applications-for-high-performance-part-1.aspx25 Apr 2008 12:40 AM Comments 1 Rick Vicik - Architect, Windows Server Perfor... 阅读全文
posted @ 2010-07-13 06:09 史莱姆 阅读(449) 评论(0) 推荐(0)
摘要:msdn states that InterlockedCompareExchange has performance penalties due to "memory fences". For performance gains modern CPUs often execute instructions out of order to make maximum use of th... 阅读全文
posted @ 2010-07-13 06:04 史莱姆 阅读(720) 评论(0) 推荐(0)
摘要:http://msdn.microsoft.com/zh-cn/magazine/cc163437.aspx事件跟踪 使用 ETW 改善调试和性能优化 Dr. Insung Park andRicky Buch 本文讨论: 了解 ETW 体系结构Windows Vista 中 ETW 的新功能使用事件提供程序 API 进行编程 本文使用了以下技术: Windows Vista 目录 Wind... 阅读全文
posted @ 2010-07-02 01:11 史莱姆 阅读(1860) 评论(0) 推荐(0)