C语言帝国

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

返回顶部     登录  注册   网站地图   闽ICP备05035124号-7
©2013 C语言帝国