📄 fast fourier transform in c# (cooky-turkey) - adrian's tech blog - 博客园.htm
字号:
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl08_Link
href="http://www.cnblogs.com/Dah/archive/2007/06.html">2007年6月 (6)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl09_Link
href="http://www.cnblogs.com/Dah/archive/2007/05.html">2007年5月 (3)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl10_Link
href="http://www.cnblogs.com/Dah/archive/2007/04.html">2007年4月 (5)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl11_Link
href="http://www.cnblogs.com/Dah/archive/2007/03.html">2007年3月 (8)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl12_Link
href="http://www.cnblogs.com/Dah/archive/2007/02.html">2007年2月 (4)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl13_Link
href="http://www.cnblogs.com/Dah/archive/2007/01.html">2007年1月 (4)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl14_Link
href="http://www.cnblogs.com/Dah/archive/2006/12.html">2006年12月 (5)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl15_Link
href="http://www.cnblogs.com/Dah/archive/2006/11.html">2006年11月 (14)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl16_Link
href="http://www.cnblogs.com/Dah/archive/2006/10.html">2006年10月 (10)</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl01_LinkList_ctl17_Link
href="http://www.cnblogs.com/Dah/archive/2006/09.html">2006年9月 (19)</A>
</LI></UL>
<H3>文章档案<SPAN style="FONT-WEIGHT: normal; FONT-SIZE: 11px">(1)</SPAN></H3>
<UL>
<LI><A id=SingleColumn1_Categories_CatList_ctl02_LinkList_ctl01_Link
href="http://www.cnblogs.com/Dah/archives/2007/12.html">2007年12月 (1)</A>
</LI></UL>
<H3>Category #1</H3>
<UL>
<LI><A id=SingleColumn1_Categories_CatList_ctl03_LinkList_ctl01_Link
href="http://channel9.msdn.com/">Channel 9</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl03_LinkList_ctl02_Link
href="http://www.codeproject.com/">CodeProject</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl03_LinkList_ctl03_Link
href="http://msdn2.microsoft.com/en-us/">MSDN ?lcid=1033</A>
<LI><A id=SingleColumn1_Categories_CatList_ctl03_LinkList_ctl04_Link
href="http://blogs.msdn.com/">MSDN Blogs</A> </LI></UL>
<SCRIPT language=JavaScript>
function SearchGoogle(key,evt,site)
{
if(evt.keyCode==13 || evt.keyCode==0 || evt.type =='click')
{
key.focus();
var keystr = encodeURIComponent(key.value);
url = "http://www.google.com/search?q=";
url = url+keystr;
url += "&ie=UTF-8&oe=GB2312&hl=zh-CN&domains="+site+"&sitesearch="+site;
window.location=url;
return false;
}
}
</SCRIPT>
<H3>搜索</H3>
<UL>
<LI>
<LI><INPUT id=q
onkeydown="return SearchGoogle(document.getElementById('q'),event,'http://www.cnblogs.com/Dah/')"
style="WIDTH: 130px" name=q> <INPUT onclick="SearchGoogle(document.getElementById('q'),event,'http://www.cnblogs.com/Dah/')" type=button value=搜索 name=sa>
</LI></UL>
<H3>积分与排名</H3>
<UL>
<LI>积分 - 71155
<LI>排名 - 524 </LI></UL>
<H3>最新随笔</H3>
<DIV class=RecentComment id=RecentPosts>
<UL style="WORD-BREAK: break-all">
<LI><A
id=SingleColumn1_ctl08_RecentPostsList_ctl00_RecentPostsList2_ctl00_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/02/16/1070956.html">1. LINQ表达式中关于显式范围变量的Bug</A>
<LI><A
id=SingleColumn1_ctl08_RecentPostsList_ctl01_RecentPostsList2_ctl00_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/02/14/1069063.html">2. jQuery太好使了</A>
<LI><A
id=SingleColumn1_ctl08_RecentPostsList_ctl02_RecentPostsList2_ctl00_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/02/12/1067485.html">3. 一次性下载.NET源码和pdb,并在VS2005中进行调试</A>
<LI><A
id=SingleColumn1_ctl08_RecentPostsList_ctl03_RecentPostsList2_ctl00_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/02/10/1066610.html">4. Windows
Server 2008: Server Core初体验</A>
<LI><A
id=SingleColumn1_ctl08_RecentPostsList_ctl04_RecentPostsList2_ctl00_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/02/05/CSharp_Future_Focus_Dynamic_Lookup.html">5. C#
Future Focus: 动态查找(Dynamic Lookup)</A> </LI></UL></DIV>
<H3>最新评论 <A id=SingleColumn1__80666e_RSSHyperlink1
href="http://www.cnblogs.com/Dah/CommentsRSS.aspx"><IMG
style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px"
src="Fast Fourier Transform in C# (Cooky-Turkey) - Adrian's Tech Blog - 博客园.files/xml.gif"></A></H3>
<DIV class=RecentComment id=RecentComments>
<UL>
<LI style="WORD-BREAK: break-all"><A
id=SingleColumn1__80666e_CommentList_ctl01_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/07/14/653675.html#1254233">1. re:
.NET Reflector 5 来了, 支持到.Net Framework 3.5</A>
<LI style="WORD-BREAK: break-all">主题非常漂亮啊,让人眼前一亮
<LI style="MARGIN-RIGHT: 4px; TEXT-ALIGN: right">--1-2-3
<LI style="WORD-BREAK: break-all"><A
id=SingleColumn1__80666e_CommentList_ctl02_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/07/10/572183.html#1250509">2. re:
C#实现的排列与组合(Permutation & Combination)算法</A>
<LI style="WORD-BREAK: break-all">GOOD
<LI style="MARGIN-RIGHT: 4px; TEXT-ALIGN: right">--林子
<LI style="WORD-BREAK: break-all"><A
id=SingleColumn1__80666e_CommentList_ctl03_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/06/26/653675.html#1237127">3. re:
.NET Reflector 5 来了, 支持到.Net Framework 3.5</A>
<LI style="WORD-BREAK: break-all">需要填写东西才能下载呀! <BR>我下不了
<LI style="MARGIN-RIGHT: 4px; TEXT-ALIGN: right">--胡伟雄
<LI style="WORD-BREAK: break-all"><A
id=SingleColumn1__80666e_CommentList_ctl04_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/06/17/798210.html#1228679">4. re:
LZW and Huffman Compression Algorithms Implemented in C#</A>
<LI style="WORD-BREAK: break-all">Hi I need the predictive and block coding
algorithms to make a compression software. one ever who ha...
<LI style="MARGIN-RIGHT: 4px; TEXT-ALIGN: right">--mahdiye
<LI style="WORD-BREAK: break-all"><A
id=SingleColumn1__80666e_CommentList_ctl05_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2008/05/26/857795.html#1208938">5. re:
关于托管存储过程的部署, 调试和性能</A>
<LI style="WORD-BREAK: break-all">好文章
<LI style="MARGIN-RIGHT: 4px; TEXT-ALIGN: right">--sdf </LI></UL></DIV>
<H3>阅读排行榜</H3>
<DIV class=RecentComment id=TopViewPosts>
<UL style="WORD-BREAK: break-all">
<LI><A id=SingleColumn1__15f0b18_TopList_ctl01_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/02/22/653675.html">1. .NET
Reflector 5 来了, 支持到.Net Framework 3.5(5011)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl02_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2006/12/08/586700.html">2. 译:如何一夜之间成为一个牛B的软件开发者?(3414)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl03_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/03/06/666114.html">3. 欧几里德算法(辗转相除法)
求最大公约数(3064)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl04_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/05/19/752271.html">4. 初探C#
3.0 (1) - 隐式类型变量, 扩展方法, Lambda表达式(3003)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl05_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/03/30/694527.html">5. Fast
Gaussian Blur Algorithm in C#(2324)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl06_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/03/08/668653.html">6. 数独游戏局的建立算法
(Sudoku Generating Algorithm Using Backtracking)(2207)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl07_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/09/07/886023.html">7. NSweetie:
访问数据也能这样甜蜜-预告篇(1981)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl08_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/11/21/967503.html">8. Visual
Studio 2008 RTM!(1507)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl09_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2006/11/25/572183.html">9. C#实现的排列与组合(Permutation
& Combination)算法(1502)</A>
<LI><A id=SingleColumn1__15f0b18_TopList_ctl10_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/05/30/765614.html">10. Microsoft
Surface? (1367)</A> </LI></UL></DIV>
<H3>评论排行榜</H3>
<DIV class=RecentComment id=TopCommentsPosts>
<UL style="WORD-BREAK: break-all">
<LI><A id=SingleColumn1__adc1c9_TopList_ctl01_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2006/12/08/586700.html">1. 译:如何一夜之间成为一个牛B的软件开发者?(37)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl02_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/05/19/752271.html">2. 初探C#
3.0 (1) - 隐式类型变量, 扩展方法, Lambda表达式(12)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl03_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/09/07/886023.html">3. NSweetie:
访问数据也能这样甜蜜-预告篇(10)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl04_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/03/06/666114.html">4. 欧几里德算法(辗转相除法)
求最大公约数(9)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl05_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2006/11/25/572183.html">5. C#实现的排列与组合(Permutation
& Combination)算法(8)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl06_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/02/22/653675.html">6. .NET
Reflector 5 来了, 支持到.Net Framework 3.5(7)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl07_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/09/29/910479.html">7. C#的??运算符~(7)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl08_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/08/25/869081.html">8. 实现类似LINQ
TO SQL的功能, 轻量级的数据访问组件(7)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl09_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2007/03/08/668653.html">9. 数独游戏局的建立算法
(Sudoku Generating Algorithm Using Backtracking)(6)</A>
<LI><A id=SingleColumn1__adc1c9_TopList_ctl10_Hyperlink1
href="http://www.cnblogs.com/Dah/archive/2006/11/08/554430.html">10. 使WPF程序应用预置的控件风格,
如Aero, Luna, Royale, Classic等(6)</A> </LI></UL></DIV></DIV>
<DIV id=footer>
<P align=center><A id=Footer1_Hyperlink7 title="Get this .Text skin here"
href="http://mixtaper.com/blogs/gosatango/articles/221.aspx"
name=Hyperlink2><IMG title="Get this .Text skin here"
style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px"
src="Fast Fourier Transform in C# (Cooky-Turkey) - Adrian's Tech Blog - 博客园.files/DotTextSkin.gif"></A></P>
<P align=center>Copyright Adrian H..</P></DIV></DIV>
<SCRIPT type=text/javascript>
//<![CDATA[
var Page_ValidationSummaries = new Array(document.getElementById("AjaxHolder_PostComment_ValidationSummary1"));
var Page_Validators = new Array(document.getElementById("AjaxHolder_PostComment_RequiredFieldValidator1"), document.getElementById("AjaxHolder_PostComment_RequiredFieldValidator2"), document.getElementById("AjaxHolder_PostComment_revContactMail"), document.getElementById("AjaxHolder_PostComment_Requiredfieldvalidator4"), document.getElementById("AjaxHolder_PostComment_RequiredFieldValidator3"));
//]]>
</SCRIPT>
<SCRIPT type=text/javascript>
//<![CDATA[
var AjaxHolder_PostComment_RequiredFieldValidator1 = document.all ? document.all["AjaxHolder_PostComment_RequiredFieldValidator1"] : document.getElementById("AjaxHolder_PostComment_RequiredFieldValidator1");
AjaxHolder_PostComment_RequiredFieldValidator1.controltovalidate = "AjaxHolder_PostComment_tbTitle";
AjaxHolder_PostComment_RequiredFieldValidator1.errormessage = "请输入标题";
AjaxHolder_PostComment_RequiredFieldValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
AjaxHolder_PostComment_RequiredFieldValidator1.initialvalue = "";
var AjaxHolder_PostComment_RequiredFieldValidator2 = document.all ? document.all["AjaxHolder_PostComment_RequiredFieldValidator2"] : document.getElementById("AjaxHolder_PostComment_RequiredFieldValidator2");
AjaxHolder_PostComment_RequiredFieldValidator2.controltovalidate = "AjaxHolder_PostComment_tbName";
AjaxHolder_PostComment_RequiredFieldValidator2.errormessage = "请输入你的姓名";
AjaxHolder_PostComment_RequiredFieldValidator2.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
AjaxHolder_PostComment_RequiredFieldValidator2.initialvalue = "";
var AjaxHolder_PostComment_revContactMail = document.all ? document.all["AjaxHolder_PostComment_revContactMail"] : document.getElementById("AjaxHolder_PostComment_revContactMail");
AjaxHolder_PostComment_revContactMail.controltovalidate = "AjaxHolder_PostComment_tbEmail";
AjaxHolder_PostComment_revContactMail.errormessage = "邮件地址无效";
AjaxHolder_PostComment_revContactMail.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
AjaxHolder_PostComment_revContactMail.validationexpression = "^([0-9a-zA-Z+-._]([+-._\\w]*[0-9a-zA-Z+-._])*@([0-9a-zA-Z][-\\w]*\\.)+[a-zA-Z]{2,9})$";
var AjaxHolder_PostComment_Requiredfieldvalidator4 = document.all ? document.all["AjaxHolder_PostComment_Requiredfieldvalidator4"] : document.getElementById("AjaxHolder_PostComment_Requiredfieldvalidator4");
AjaxHolder_PostComment_Requiredfieldvalidator4.controltovalidate = "AjaxHolder_PostComment_CodeNumberTextBox";
AjaxHolder_PostComment_Requiredfieldvalidator4.errormessage = "请输入验证码";
AjaxHolder_PostComment_Requiredfieldvalidator4.display = "Dynamic";
AjaxHolder_PostComment_Requiredfieldvalidator4.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
AjaxHolder_PostComment_Requiredfieldvalidator4.initialvalue = "";
var AjaxHolder_PostComment_RequiredFieldValidator3 = document.all ? document.all["AjaxHolder_PostComment_RequiredFieldValidator3"] : document.getElementById("AjaxHolder_PostComment_RequiredFieldValidator3");
AjaxHolder_PostComment_RequiredFieldValidator3.controltovalidate = "AjaxHolder_PostComment_tbComment";
AjaxHolder_PostComment_RequiredFieldValidator3.errorme
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -