Bobby

聚沙成塔 集腋成裘
posts - 89, comments - 26, trackbacks - 0, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

04 2007 档案

摘要: CSS代码<styletype="text/css">.Freezing{}{position:relative;table-layout:fixed;top:expression(this.offsetParent.scrollTop);z-index:10;}.Freezingth{}{text-overflow:ellipsis;overflow:hidden;white-spa...阅读全文

posted @ 2007-04-29 17:50 Bobby 阅读(2949) | 评论 (2) 编辑 |

摘要: 本文介绍了C#的四种排序算法:冒泡排序、选择排序、插入排序和希尔排序 冒泡排序using System;namespace BubbleSorter { public class BubbleSorter { public void Sort(int [] list) { int i,j,temp; bool done=false; j=1; while((j<list.Length)&&...阅读全文

posted @ 2007-04-28 23:01 Bobby 阅读(181) | 评论 (0) 编辑 |

posted @ 2007-04-26 15:32 Bobby 阅读(793) | 评论 (0) 编辑 |

posted @ 2007-04-26 15:21 Bobby 阅读(636) | 评论 (1) 编辑 |

posted @ 2007-04-18 13:50 Bobby 阅读(252) | 评论 (0) 编辑 |

posted @ 2007-04-18 13:49 Bobby 阅读(935) | 评论 (0) 编辑 |

posted @ 2007-04-17 13:55 Bobby 阅读(878) | 评论 (0) 编辑 |

posted @ 2007-04-15 22:31 Bobby 阅读(91) | 评论 (0) 编辑 |