摘要: IntroductionAny number of practical applications in computing require things to be in order. Even before we start computing, the importance of sorting is drilled into us. From group pictures that require the tallest people to stand in the back, to the highest grossing salesman getting the largest Ch 阅读全文
posted @ 2011-07-20 15:32 Pengzhi Sun 阅读(244) 评论(0) 推荐(0) 编辑
摘要: Introduction The first step towards an understanding of why the study and knowledge of algorithms are so important is to define exactly what we mean by an algorithm. According to the popular algorithms textbook Introduction to Algorithms (Second Edition by Thomas H. Cormen, Charles E. Leiserson, Ron 阅读全文
posted @ 2011-07-19 11:08 Pengzhi Sun 阅读(363) 评论(0) 推荐(0) 编辑
摘要: Namespace: System Class: System.AccessViolationException Remarks: An access violation occurs in unmanaged or unsafe code when the code attempts to read or write to memory that has not been allocated... 阅读全文
posted @ 2011-04-08 15:17 Pengzhi Sun 阅读(448) 评论(0) 推荐(0) 编辑
摘要:     平时上网时总是习惯开着Google Music随便选些歌听,但是现在的办公地点不能访问互联网,以前只好把想听的mp3都逐一下载到电脑中,每次更新歌曲库都很麻烦,想分析Google Music中提供的下载mp3流程单独写段自动下载的程序又没有什么好的思路,就想到可以通过Fiddler2 Customize Rule拦截Http请求,通过设置过滤条件当发现在线听歌... 阅读全文
posted @ 2009-07-26 11:58 Pengzhi Sun 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 最近在做一个Visual Studio 2008的扩展项目,主要是基于VSPackage进行开发,在使用Team Foundation进行源代码管理时发现如下问题: 解决方案中有一个使用Visual Studio Integration Package向导创建出来的项目,该项目调式时通过执行外部应用程序(如:"D:\Develop Tools\Microsoft Visual Studio 9.0... 阅读全文
posted @ 2009-07-20 03:31 Pengzhi Sun 阅读(713) 评论(0) 推荐(0) 编辑