<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/wydin" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/wydin" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 22 Jun 2009 13:51:00 GMT</lastBuildDate><title>信达软件专家转贴</title><description>www.sindasoft.com</description><link>http://blog.csdn.net/wydin/</link><item><title>c#字符串操作方法实例</title><link>http://blog.csdn.net/wydin/archive/2009/06/22/4288678.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/4288678.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/4288678.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4288678</trackback:ping><description># 字符串是使用 string 关键字声明的一个字符数组。字符串是使用引号声明的，如下例所示： 

string s = &quot;Hello, World!&quot;;


字符串对象是“不可变的”，即它们一旦创建就无法更改。对字符串进行操作的方法实际上返回的是新的字符串对象。因此，出于性能方面的原因，大量的连接或其他涉及字符串的操作应当用 StringBuilder 类执行，如下所示：


System.Text.StringBuilder sb = new System.Text.StringBuilder();

sb.Append(&quot;one &quot;);

sb.Append(&quot;two &quot;);

sb.Append(&quot;three&quot;);

string str = sb.ToString();



二、字符串使用


1、转移字符“\”

字符串中可以包含转义符，如“\n”（新行）和“\t”（制表符）。

如果希望包含反斜杠，则它前面必须还有另一个反斜杠，如“\\”。



2、“@”符号

@ 符号会告知字符串构造函数忽略转义符和&lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/4288678.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236664799/wydin/csdn.net/s.gif?r=http://blog.csdn.net/wydin/archive/2009/06/22/4288678.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664799/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664799/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Jun 2009 21:51:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/06/22/4288678.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/06/22/4288678.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/06/22/4288678.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664799/1085451</fs:itemid></item><item><title>88ca21ed .NET 多线程探讨</title><link>http://blog.csdn.net/wydin/archive/2009/03/20/4006529.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/4006529.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/4006529.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4006529</trackback:ping><description>88ca21ed深度探索 Microsoft .NET提供的线程池， 揭示什么情况下你需要用线程池以及 .NET框架下的线程池是如何实现的，并告诉你如何去使用线程池。&lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/4006529.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664800/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664800/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 20 Mar 2009 17:38:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/03/20/4006529.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/03/20/4006529.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/03/20/4006529.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664800/1085451</fs:itemid></item><item><title>mencoder 转 flv 同时加字幕水印</title><link>http://blog.csdn.net/wydin/archive/2009/03/17/3997604.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/3997604.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/3997604.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3997604</trackback:ping><description>mencoder 转 flv 同时加字幕水印&lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/3997604.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664801/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664801/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 17 Mar 2009 19:43:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/03/17/3997604.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/03/17/3997604.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/03/17/3997604.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664801/1085451</fs:itemid></item><item><title>给flv文件加入时间标签的Flvmdi.exe</title><link>http://blog.csdn.net/wydin/archive/2009/03/17/3997585.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/3997585.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/3997585.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3997585</trackback:ping><description>&lt;br /&gt;flvmdigui.exe 要有用户界面的，手动修复的，用这个&lt;br /&gt;&lt;br /&gt;flvmdi.exe 使用方法:&lt;br /&gt;命令提示符下输入&gt;flvmdi inputFile [outputFile][/s] [/x] [/e] [/k] &lt;br /&gt;&lt;br /&gt;给个例子，后面的参数不加也可以修复，比如。&lt;br /&gt;&lt;br /&gt;flvmdi m7.flv&lt;br /&gt;&lt;br /&gt;这样就行了。&lt;br /&gt;&lt;br /&gt;修复OK。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;先从Mencoder这个开始，将所有格式转AVI，&lt;br /&gt;&lt;br /&gt;RMVB转AVI&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;mencoder 1.rmvb -oac mp3lame -lameopts preset=64 -ovc xvid -xvidencopts bitrate=600 -of avi -o rmvb.avi &lt;br /&gt;&lt;br /&gt;RM转AVI&lt;br /&gt;&lt;br /&gt;mencoder 1.rm -oac mp3lame -lameopts preset=64 -ovc xvid &lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/3997585.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664802/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664802/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 17 Mar 2009 19:40:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/03/17/3997585.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/03/17/3997585.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/03/17/3997585.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664802/1085451</fs:itemid></item><item><title>用Mencoder进行任意视频格式转换成flv</title><link>http://blog.csdn.net/wydin/archive/2009/03/13/3987813.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/3987813.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/3987813.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3987813</trackback:ping><description>&lt;br /&gt;Mencoder简介：&lt;br /&gt;     Mencoder是Mplayer自带的编码工具（Mplayer是Linux下的播放器，开源，支持几乎所有视频格式的播放，现在有windows和Mac版本）。&lt;br /&gt;Mplayer的获得与配置：&lt;br /&gt;     Mplayer windows版本下载列表：http://www5.mplayerhq.hu/MPlayer/releases/win32/&lt;br /&gt;     列表中会有版本发布日期，可以挑选最新的版本，也可以选择old/去下载老的版本，笔者用的是6月份的版本。下载后解压到某个文件夹中即可。&lt;br /&gt;     Codecs下载列表：http://www5.mplayerhq.hu/MPlayer/releases/codecs/&lt;br /&gt;     选择windows-all-********.zip（*表示年月日）下载，将zip包中的文件夹下所有文件，包括*.dll、*.acm、*.ax等等全部copy到Mplayer根目录下的codecs文件夹中。&lt;br /&gt;     此时最好把Mplayer.exe所在路径&lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/3987813.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664803/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664803/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 13 Mar 2009 23:37:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/03/13/3987813.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/03/13/3987813.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/03/13/3987813.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664803/1085451</fs:itemid></item><item><title>用mencoder在线转换视频格式并控制视频品质</title><link>http://blog.csdn.net/wydin/archive/2009/03/06/3962259.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/3962259.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/3962259.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3962259</trackback:ping><description>&lt;br /&gt;关于用mencoder将各种格式转换为flv格式，网络上应该也有一些文章，我把最近学习的心得和大家分享一下.&lt;br /&gt;如果您正准备开始使用mencoder，似乎也可以当作教程来看，如果您有更好的方法或技术，请不吝赐教！&lt;br /&gt;mencoder，可以从其官方网站上获得：&lt;br /&gt;http://www.mplayerhq.hu&lt;br /&gt;下载完之后，修改一下环境变量，将mencoder.exe及mplayer.exe文件所在的目录添加到path变量里。&lt;br /&gt;mencoder是在命令行中执行的（官网上的文档里的实例似乎都是linux下的）&lt;br /&gt;我是计算机小白，当然只会使用windows……&lt;br /&gt;开始菜单 -&gt; 运行 -&gt; cmd -&gt; 回车，就打开了命令行窗口&lt;br /&gt;这时，我们可以拿一个视频来试试看，我用的是一个mtv，wmv格式的，文件名：APerfectMatch.wmv。&lt;br /&gt;在命令行中输入：（注意，不要从网页上直接copy这段命令到cmd，windows的命令行似乎是不支持换行的......）&lt;br /&gt;mencoder &quot;D:\mus&lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/3962259.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664804/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664804/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 06 Mar 2009 18:40:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/03/06/3962259.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/03/06/3962259.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/03/06/3962259.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664804/1085451</fs:itemid></item><item><title>datagridview 操作详解</title><link>http://blog.csdn.net/wydin/archive/2009/02/08/3869453.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/3869453.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/3869453.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3869453</trackback:ping><description>datagridview 操作详解&lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/3869453.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664805/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664805/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 09 Feb 2009 07:54:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/02/08/3869453.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/02/08/3869453.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/02/08/3869453.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664805/1085451</fs:itemid></item><item><title>谈基于.net平台windows开发中的模式窗体</title><link>http://blog.csdn.net/wydin/archive/2009/02/03/3859918.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/3859918.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/3859918.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3859918</trackback:ping><description>&lt;br /&gt;适用于： Windows 操作系统 &lt;br /&gt;.NET Framework 1.x，2.0运行时环境 &lt;br /&gt;.NET Windows开发Visual Studio 2005 &lt;br /&gt;&lt;br /&gt;摘要：本文阐述了在基于.NET平台的Windows程序开发中使用模式窗体的诸多方面，部分内容延伸到一般窗体的应用。&lt;br /&gt;单击此处下载本文的示例代码。&lt;br /&gt;&lt;br /&gt;内容索引&lt;br /&gt;概述&lt;br /&gt;模式窗体的属性设置&lt;br /&gt;模式窗体中的按钮&lt;br /&gt;模式窗体的打开与关闭&lt;br /&gt;窗体的参数传递&lt;br /&gt;.Net Framework提供的模式窗体&lt;br /&gt;更多资源 &lt;br /&gt;&lt;br /&gt;概述&lt;br /&gt;何谓模式窗体？简单的可以理解为窗体对话框，用户必须在完成该窗体上的操作或关闭窗体后才能返回打开此窗体的窗体。本文不对模式窗体的定义、特征、功能做具体讨论，主要把重点放在如何在.net窗体应用程序中有效的使用模式窗体，解决使用模式窗体中碰到的常见问题。 &lt;br /&gt;&lt;br /&gt;模式窗体的属性设置&lt;br /&gt;在.net中一个System.Window&lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/3859918.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664806/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664806/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 03 Feb 2009 19:52:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/02/03/3859918.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/02/03/3859918.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/02/03/3859918.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664806/1085451</fs:itemid></item><item><title>ffmpeg和Mencoder使用实例小全</title><link>http://blog.csdn.net/wydin/archive/2009/01/08/3732473.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/3732473.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/3732473.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3732473</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;		http://www.ud03.kinoko.name/Archive/993/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;下载电影的时候，我们总希望在全部下载完成之前能够预览一下影片内容，于是发布者时常会放一些影片截图在种子文件中，或者直接贴到网上，也有一些截图是一张图片，但包含很多幅影片在一起，就像下面这张：&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/3732473.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664807/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664807/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 08 Jan 2009 17:41:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/01/08/3732473.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/01/08/3732473.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/01/08/3732473.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664807/1085451</fs:itemid></item><item><title>视频格式介绍 [转]</title><link>http://blog.csdn.net/wydin/archive/2009/01/04/3697449.aspx</link><wfw:comment>http://blog.csdn.net/wydin/comments/3697449.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wydin/comments/commentRss/3697449.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3697449</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;·AVI格式&lt;br /&gt;&lt;br /&gt;它的英文全称为Audio Video &lt;br /&gt;Interleaved，即音频视频交错格式。它于1992年被Microsoft公司推出，随Windows3.1一起被人们所认识和熟知。所谓“音频视频交错”，就是可以将视频和音频交织在一起进行同步播放。这种视频格式的优点是图像质量好，可以跨多个平台使用，其缺点是体积过于庞大，而且更加糟糕的是压缩标准不统一。&lt;br /&gt;&lt;br /&gt;·nAVI格式&lt;br /&gt;&lt;br /&gt;nAVI是newAVI的缩写，是一个名为ShadowRealm的地下组织发展起来的一种新视频格式(与我们上面所说的AVI格式没有太大联系)。它是由Microsoft &lt;br /&gt;ASF压缩算法的修改而来的，但是又与下面介绍的网络影像视频中的ASF视频格式有所区别，它以牺牲原有ASF视频文件视频“流”特性为代价而通过增加帧率来大幅提高ASF视频文件的清晰度。&lt;br /&gt;&lt;br /&gt;·MPEG格式&lt;br /&gt;&lt;br /&gt;它的英文全称为Moving Picture Expert &lt;img src =&quot;http://blog.csdn.net/wydin/aggbug/3697449.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wydin/236664808/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wydin/236664808/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 04 Jan 2009 08:21:00 +0800</pubDate><author>疯子</author><comments>http://blog.csdn.net/wydin/archive/2009/01/04/3697449.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wydin/archive/2009/01/04/3697449.aspx</guid><dc:creator>疯子</dc:creator><fs:srclink>http://blog.csdn.net/wydin/archive/2009/01/04/3697449.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wydin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wydin/~1085452/236664808/1085451</fs:itemid></item></channel></rss>