| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 828 人关注过本帖
标题:[分享]大家来看一下,这是求次幂的简便方法
只看楼主 加入收藏
goodgoodstudy
Rank: 2
等 级:新手上路
威 望:3
帖 子:111
专家分:0
注 册:2005-4-6
收藏
 问题点数:0 回复次数:6 
[分享]大家来看一下,这是求次幂的简便方法

using System; class My { static void Main() { Pow r=new Pow (); System.Threading .Thread.Sleep (10000); } } class Pow { public Pow() { Console.WriteLine("请输入你要求幂的数:"); int x=int.Parse (Console.ReadLine()); Console.WriteLine ("数的幂是:"); int y=int.Parse (Console.ReadLine ()); int p=(int)Math.Pow (x,y); Console.WriteLine ("数"+x+"的"+y+"次方是"+p);

} }

搜索更多相关主题的帖子: 分享 
2005-04-16 11:36
live41
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:67
帖 子:12442
专家分:0
注 册:2004-7-22
收藏
得分:0 
不错哦~~~
2005-04-16 11:46
soup312
Rank: 1
等 级:新手上路
帖 子:25
专家分:0
注 册:2005-3-13
收藏
得分:0 
不错,刚学的吧,加油 俺也一样呵呵
2005-04-16 12:39
yushengou
Rank: 1
等 级:新手上路
帖 子:401
专家分:0
注 册:2005-3-30
收藏
得分:0 

你们是不是同一个学校,同一年级,不同班级。
或者是同一班级的啊

我是初学者,希望大家能多多帮助我 /bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://bbs./bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif');}" onmousewheel="return imgzoom(this);" alt="" />
2005-04-16 14:11
wanyiyi520
Rank: 1
等 级:新手上路
帖 子:23
专家分:0
注 册:2005-4-18
收藏
得分:0 
这里的x,y,p不需要定义的吗?
我是新人 俺不懂就问

等我有了钱~喝豆浆吃油条~想喝几完喝几碗~
2005-04-18 10:09
yushengou
Rank: 1
等 级:新手上路
帖 子:401
专家分:0
注 册:2005-3-30
收藏
得分:0 
以下是引用wanyiyi520在2005-4-18 10:09:17的发言: 这里的x,y,p不需要定义的吗? 我是新人 俺不懂就问
int x=int.Parse (Console.ReadLine()); Console.WriteLine ("数的幂是:"); int y=int.Parse (Console.ReadLine ()); int p=(int)Math.Pow (x,y); 他都已经定义了

[此贴子已经被作者于2005-4-18 10:19:48编辑过]


我是初学者,希望大家能多多帮助我 /bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://bbs./bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif');}" onmousewheel="return imgzoom(this);" alt="" />
2005-04-18 10:19
littleh
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2005-4-16
收藏
得分:0 
却实简便,加油喔~~~~~

2005-04-18 10:32
快速回复:[分享]大家来看一下,这是求次幂的简便方法
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.041879 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved