• 回答数

    3

  • 浏览数

    247

南得珍贵
首页 > 英语培训 > 随即英文

3个回答 默认排序
  • 默认排序
  • 按时间排序

小小爱小吃

已采纳

Code_nst = "1234567890" Recode_nst = RoundStr(Code_nst,8) Function RoundStr(str,Num) s = "" for i = 1 to Num Randomize strLen = Len(str) t = Round((Rnd * (strLen-1))+1) s = s & mid(str,t,1) Next RoundStr = s End Function

随即英文

118 评论(14)

夏日风清凉

// 设定随机数发生公式的种子值 srand( (unsigned)time( NULL ) ); // 获得0-9随机数 int i = rand() % 10;//随机字母小写char ch = rand()%26+97;//随机字母大写char ch = rand()%26+65;//////////////////////////////一位一位随机生成

219 评论(15)

小宝151205

你好!她瞟了一眼睡着的孩子随即匆匆离开了She glanced at the sleeping child and hurried away.

100 评论(8)

相关问答