pow函数
2012-05-28 20:15:17 来源:WEB开发网核心提示:#include<stdio.h>#include<math.h>int main(){ int i=1,t1,t2; t1=pow(10,i+1); t2=pow(10,2); printf("%d\n%d\n",t1,t2); return
#include<stdio.h> #include<math.h> int main() { int i=1,t1,t2; t1=pow(10,i+1); t2=pow(10,2); printf("%d\n%d\n",t1,t2); return 0; }
- ››Powerpoint文档美化技巧
- ››PowerPoint2003上嵌入Excel Sheet
- ››pow函数
- ››PowerPoint 2010:图表技术与演示文稿的完美融合
- ››PowerPoint 2010:让幻灯片中的视频全屏播放
- ››PowerPoint 2010:小小指针的大用途
- ››PowerPoint 2010:图片版式效果让人耳目一新
- ››PowerPoint 2010:流程展现一目了然
- ››PowerPoint 2010:不可不知的放映快捷键
- ››PowerPoint 2010:对企业的幻灯片资源进行统一管理...
- ››PowerPoint 2010:让公司徽标出现在所有幻灯片上
- ››PowerPoint 2010:快速重用之前文档中的幻灯片
更多精彩
赞助商链接