資源簡(jiǎn)介
C# 2.0 用多線程計(jì)算任意位的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
????{
????????///?
????????///?應(yīng)用程序的主入口點(diǎn)。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?SyncCalcPiForm());
????????}
????}
}
- 上一篇:C#倉庫管理系統(tǒng)
- 下一篇:asp.net 圖書館管理系統(tǒng)
評(píng)論
共有 條評(píng)論