摘要: 首次写博客,见谅!win32控制台程序 1 #include "stdafx.h" 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 using namespace std; 9 10 11 double gaussrand()12 {13 static double V1, V2, S;14 static int phase = 0;15 double X;16 double a[100];17 srand((unsigned)time(NULL));18 19 for (in... 阅读全文
posted @ 2013-01-27 20:35 ONWAYO 阅读(6006) 评论(0) 推荐(0)