資源簡介
C# 2.0 用多線程計算任意位的pi值是Addison Wesley - Windows Forms 2.0 Programming的第18章Multithreaded User Interfaces(多線程下的用戶界面)配套源碼
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Windows.Forms;
namespace?piCalculator
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?SyncCalcPiForm());
????????}
????}
}
- 上一篇:C#倉庫管理系統
- 下一篇:asp.net 圖書館管理系統
評論
共有 條評論