
C#
ruberzhu
面对强大的对手,明知不敌,也要毅然亮剑,狭路相逢勇者胜。即使倒下,也要成为一座山
展开
-
随机字符串程序(支持数字,字母,汉字,特殊字符)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace ex2{ class Program { static void Main(string[] args) { while (true) { Encoding gb =原创 2010-07-07 21:08:00 · 1326 阅读 · 0 评论 -
随机数字(支持int64,支持double)
<br />using System;<br />using System.Collections.Generic;<br />using System.Linq;<br />using System.Text;<br />using System.Threading;<br />namespace exam1<br />{<br /> class Program<br /> {<br /> static void Main(string[] args)<br />原创 2010-07-07 21:21:00 · 1277 阅读 · 0 评论