<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Thinking dynamic</title><subtitle type="text">Write here write now</subtitle><id>http://feed.cnblogs.com/blog/u/21956/rss</id><updated>2008-06-11T02:02:57Z</updated><author><name>cofd</name><uri>http://www.cnblogs.com/cofd/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cofd/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21956/rss"/><entry><id>http://www.cnblogs.com/cofd/archive/2007/12/01/979473.html</id><title type="text">Z-Buffer 与 W-Buffer</title><summary type="text">Depth-Buffer（深度缓存）有两种：Z-Buffer 和 W-Buffer，这里讨论这两种深度缓存的区别，以及如何在两者之间转换。  w 的含义 3D空间点的坐标是（x，y，z），为了使矩阵乘法具有平移变换的功效，我们用4D空间中的点（x，y，z，w）来表示3D空间中的点（x'，y'，z'），这两个不同空间点之间的关系是： x' = x / w y' = y / w z' = z / w像...</summary><published>2007-12-01T08:59:00Z</published><updated>2007-12-01T08:59:00Z</updated><author><name>cofd</name><uri>http://www.cnblogs.com/cofd/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cofd/archive/2007/12/01/979473.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cofd/archive/2007/12/01/979473.html"/></entry><entry><id>http://www.cnblogs.com/cofd/archive/2007/11/29/977178.html</id><title type="text">亮度专业词语(转)</title><summary type="text">在计算机图形学方面有许多的表示亮度的专业词语。正确理解这些词语而不是简单地视为亮度能使你在处理图象时获得更好的效果。 1、什么是Intensity？ 　　这个词可以解释为强度，表示的是每单位面积传播的（光）辐射能量。Intensity也可以称为线形光测量，可以以诸如每平方米多少瓦此类的单位来衡量。提供给显示器阴极射线管（简称CRT）的电压直接控制了颜色构成的Intensity，但是却是以非线性方式...</summary><published>2007-11-29T09:06:00Z</published><updated>2007-11-29T09:06:00Z</updated><author><name>cofd</name><uri>http://www.cnblogs.com/cofd/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cofd/archive/2007/11/29/977178.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cofd/archive/2007/11/29/977178.html"/></entry><entry><id>http://www.cnblogs.com/cofd/archive/2007/11/28/975116.html</id><title type="text">Silverlight与Html/JavaScript互操作</title><summary type="text">前段时间写了Flex和JavaScript互操作, 本篇介绍Silverlight和Html/Javascript的互操作性.当然Silverlight可以使用多种托管语言, 我这里使用C#. 摘要: 先介绍一下System.Windows.Browser命名空间下的几个类, 接着介绍Silverlight如何操纵Html元素, 最后介绍如何从Javascript调用Silverlight的方法,...</summary><published>2007-11-28T01:34:00Z</published><updated>2007-11-28T01:34:00Z</updated><author><name>cofd</name><uri>http://www.cnblogs.com/cofd/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cofd/archive/2007/11/28/975116.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cofd/archive/2007/11/28/975116.html"/></entry><entry><id>http://www.cnblogs.com/cofd/archive/2007/11/27/974606.html</id><title type="text">Silverlight程序动态创建添加UI元素</title><summary type="text">我们都知道XAML标签元素在sliverlight运行时被转换成相应的对象. 程序运行时, 也可以动态的添加UI元素. 1.通过对象创建UI元素 Rectangle rc = new Rectangle();rc.Width = 20;rc.Height = 20;rc.Fill = new SolidColorBrush(Colors.Red);rc.SetValue&amp;lt;double&amp;gt;...</summary><published>2007-11-27T12:17:00Z</published><updated>2007-11-27T12:17:00Z</updated><author><name>cofd</name><uri>http://www.cnblogs.com/cofd/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cofd/archive/2007/11/27/974606.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cofd/archive/2007/11/27/974606.html"/></entry><entry><id>http://www.cnblogs.com/cofd/archive/2007/11/27/974599.html</id><title type="text">无废话Silverlight入门</title><summary type="text">1.Silverlight是什么 Silverlight是一个跨浏览器的、跨平台的插件，为网络带来下一代基于.NET的媒体体验和丰富的交互式应用程序。Silverlight提供灵活的编程模型，支持AJAX, VB, C#, Python, Ruby等语言，并集成到现有的网络应用程序中。Silverlight对运行在Mac或Windows上的主流浏览器提供高质量视频信息的快速、低成本的传递 Micr...</summary><published>2007-11-27T12:10:00Z</published><updated>2007-11-27T12:10:00Z</updated><author><name>cofd</name><uri>http://www.cnblogs.com/cofd/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cofd/archive/2007/11/27/974599.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cofd/archive/2007/11/27/974599.html"/></entry></feed>
