排列組合排遞迴怎麼寫 / Visual Basic 6.0/VBA / 程式設計俱樂部
2008/6/2 下午 04:00:36 Dim items(40) As String Dim itemcount As Integer Dim outstring(40) As String Dim outlength As Integer Dim pointer(40) As Integer Dim flags(40) As Integer Dim counter As Integer Dim level As Integer Dim ptr As Integer...