C语言帝国
SEARCH
X 我知道了
TIPS:左右滑动导航栏可以查看更多栏目
订阅RSS
首页
C语言帝国QQ群
首页
C语言帝国QQ群
cypress 的 站内主页
2008
08-17
C语言 为什么以下函数 输出结果不同
VIEW
cypress
编程问题提问区
3 条评论
#include "stdio.h" #include "math.h" main() { float y; int x,n; y=1; while(y>=-1) { n=acos(y)*10; for(x=0;x<n;x++) printf(" "); printf("*"); for(;x<62-n;x++) printf(" "); printf("*%d %lf\n",n....
Read More >
作者档案
昵称:
cypress
邮箱:
leftcypress@163.com