上一页 1 2 3 4 5 6 7 ··· 12 下一页

2010年4月23日

摘要: I learned from Tomas's post that newer version windbg can't be downloaded from microsoft directly anymore. To get newer windbg, we have to download the huge 620 mb WDK iso and extract windbg installer... 阅读全文
posted @ 2010-04-23 20:42 rxwen 阅读(607) 评论(0) 推荐(0) 编辑

2010年4月11日

摘要: In this post, I'll summarize some features that make directshow stand out, from a developer's point of view.The architecture of directshow is:The core of directshow framework is the box in the center.... 阅读全文
posted @ 2010-04-11 22:06 rxwen 阅读(186) 评论(0) 推荐(0) 编辑

2010年4月3日

摘要: 1. View graph When we render a media file, directshow uses intelligent connect to build a working graph for us. It may add some filters implicitly if necessary. From my perspective, it all happens tra... 阅读全文
posted @ 2010-04-03 14:19 rxwen 阅读(216) 评论(0) 推荐(0) 编辑

2010年3月29日

摘要: I've used freecommander for years. It greatly improves my efficiency. Unfortunately, for some unkonwn reasons, my freecommander configuration file get corrupted after my machine power down unexpectedl... 阅读全文
posted @ 2010-03-29 22:31 rxwen 阅读(236) 评论(0) 推荐(0) 编辑
摘要: The life cycle of dialog, transaction and message are rather complicated, and they usually overlap. 阅读全文
posted @ 2010-03-29 22:11 rxwen 阅读(120) 评论(0) 推荐(0) 编辑

2010年3月24日

摘要: Having used consolas font for a period, I felt very comfortable with it. I've used it in putty, vim, visual studio. And I tried to use it in windows console (cmd.exe) by following scott's post, Using ... 阅读全文
posted @ 2010-03-24 08:45 rxwen 阅读(298) 评论(0) 推荐(0) 编辑

2010年3月22日

摘要: As described in rfc3261, sip is a layered protocol. Its layers are shown in the image below.Unlike other sophisicated sip libiraies, exosip, pjsip, mjsip, which implement all layers of sip protocol, o... 阅读全文
posted @ 2010-03-22 21:42 rxwen 阅读(446) 评论(0) 推荐(0) 编辑

2010年2月1日

摘要: In the previous post, native programming on android, I showed how to use code sourcery toolchain to do native programming on android. But in that way, we must link c library statically into our applic... 阅读全文
posted @ 2010-02-01 20:58 rxwen 阅读(556) 评论(0) 推荐(0) 编辑

2010年1月20日

摘要: I debugged a .net 1.1 based windows application which exits silently upon start up. The problem itself is trivial and not worth mentioning. What I want to say is there is a subtle point about sos.dll ... 阅读全文
posted @ 2010-01-20 18:50 rxwen 阅读(411) 评论(0) 推荐(0) 编辑
摘要: Question:Give an O(n squared)-time algorithm to find the longest monotonically increasing subsequence of a sequence of n numbers.Answer:A brute-force approach is enumerate all subsequences of the n nu... 阅读全文
posted @ 2010-01-20 12:01 rxwen 阅读(299) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页

导航