摘要:
Reference Constructors vector Constructs a vector of a specific size or with elements of a specific value or with a specific allocator or as a copy of some other vector. Typedefs allocator_type A t... 阅读全文
摘要:
void RandNumbs(int nLimts, int result[], int n)//给定范围内产生n个不同随机数(1 nLimts),并存储到result中 { int nNum = 0; int temp = new int[nLimts]; for (int i = 0; i 阅读全文