C#冒泡排序法
摘要:
using System;using System.Collections.Generic;using System.Text;namespace yunsuan{ class Program { static void Main(string[] args) { int[] array = new int[5]; for (int i = 0; i < array.Length; i++) { Console.Write("input number {0} ... 阅读全文
posted @ 2011-11-24 15:41 丁丁不忆男 阅读(154) 评论(0) 推荐(0)
浙公网安备 33010602011771号