資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?Lottery
{
????public?partial?class?Form1?:?Form
????{
????????int?N?=?100;
????????int?turn?=?0;
????????int[]?a?=?new?int[1000];
????????Random?random?=?new?Random((int)DateTime.Now.Ticks);
????????public?Form1()
????????{
????????????InitializeComponent();
????????????label1.Parent?=?pictureBox3;
????????????label1.BackColor?=?Color.Transparent;
????????????turn?=?0;
????????????for?(int?i?=?0;?i?1000;?i++)
????????????????a[i]?=?0;
????????}
????????
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
??????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1833??2010-12-15?12:29??一流素材網.html
?????文件????8071796??2012-08-14?21:19??psd5612.psd
-----------?---------??----------?-----??----
??????????????8073629????????????????????2
評論
共有 條評論