vb编写的孔明棋小游戏源码 Public Sub disable() For i = 1 To 36 Label1(i).BackColor = &H8000000F; Label1(i).Enabled = False Next i End Sub Public Sub start(o) For k = 1 To o For l = 1 To 36 If (l >= (6 * k - 5)) And (l <= (o + 6 * k - 6)) Then Label1(l).En
ptypes库源码和手册 PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with portable thread and sy