using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
- Dec 19 Fri 2014 16:08
-
暫存
- Dec 12 Fri 2014 14:45
-
VB隨機亂數
- Dec 05 Fri 2014 15:47
-
排列未打亂
int x;
int width, height;
int[] myarray = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};
// Instantiating all the buttons in the array
for (int j = 1; j < 5; j++)
- Dec 05 Fri 2014 14:34
-
VB

For i = 1 To 9
Cells(1, i) = i
Cells(2, i) = i
Cells(1, i).Font.ColorIndex = 0
- Nov 28 Fri 2014 15:56
-
4*4 隨機變數

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
- Nov 28 Fri 2014 14:37
-
99乘法表
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
- Nov 28 Fri 2014 14:07
-
計算機
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
- Oct 24 Fri 2014 15:59
-
圈圈叉叉

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
- Oct 17 Fri 2014 16:19
-
跑馬

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
- Oct 17 Fri 2014 15:04
-
week4


