CPU温度检测 Documentation and support is available at: http://www.techpowerup.com/realtemp http://www.xtremesystems.org/forums/showthread.php?p=2809778#post2809778
本示例的FOR循环创建一个Mandelbrot图像。 代码如下: using System; namespace a { class Program { public static void Main(string[] args) { double realCoord,imagCoord; double realTemp,imagTemp,realTemp2,arg; int iterations; for (imagCoord=1.2;imagCoord>=-1.2;imagCoord