- 博客(2)
- 收藏
- 关注
原创 DTS
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Configuration;using Topdeep.D
2007-09-15 10:48:00 389
原创 排序
冒泡排序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)&&(!done)){ done=true;for(i=0;i<lis
2007-09-15 10:42:00 285
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人