上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页

2007年4月1日

摘要: 操作系统概念中"哲学家就餐问题"的C#模拟 阅读全文

posted @ 2007-04-01 19:04 Adrian H. 阅读(1832) 评论(0) 推荐(0) 编辑

2007年3月30日

摘要: Inspired by http://incubator.quasimondo.com/processing/fastblur.pde , I wrote a piece of CSharp code to implement this efficient "gaussian blur" alogorithm for one of my .Net project. The concept of the "fast" is avoiding floating point calculation and pre-calculating some multiplication operation, storing the results into a large two-dimension array for later blurring operations, so it saves lots of time. 阅读全文

posted @ 2007-03-30 22:17 Adrian H. 阅读(26995) 评论(6) 推荐(0) 编辑

2007年3月18日

摘要: 结论是: 有的产生, 有的不产生 阅读全文

posted @ 2007-03-18 15:36 Adrian H. 阅读(617) 评论(0) 推荐(0) 编辑

2007年3月16日

摘要: This article provides an overview of the VS.NET 2005 Design-Time Integration Support. The article highlights the .NET design-time architecture and discusses the design-time attributes and the various design-time components in details with reference to the web controls. The article also lists the reference and the namespaces required for adding design-time support to your projects. 阅读全文

posted @ 2007-03-16 23:07 Adrian H. 阅读(1272) 评论(0) 推荐(0) 编辑

2007年3月11日

摘要: 一种避免由于Delegate造成引用导致GC无法回收被引用对象的办法.. 阅读全文

posted @ 2007-03-11 20:34 Adrian H. 阅读(1926) 评论(6) 推荐(8) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页