神威太湖之光并行程序设计与优化.pdf(14.04 MB) 有兴趣的可以看一看,了解一下超级计算机的体系结构
#include<stdio.h> int main() { int a,b; a=6; b=3; while(b) { printf("%d",a); b--; } return 0; }
#include<stdio.h> int main() { int a,b; a=6; for(b=3;b;b--) { printf("%d",a); } return 0; }
或者,再来一个,看看[code=c]中的c区分大小写不,
小米MAX3黑色128G版 | Opera浏览器国际版