readme.txt
来自「一个彩票程序排列的原代码! 有兴趣的朋友可以试一试!」· 文本 代码 · 共 22 行
TXT
22 行
http://www.vb-helper.com/HowTo/sortarr.zip
Purpose
This toolkit contains subroutines for sorting arrays of Integers, Longs,
Singles, Doubles, Strings, and Variants.
Use the SortIntArray, SortDoubleArray, etc. subroutines.
Method
Uses the quicksort algorithm. For more information on this and other sorting
algorithms, as well as lots of other useful algorithms, look at the book
Ready-to-Run Visual Basic Algorithms by Rod Stephens, John Wiley & Sons,
1998.
For more information go to http://www.vb-helper.com/vba.htm.
Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?