<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>luckisok的专栏  - 程序设计</title><link>http://blog.csdn.net/luckisok/category/166354.aspx</link><description>程序设计方法和技巧</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 30 Jul 2008 17:47:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>luckisok</dc:creator><title>c#根据公式进行自动计算的实现</title><link>http://blog.csdn.net/luckisok/archive/2008/07/30/2741160.aspx</link><pubDate>Wed, 30 Jul 2008 17:41:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2008/07/30/2741160.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/2741160.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2008/07/30/2741160.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/2741160.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2741160</trackback:ping><description>一个表达式计算器，用C#写的，利用了VB编译器的强劲性能，可以计算任何合法的VB表达式，可以有一个自变量(x)，也可以不要自变量。
&lt;img src ="http://blog.csdn.net/luckisok/aggbug/2741160.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>c#根据公式进行自动计算的实现</title><link>http://blog.csdn.net/luckisok/archive/2008/07/30/2741125.aspx</link><pubDate>Wed, 30 Jul 2008 17:38:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2008/07/30/2741125.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/2741125.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2008/07/30/2741125.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/2741125.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2741125</trackback:ping><description> 
之前搞了3个不同的方法来实现公式的自动计算，今天又去了老外的codeProject论坛转了一圈，又有了点收获，原来老外也有这方面的需求，这个老外完全是自己用代码实现的，牛，赞一个先。
&lt;img src ="http://blog.csdn.net/luckisok/aggbug/2741125.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>c#操作word表格</title><link>http://blog.csdn.net/luckisok/archive/2008/05/08/2419096.aspx</link><pubDate>Thu, 08 May 2008 22:21:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2008/05/08/2419096.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/2419096.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2008/05/08/2419096.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/2419096.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2419096</trackback:ping><description>c#操作word表格&lt;img src ="http://blog.csdn.net/luckisok/aggbug/2419096.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>多功能DataGridView打印类(WinForm C#) (转）</title><link>http://blog.csdn.net/luckisok/archive/2008/05/08/2414396.aspx</link><pubDate>Thu, 08 May 2008 09:10:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2008/05/08/2414396.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/2414396.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2008/05/08/2414396.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/2414396.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2414396</trackback:ping><description>论坛里的朋友要DataGridView的打印类，所以把这个版本的也发出来和大家共享！！&lt;img src ="http://blog.csdn.net/luckisok/aggbug/2414396.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>DataGridView如何高亮选中一行并自动滚为当前行</title><link>http://blog.csdn.net/luckisok/archive/2007/12/03/1913943.aspx</link><pubDate>Mon, 03 Dec 2007 15:46:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/12/03/1913943.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1913943.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/12/03/1913943.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1913943.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1913943</trackback:ping><description>DataGridView如何高亮选中一行并自动滚为当前行&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1913943.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>如何：访问绑定到 Windows 窗体 DataGridView 行的对象</title><link>http://blog.csdn.net/luckisok/archive/2007/12/02/1911994.aspx</link><pubDate>Sun, 02 Dec 2007 16:14:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/12/02/1911994.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1911994.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/12/02/1911994.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1911994.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1911994</trackback:ping><description>访问绑定到 Windows 窗体 DataGridView 行的对象&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1911994.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>java面试笔试题大汇总 ~很全面 </title><link>http://blog.csdn.net/luckisok/archive/2007/06/06/1640915.aspx</link><pubDate>Wed, 06 Jun 2007 16:31:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/06/06/1640915.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1640915.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/06/06/1640915.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1640915.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1640915</trackback:ping><description>java面试笔试题大汇总 ~很全面 &lt;img src ="http://blog.csdn.net/luckisok/aggbug/1640915.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>协方差计算的C语言代码</title><link>http://blog.csdn.net/luckisok/archive/2007/05/11/1605202.aspx</link><pubDate>Fri, 11 May 2007 21:45:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/05/11/1605202.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1605202.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/05/11/1605202.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1605202.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1605202</trackback:ping><description>协方差在信号分析时有重要作用： 

1。显示x与y是正相关还是负相关 
协方差为负，是负相关， 
协方差为正，是正相关。 
2。协方差显示x与y相关程度的大小 
当相关点在四个象限呈散乱的分布，相关程度很低 
当相关点分布在x与y的平均值线上时，表示不相关 
当相关点靠近一直线，表示相关关系密切 
当相关点全部落在一直线，表示完全相关&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1605202.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>幂法求解矩阵特征值及特征向量</title><link>http://blog.csdn.net/luckisok/archive/2007/05/09/1602266.aspx</link><pubDate>Wed, 09 May 2007 20:20:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/05/09/1602266.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1602266.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/05/09/1602266.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1602266.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1602266</trackback:ping><description>幂法是通过求矩阵特征向量来求出特征值的一种迭代法.其基本思想是:若我们求某个n阶方阵A的特征值和特征向量,先任取一个初始向量X(0),构造如下序列:&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1602266.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>DataGrid正反双向排序 </title><link>http://blog.csdn.net/luckisok/archive/2007/04/25/1583591.aspx</link><pubDate>Wed, 25 Apr 2007 00:26:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/04/25/1583591.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1583591.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/04/25/1583591.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1583591.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1583591</trackback:ping><description>  在asp.net中利用datagrid控件按列进行排序很是方便。可是我们只能单项排序！如果我们需要正反排序那么就需要加入一些代码控制一下,下面我来详细讲解一下这个过程。&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1583591.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>DataGrid常用三种方法：分页，排序，后绑定 （转）</title><link>http://blog.csdn.net/luckisok/archive/2007/04/25/1583577.aspx</link><pubDate>Wed, 25 Apr 2007 00:10:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/04/25/1583577.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1583577.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/04/25/1583577.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1583577.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1583577</trackback:ping><description>DataGrid常用三种方法：分页，排序，后绑定 （转）&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1583577.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>在运行时将大图分割为小图片数组</title><link>http://blog.csdn.net/luckisok/archive/2007/04/24/1583521.aspx</link><pubDate>Tue, 24 Apr 2007 23:13:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/04/24/1583521.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1583521.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/04/24/1583521.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1583521.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1583521</trackback:ping><description>    本文介绍如何在程序运行时将一个较大的图片分割为Image数组。实现此功能最重要的就是使用Graphics的坐标变换和绘制图片的功能。也就是使用translate()和drawImage()方法。&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1583521.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>建立同SAS交互的开发式VC客户端</title><link>http://blog.csdn.net/luckisok/archive/2007/04/22/1574787.aspx</link><pubDate>Sun, 22 Apr 2007 17:35:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/04/22/1574787.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1574787.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/04/22/1574787.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1574787.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1574787</trackback:ping><description>建立同SAS交互的开发式VC客户端&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1574787.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>SAS如何在VB中调用？</title><link>http://blog.csdn.net/luckisok/archive/2007/04/22/1574783.aspx</link><pubDate>Sun, 22 Apr 2007 17:33:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/04/22/1574783.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1574783.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/04/22/1574783.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1574783.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1574783</trackback:ping><description>SAS如何在VB中调用？&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1574783.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>luckisok</dc:creator><title>建立同SAS交互的开发式VB客户端</title><link>http://blog.csdn.net/luckisok/archive/2007/04/22/1574756.aspx</link><pubDate>Sun, 22 Apr 2007 17:01:00 GMT</pubDate><guid>http://blog.csdn.net/luckisok/archive/2007/04/22/1574756.aspx</guid><wfw:comment>http://blog.csdn.net/luckisok/comments/1574756.aspx</wfw:comment><comments>http://blog.csdn.net/luckisok/archive/2007/04/22/1574756.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/luckisok/comments/commentRss/1574756.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1574756</trackback:ping><description>　程序员常问哪一种语言能访问SAS，那就是用SAS的IT机制，它容许开发式客户访问SAS，程序员能用不同的语言快速的建立同SAS交互的强壮的应用，此文主要介绍大家如何用VB同SAS交互
&lt;img src ="http://blog.csdn.net/luckisok/aggbug/1574756.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>