2017年1月17日

冒泡排序 - vb.net

摘要: Imports System.ThreadingModule Module1 Sub Main() Dim int_array(9) As Integer Dim rnd As New Random '填充数组元素 For i As Integer = 0 To int_array.Length - 阅读全文

posted @ 2017-01-17 16:12 墨尔本 阅读(430) 评论(0) 推荐(0)

选择法排序 vb.net

摘要: Imports System.ThreadingModule Module1 Sub Main() 'test code 'Dim a, b As Integer 'a = 3 'b = 4 'Exchange(a, b) 'Console.WriteLine("a=" & a & ", b=" & 阅读全文

posted @ 2017-01-17 15:14 墨尔本 阅读(988) 评论(0) 推荐(0)

导航