摘要:
ptrWaveBox.Axes(1).Maximum = 1000 ptrWaveBox.Axes(2).Maximum = 20 ptrWaveBox.Axes(2).Minimum = 0 Dim fTemp(2000) As Single For n = 0 To iPixel - 1 fTemp(n) = wave(n) Next ReDim wave(iPixel) As Single 阅读全文
摘要:
InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this col 阅读全文