10 2007 档案
摘要:http://edison.mohawkcollege.ca/access/course/co314/Labs/Lab5/Lab5.html Public Class Form1Class Form1 ' Declare the arrays that will be used in the program Dim strParams(2) As String Dim s...
阅读全文
posted @ 2007-10-19 15:23
N/A2011
摘要:Bubble1packagesort;23/***//**4*Bubblesortclass5*6*@author7*@version1.08*/9publicclassBubbleSort10{11@SuppressWarnings("unchecked")12publicstaticvoidsort(Comparable[]array)13{14sort(array,0,array.length-1);15}1617@SuppressWarnings("unchecked")18privatestaticvoidsort(Comparable[]ar
阅读全文
posted @ 2007-10-10 10:35
N/A2011