位置: 高鈺婷 >
c#筆記
2012.05.21
using System;using System.Collections.Generic;using System.Collections;using System.Linq;using System.Text;
(全文...)
(全文...)
0507
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication2{ class Program { static void Main(s
(全文...)
(全文...)
2012.04.23一維陣列
double[] SinArray = new double[360];/* SinArray[89] = 1; Console.WriteLine(SinArray[89]); &
(全文...)
(全文...)
2012.03.19 建構子
◎宣告一個2維向量,包含X、Y&建構子宣告class vector2D { public float x; public float y;  
(全文...)
(全文...)
2012.03.12 C#自訂資料型態
1.{ class Program { static void Main(string[] args) { student stutMES = new stu
(全文...)
(全文...)