<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_FrankChen</title><subtitle type="text">Frank.Chen's Tech Space</subtitle><id>http://feed.cnblogs.com/blog/u/33523/rss</id><updated>2008-07-31T15:17:29Z</updated><author><name>Frank.Chen</name><uri>http://www.cnblogs.com/FrankChen/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/FrankChen/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/33523/rss"/><entry><id>http://www.cnblogs.com/FrankChen/archive/2008/07/31/1257560.html</id><title type="text">排序算法之直接插入排序法(一)</title><summary type="text">直接插入排序法直接插入排序属于稳定的排序，时间复杂性为O(n2)，空间复杂度为O(1)。基本思路（升序思路）每次从无序表中取出第一个元素，把它插入到有序表的合适位置，使有序表仍然有序。 直接插入排序法是由两层嵌套循环组成的。外层循环标识并决定待比较的数值；内层循环为待比较的数值确定最终位置。直接选择排序法是将待比较数与前一位数值进行比较，所以外层循环是从第二个数开始。当待比较数值大小前一位数值则继...</summary><published>2008-07-31T11:32:00Z</published><updated>2008-07-31T11:32:00Z</updated><author><name>Frank.Chen</name><uri>http://www.cnblogs.com/FrankChen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/FrankChen/archive/2008/07/31/1257560.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/FrankChen/archive/2008/07/31/1257560.html"/></entry><entry><id>http://www.cnblogs.com/FrankChen/archive/2008/05/19/1202612.html</id><title type="text">通用分页</title><summary type="text">CREATEPROCdt_Pagination/**//*适用于联合主键/单主键/存在能确定唯一行列/存在能确定唯一行的多列(用英文,隔开)调用：第一页查询时返回总记录和总页数及第一页记录：EXECUTEP_public_ViewPage_per'TableName','col1,col2,col3,col4','pk1,pk2,pk3','col5&amp;gt;0andcol7&amp;lt;9','pk1a...</summary><published>2008-05-19T07:51:00Z</published><updated>2008-05-19T07:51:00Z</updated><author><name>Frank.Chen</name><uri>http://www.cnblogs.com/FrankChen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/FrankChen/archive/2008/05/19/1202612.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/FrankChen/archive/2008/05/19/1202612.html"/></entry><entry><id>http://www.cnblogs.com/FrankChen/archive/2008/03/26/1122936.html</id><title type="text">DIV+CSS+JS实现TreeView</title><summary type="text">如果数据太多,ASP.NET里面自带的TreeView显示就会非常的慢,所以用DIV+CSS+JS自已写了一个类似TreeView的效果.因为状态是用COOKIE来保存的,所以用户禁止了COOKIES那不能保存状态了.文件下载:点击下载CSS样式:#treeview{}{width:200px;}#treeviewul{}{list-style-type:none;margin:0px;paddi...</summary><published>2008-03-26T05:19:00Z</published><updated>2008-03-26T05:19:00Z</updated><author><name>Frank.Chen</name><uri>http://www.cnblogs.com/FrankChen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/FrankChen/archive/2008/03/26/1122936.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/FrankChen/archive/2008/03/26/1122936.html"/></entry></feed>
