11 2008 档案
摘要:struct student {
int num;
char name[20];
float grade;
};
阅读全文
摘要:#include
const double HD=3.1415926/180;
void main() {
cout"x\tsin(x)"endl;
for (int i=0;i=180;i=i+30)
couti"\t"sin(i*HD)endl;
阅读全文
摘要:#define YES 1
#define PI 3.1415926
#define RAD PI/180
#define MESG "This is a string."
阅读全文
摘要:#define MAX(a,b) ((a)>(b) ? (a):(b))
阅读全文
摘要:#define PI 3.1416
#if 1
cout"i="iendl;
#endif
阅读全文
摘要:400 主板 + 显卡 +声卡 200 内存 400 处理器 350 硬盘 200 电源 1600
阅读全文

浙公网安备 33010602011771号