首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴blue176的代码贴C++
#define H    40 
#define W    80 
#define S    .1 
#define A(x)    ((x)*3.1416/180) 
#include<iostream> 
#include<cstdlib> 
#include<cmath>
  
int main() { 
double a=-72,x=0,y=0; 
char b[H][W]; 
int i,j; 
......................
阅读全部 | 2011年11月3日 17:32
1
blue176