hydrostatic skeleton 翻译成中文应该是什么啊?

乔缘飞2022-10-04 11:39:542条回答

已提交,审核后显示!提交回复

共2条回复
awrh43ga 共回答了13个问题 | 采纳率76.9%
水静力骨架
1年前
abbafay 共回答了3个问题 | 采纳率
流体静力学性骨骼
1年前

相关推荐

public class Test { public static void main(String[] agrs) {
public class Test { public static void main(String[] agrs) { int i,s = 0; int a[] = { 10,20,30,
public class Test {
public static void main(String[]agrs) {
int i,s = 0;
int a[] = { 10,20,30,40,50,60,70,80,90 };
for (i = 0; i < a.length;i++){
if (a[i] % 3 == 0) {
s += a[i];
System.out.println("s="+ s);
}
}
}

程序的输出结果为:
三郎st1年前1
zunru 共回答了15个问题 | 采纳率80%
程序输出的结果是:
s=30
s=90
s=180
for 循环会将数组a的每一个元素遍历一遍.
当遇到一个能被三整除的元素时,叠加在变量s上,并输出s的值.
第一个能被3整除的是30,此时s = 0 + 30 =30
第二个能被3整除的是60,此时s = 30 + 60 = 90
第三个能被3整除的是90,此时s = 90 + 90 = 180
请英语达人帮翻译一下Static Blocking at Railyards:Sorting Implications
请英语达人帮翻译一下Static Blocking at Railyards:Sorting Implications and Track Requirements
san3600831年前1
滴露的秋时 共回答了17个问题 | 采纳率94.1%
静态堵在Railyards :排序和跟踪需求的启示
设有定义“static int data[5][6];”,设该数组在静态存储区中的起始地址为十进制的100,若每个int
设有定义“static int data[5][6];”,设该数组在静态存储区中的起始地址为十进制的100,若每个int型数占4个字节,则数组元素data[2][3]的地址为( D )。
A. 115 B.124 C.130 D.160
求解释
一串飘红1年前1
红袖古剑 共回答了20个问题 | 采纳率100%
100 + 4×( 2×6 + 3 )= 160
data[2][3]是第数组第 2×6 + 3 个元素,每个元素为int,占4个字节,则总共占60个字节,加上起始地址,就是160
下面关于static的说法错误的是哪项呢 为什么
下面关于static的说法错误的是哪项呢 为什么
A) abstract 可以修饰类、接口、方法
B) abstract修饰的类主要用于被继承
C) abstract 可以修饰变量
D) abstract修饰的类,其子类也可以是abstract修饰的
萧南1231年前1
stef_1 共回答了17个问题 | 采纳率94.1%
C是错的,因为abstract修饰的变量默认为static和final的,感觉是这样的
求救!光耦这些参数是什么意思 VDRM(Min)(V) IFT(MAX)(MA) VTM(MAX)(V) static
求救!光耦这些参数是什么意思 VDRM(Min)(V) IFT(MAX)(MA) VTM(MAX)(V) static dv/dt(min)(v/μn)
liuyujw1年前1
蓉会贯通 共回答了16个问题 | 采纳率93.8%
VDRM---断态重复峰值电压
IF---正向直流电流(正向测试电流)
Vth---阀电压(门限电压)
dv/dt---通态电压临界上升率
修饰词的作用[ DllImport ( "kernel32" ) ]private static extern int
修饰词的作用
[ DllImport ( "kernel32" ) ]
private static extern int GetPrivateProfileString ( string section ,string key ,string def ,StringBuilder retVal ,int size ,string
private static extern 在这里具体指什么,为什么要在这里存在,不要说因为ms规定?ms为什么要规定这些呢?
清明31年前1
银河舟 共回答了10个问题 | 采纳率100%
private 不是必需的,根据设计了,public也可以阿
extern 关键字表示该方法是要调用非托管代码
如果使用extern关键字来引入非托管代码,则必须也同时使用static.为什么要用static,是因为你调用非托管代码,总得有个入口点吧,那么你声明的这个GetPrivateProfileString方法就是你要调用的非托管代码的入口.想想Main函数,是不是也必须是static呢.
为什么p=a;是错的?main(){ static int a[3][4]={1,3,5,7,9,11,13,15,17
为什么p=a;是错的?
main()
{ static int a[3][4]={1,3,5,7,9,11,13,15,17,19,21,23};
int *p;
for(p=a[0];p
海蓝红叶1年前1
tzxy1234 共回答了27个问题 | 采纳率96.3%
p与a的类型不同,因此是错误的.p的类型是:int *,a的类型是 int (*)[4].
static int a[3][4]={1,3,5,7,9,11,13,15,17,19,21,23};
int (*p)[4];
p=a; //这样类型就一致了.
Streptomyces diastaticus subsp.ardesiacus NBRC 15402 T (AB18
Streptomyces diastaticus subsp.ardesiacus NBRC 15402 T (AB184653)
请大侠帮忙翻译下这棵菌株的中文种名及其发表的相关文章!
Streptomyces(链霉菌属),..
T是指这株菌株是这个种属的典型菌株,已经发表了相关的文章得到了认可,请帮忙找下其发表的文章
帮忙把文章贴出来还吗,我没有下载的权限!
而且我英语贼烂,看不懂外文网站
tinalin1年前1
一湖月光 共回答了20个问题 | 采纳率95%
查了下,这是一个亚种,是几个日本人发现并命名的,中文种名还没有公认的翻译名(有些种名没有中文译名是很正常的,特别是一些亚种),你在写种名的时候可以这样写Streptomyces diastaticus subsp. ardesiacus ,这个就是他的种名了!至于相关的文章并没有发表,只是他这个菌株被收录了,所以也算的个典型菌株的!
英语翻译The UPS hall be of the static battery buffered type,size
英语翻译
The UPS hall be of the static battery buffered type,sized to the sum of the loads plus 30% spare capacity.
The UPS shall have the following main features:
1.short-duration mains failure are to buffered by using a battery
2.permissible deviations of the mains voltage outside the normal tolerance range shall be smoothed out
3.non-permissible frequency deviations shall be compensated
daydreamy1年前3
清清泪 共回答了17个问题 | 采纳率76.5%
UPS应为静态电池缓冲型,容量应为负载加上负载之30%的余量之和.
UPS应具备以下主要特性,
1,短时长的主机掉电应由电池作缓冲,
2,主电压超过正常误差范围的容许电压波动,应被滤除,
3,超出允许范围的频率波动应被补偿,
英语翻译7.Static group comparisonsOne of the big problem is that
英语翻译
7.Static group comparisons
One of the big problem is that most of cross-cultural comparisons are essentially "static group comparisons"---it is not possible to assign subjects randomly to different levels of a treatment variable.
Malpass suggests that we should try to obtain data on as many rival explanations as possible,and then demonstrate that they are less plausible than the ideal one.
zbdtang1年前1
梦回唐朝22 共回答了12个问题 | 采纳率100%
不变组的对比
最大的问题之一是跨文化对比本来就是“不变组的对比”
将被试者任意分配到一个处理变量的不同水平上是不可能的
Malpass建议我们应该获得越多的对立说法越好.然后证实它们不比理想的说法可信
设有说明”static int a [3][3]={{1},{4,5},{7,8,9}},*p=a[2];”,则*(p-
设有说明”static int a [3][3]={{1},{4,5},{7,8,9}},*p=a[2];”,则*(p-2)的值为_
宓lpy1年前1
wuyemao 共回答了15个问题 | 采纳率80%
为5
p=&a[2][0]
p-2=&a[1][1];
*(p-2) = a[1][1]
C# public static readonly class myclass= new class(); 求解释清楚一
C# public static readonly class myclass= new class(); 求解释清楚一点
slyaly1年前1
pdglgq_扬扬 共回答了21个问题 | 采纳率85.7%
public 公共 static 静态 readonly 只读 class 类名 myclass class类的对象 new class()创建一个class对象
这样就清楚了,就是创建一个公共静态只读的class类的对象
three basic types of static stresses
three basic types of static stresses
在下面选三个
A.compression
B.hardness
C.reduction in area
D.shear
E.tensile
F.true stress
G.yield
常山犬太郎1年前1
gryy心 共回答了18个问题 | 采纳率83.3%
ADE
求英语大神!有一个句子不理解House prices, which have been static for sever
求英语大神!有一个句子不理解
House prices, which have been static for several months ,are now rising again.中为什么要有which?能不能这样house prices have been static for several months,but now rising again.
fdjkhsngj324kj0n1年前3
yuanhanqiao 共回答了29个问题 | 采纳率79.3%
which引导的是定语从句修饰 House price,句中的谓语是are
but是连词,要链接两个句子,所以第二种说法中,要是but后加上 they are之后就可以这么说了,因为这时but前后都是主谓语完整的句子了.
a static watch gives the right time twice a day.But it is of
a static watch gives the right time twice a day.But it is of no use for the rest of the time怎么翻
hjc961年前1
汇智多思 共回答了15个问题 | 采纳率93.3%
一个静止的表一天里有两次的时间是对的,但它对于剩余的时间没有用
英语翻译the nonstatic nature of the enviroment is simultanuously
英语翻译
the nonstatic nature of the enviroment is simultanuously one of the greatest attactions and frustrations for the international manager.
我看了大家的翻译!但one of the greatest 怎么都没有翻译出来!
urerefs1年前3
jadorejadore 共回答了16个问题 | 采纳率100%
环境的非静态特性(多变性)让国际经理人既喜又忧.
不能作为类的修饰符的是:A public B abstract C finally D static
不能作为类的修饰符的是:A public B abstract C finally D static
这是JAVA
iwnthgg1年前1
晨筱露水 共回答了24个问题 | 采纳率87.5%
C
一道关于static的练习题 求高手
一道关于static的练习题 求高手
8、关于以下application的说明,正确的是( )。
1. class StaticStuff
2. {
3. static int x=10;
4. static { x+=5;}
5. public static void main(String args[ ])
6. {
7. System.out.println(“x=” + x);
8. }
9. static { x/=3;}
10. }
A、 4行与9行不能通过编译,因为缺少方法名和返回类型
B、 9行不能通过编译,因为只能有一个静态初始化器
C、 编译通过,执行结果为:x=5
D、 编译通过,执行结果为:x=3
答案选C 求详尽解析 static在这题的作用
菜鸟老龙1年前1
为入眠掘金而来 共回答了17个问题 | 采纳率100%
x+=5 是 x=x+5;
sysout = ''x=15''
x/=3 是 x=x/3;
此时x=5;//不是输出 返回

public static void main(String args[]){
//此为输出
}
为什么会输出finishedpublic class Test { public static void main(St
为什么会输出finished
public class Test { public static void main(String arg[]) { int i = 5; do { System.out.println(i); } while (--i>5) System.out.println("finished"); } } 执行后的输出是什么?
冰雨柔情1年前1
想吃琵琶 共回答了17个问题 | 采纳率88.2%
这个是Java程序,呵呵, 不是英语题.
输出的是只有finished的字样. 你的循环是打印i的值, i 的初值是5, 循环的条件是i>5, i-1作为循环变量更新的表达式, 但你的i从来没有大于过5, 所以你的循环语句压根就没有执行过, 于是程序的执行顺序就调过了这个循环, 直接执行后面的那个系统输入了, 也就是打印字符串"finished".
.owner是什么意思static struct file_operations dev_fops = { .owner
.owner是什么意思
static struct file_operations dev_fops = {
.owner = THIS_MODULE,
.ioctl = sbc2440_leds_ioctl,
};我知道owner,ioctl都是file_operations的成员,不明白前面要加个“.”的作用
不是要问这个单词什么意思
lulu1031年前1
常常发呆 共回答了21个问题 | 采纳率95.2%
没有特定的这种说法,要看上下文.feature可以解释为“专题”,而owner也有一个不太常用的意思是“负责人”,所以“feature owner”可以解释为“专题负责人”.这里没有上下文不好判断具体是什么,但举个例子,比如某个电视台要拍个专题节目,负责统筹这个节目拍摄的人就可以叫做feature owne
什么物理实验,目的,原理Static and Kinetic FrictionIf you try to slide a
什么物理实验,目的,原理
Static and Kinetic Friction
If you try to slide a heavy box resting on the floor,you may find it difficult to get the box moving.Static friction is the force that is acting against the box.If you apply a light horizontal push that does not move the box,the static friction force is also small and directly opposite to your push.If you push harder,the friction force increases to match the magnitude of your push.There is a limit to the magnitude of static friction,so eventually you may be able to apply a force larger than the maximum static force,and the box will move.The maximum static friction force is sometimes referred to as starting friction.We model static friction,F­­static,with the inequality Fstatic m­s N where m­s is the coefficient of static friction and N the normal force exerted by a surface on the object.The normal force is defined as the perpendicular component of the force exerted by the surface.In this case,the normal force is equal to the weight of the object.
kjaux1年前2
luckcen 共回答了14个问题 | 采纳率100%
这个就是静摩擦与动摩擦.主要先说的是,如果你推一个很沉的箱子,你会发现你很难让箱子移动.静摩擦就是使箱子静止的力.如果你轻轻推箱子,静摩擦力就很小,用力推箱子,静摩擦力就很大.当然,这是有一个界限的的.当你作用在箱子上的力大于最大静摩擦力,那么箱子就被你推动了.
然后就是在解释公式……F=μN 求动摩擦.N是支持力,F是摩擦力,μ是摩擦系数.剩下的你就自己百度去吧……
流体静力学平衡谁能给我讲讲恒星中的流体力学平衡(Hydrostatic Equilibrium)这个概念.
jojowl1年前1
鱼_猫 共回答了19个问题 | 采纳率94.7%
如果你说的是流体力学的静平衡问题的话基本上可以用 Euler静平衡方程来描述,既在x方向上:密度乘以单位质量力,减去压强对x的偏导数等于零;y,z方向上同理;在特定恒星中质量力如何,以及密度如何分布应该有其中的学问...
请问大牛,在COMSOL结构力学中,如何对一个圆形截面施加液压(hydrostatic pressure)即是各个方向
请问大牛,在COMSOL结构力学中,如何对一个圆形截面施加液压(hydrostatic pressure)即是各个方向 向圆形截面里压的力.
具体:圆形截面是光子晶体光纤的横截面.我要达到的效果,如图.
图是COMSOL计算出来的,矢量位移图,箭头都是从各个方向指向圆心的.
我的重点问题就是怎么从各个方向施加力,达到液压的效果.还是怎么设置就可达到液压.
希望各位大神不吝赐教,或进行一些讨论,分数随后奉上,
tancheng06271年前1
超越超越 共回答了17个问题 | 采纳率94.1%
结构力学中 不想什么材料 .方法有很多额.
说个通俗点的
你就把你的腰当圆柱体,皮带那块就是横截面 .勒紧皮带.
在比如你这 一捆东西捆在一起 拿根橡皮筋往里面加压是水平的 .
如果换成螺旋型的.就像绑丝带一样 会不断往里面加压
Skinnyman - Static-X fired up
cq魔幻厨房1年前1
心孤胆寒 共回答了16个问题 | 采纳率93.8%
我不知道
关于java中覆盖的问题在java中,覆盖需要注意三个方面:(1)子类不能覆盖父类中声明为final或者static的方
关于java中覆盖的问题
在java中,覆盖需要注意三个方面:
(1)子类不能覆盖父类中声明为final或者static的方法。
(2)子类必须覆盖父类中声明为abstract的方法,或者子类也必须声明为abstract。
(3)子类覆盖父类中的同名方法时,子类的方法声明也必须和父类中被覆盖的方法的声明相同。

我对第二句话有点不理解,谁能给我讲一下其中的原理。(如果方便的话也可以讲一下第一点的原理)
白雾茫茫1年前1
陈qiuling 共回答了24个问题 | 采纳率95.8%
abstract是指抽象的方法 父类中木有实现的
例如:父亲有一个心愿木有实现,那么就要求儿子代他实现这个心愿,如果儿子发现也不能实现,那么再往下传递给他的儿子
static void soap_default__cwmp__FactoryResetResponse(struct
static void soap_default__cwmp__FactoryResetResponse(struct soap *soap,struct _cwmp__FactoryResetResponse *a) {
(void)soap; (void)a; /* appease -Wall -Werror */
}
ō雪梨ō651年前1
板板671 共回答了20个问题 | 采纳率100%
就是把结构体指针转化为void指针,没别的意思
The method main cannot be declared static; static methods ca
The method main cannot be declared static; static methods can only be declared in a static or top是
右边的耳朵1年前1
aasdsdsds 共回答了11个问题 | 采纳率81.8%
这中方法最主要的是不能够被称为永恒.永恒的方法仅仅只有在静止或极限时被运用.
英语翻译The estimated static conditional correlations for monthl
英语翻译
The estimated static conditional correlations for monthly international tourist arrivals,as well as for the respective transformed series,were found to be significantly different from zero,but also relatively low.
飞到哪里去1年前2
hiiamjo 共回答了17个问题 | 采纳率94.1%
每月被评估的国际游客到达量的静态关联的条件性数据,又被建立成为各自分项的转换数据...尤其是不同于零和相对较低的数值.
private static final log log = logfactory.getlog(***.class);
十二颗石头1年前1
rheazy 共回答了19个问题 | 采纳率89.5%
通过logFactory得到一个log对象,一般如果这样来得到对象的话,Log类里面的构造函数是不可视的,一般只能通过getIntance()来得到一个Log对象,(往往会用单例),如果按照一般逻辑,会在LogFactory中定义一个getLog函数,由...
Private Sub Form_Click() Dim x As Integer Static y As Intege
Private Sub Form_Click() Dim x As Integer Static y As Integer x = x + 2 y = x + y Form1.Print "x=";
老的儿1年前1
夏天到了吗 共回答了18个问题 | 采纳率100%
2
ansys计算电感模型文件chock.lgw如下,如何求解线圈电感/title static analysis of t
ansys计算电感
模型文件chock.lgw如下,如何求解线圈电感
/title static analysis of the chock
keyw,magedg,1
/prep7
define the elements and materials
et,1,117
mp,murx,1,the air
mp,murx,2,the gap
mp,murx,3,the coil
mp,rsvx,3,3e-8
mp,rsvx,4,60e-4 the iron
mp,murx,4,12000
ix=0.0457
iy=0.1524
iz=0.127
gz=0.0254
fz=0.0762
fy1=0.0254
fy2=0.0308
ch=0.0229
cw=0.018
gap1=0.005
gap2=0.002
i=200
n=36
jdens=i*n/(ch*cw)
*dim,cur,array,2
*dim,coils,char,2
cur(1)=200
coils(1)='coil1'
cur(2)=200
coils(2)='coil2'
/pnum,volu,1
block,0,ix/2,0,fy2/2,-iz/2,-iz/2+gz
block,0,ix/2,fy2/2,iy/2-fy1,-iz/2,-iz/2+gz
block,0,ix/2,iy/2-fy1,iy/2,-iz/2,-iz/2+gz
block,0,ix/2,iy/2-fy1,iy/2,-iz/2+gz,0
vsymm,x,1,4
vsymm,y,1,8
vsymm,z,1,16
block,0,ix/2,0,fy2/2,-fz/2,-fz/4-ch/2
block,0,ix/2,0,fy2/2,-fz/4-ch/2,-fz/4+ch/2
block,0,ix/2,0,fy2/2,-fz/4+ch/2,fz/4-ch/2
block,0,ix/2,0,fy2/2,fz/4-ch/2,fz/4+ch/2
block,0,ix/2,0,fy2/2,fz/4+ch/2,fz/2-gap1
block,0,ix/2,0,fy2/2,fz/2-gap1,fz/2
vsymm,x,33,38
vsymm,y,33,44
vglue,all
numcmp,all
block,ix/2,ix/2+gap2,0,fy2/2,-fz/4-ch/2,-fz/4+ch/2
block,0,ix/2,fy2/2,fy2/2+gap2,-fz/4-ch/2,-fz/4+ch/2
cyl4,ix/2,fy2/2,0,0,gap2,90,-fz/4-ch/2
cyl4,ix/2,fy2/2,0,0,gap2,90,-fz/4+ch/2
vsbv,59,60
numcmp,all
vsymm,x,57,59
vsymm,y,57,62
vsymm,z,57,68
vsel,s,volu,57,80
vglue,all
numcmp,all
block,ix/2+gap2,ix/2+gap2+cw,0,fy2/2,-fz/4-ch/2,-fz/4+ch/2
block,0,ix/2,fy2/2+gap2,fy2/2+gap2+cw,-fz/4-ch/2,-fz/4+ch/2
cyl4,ix/2,fy2/2,gap2,0,gap2+cw,90,-fz/4-ch/2
cyl4,ix/2,fy2/2,gap2,0,gap2+cw,90,-fz/4+ch/2
vsbv,83,84
numcmp,all
vsymm,x,81,83
vsymm,y,81,86
vsymm,z,81,92
vsel,s,volu,81,104
vglue,all
numcmp,all
plot the air
block,-ix*1.5,ix*1.5,-iy*1.5,iy*1.5,-iz*1.5,iz*1.5
vsel,all
vovlap,all
numcmp,all
mesh
vsel,s,volu,14,36,36-14
vsel,a,volu,40,52,52-40
vatt,2,1
vsel,s,volu,1,13
vsel,a,volu,15,35
vsel,a,volu,37,39
vsel,a,volu,41,51
vsel,a,volu,53,56
vatt,4,1
vsel,s,volu,57,80
vatt,1,1
vsel,s,volu,81,84
vsel,a,volu,89,92
vsel,a,volu,97,100
vatt,3,1,1
vsel,s,volu,85,88
vsel,a,volu,93,96
vsel,a,volu,101,104
vatt,3,2,1
vsel,s,volu,105
vatt,1,1
vsel,s,volu,1,104
vmesh,all
vsel,s,volu,105
mshkey,0
mshape,1,3d
smrtsize,4
vmesh,all
esel,s,real,1
cm,coils(1),elem
esel,s,real,2
cm,coils(2),elem
allsel,all
finish
/solu
allsel,all
nsel,s,loc,x,ix*1.5
nsel,a,loc,y,-iy*1.5
d,all,az,0
vsel,s,volu,84,100,100-84
vsel,a,volu,88,104,104-88
eslv,s
bfe,all,js,jdens
vsel,s,volu,81,97,97-81
vsel,a,volu,85,101,101-85
eslv,s
bfe,all,js,0,jdens
vsel,s,volu,82,98,98-82
vsel,a,volu,86,102,102-86
eslv,s
bfe,all,js,-jdens
vsel,s,volu,83,99,99-83
vsel,a,volu,87,103,103-87
eslv,s
bfe,all,js,0,-jdens
csys,1
vsel,s,volu,92,96,96-92
eslv,s
bfe,all,js,0,jdens
vsel,s,volu,91,95,4
eslv,s
bfe,all,js,0,jdens
vsel,s,volu,89,93,4
eslv,s
bfe,all,js,0,jdens
vsel,s,volu,90,94,4
eslv,s
bfe,all,js,0,jdens
csys,0
allsel,all
solve
finish
该源码过于冗繁,现在,不管是谁,我就给他分数
命令流修改部分我没有收到,能否将修改的命令流和求解电感的命令流发到我的邮箱里个,我的邮箱是gfgf_99@163.com
请注意,悬赏分数已经提高到150
oosummer1年前1
Elena_wei 共回答了14个问题 | 采纳率92.9%
你的命令流我花了点时间运行了一下,没有计算电感的部分,我把求解电感的命令程序加上后,自动退出ansys.于是我发现你的边界条件赋予的不对,将边界条件修改后,可以得到结果,结果的准确与否主要取决于你给的激励是否准确.你自行分析一下,如果有问题在一起解决.
命令流修改部分已经发送消息 注意查收
计算结果如下
Flux linkage of coil 1.= 0.35926E+02
Flux linkage of coil 2.= 0.34827E+00
Self inductance of coil 1.= 0.21611E+00
Self inductance of coil 2.= 0.95105E-03
Mutual inductance between coils 1.and 2.= 0.80795E-03
、已知static int a[3][4]; int *p;则下列语句不合理的是( ) A、p=a; B、p=a[0];
、已知static int a[3][4]; int *p;则下列语句不合理的是( ) A、p=a; B、p=a[0]; C、p=*a; D、p=&a
已知static int a[3][4]; int *p;则下列语句不合理的是( )
A、p=a; B、p=a[0]; C、p=*a; D、p=&a[0][0];
为什么选A呢
jiang60291年前1
心跳课程 共回答了10个问题 | 采纳率70%
p=a;//*p的内容是一个行地址,p是指向行地址的指针
p=a[0];//*p的内容是一个元素,p是行地址指针
p=*a;//*p的内容是一个元素,p是行地址指针,同第二句
p=&a;//*p的内容是一个二维数组指针,而一个指向二维数组指针的指针是没有意义的,所以选d
electrostatic painted
thanks8881年前5
放大飞洒 共回答了14个问题 | 采纳率100%
静电喷涂
C#中圆的面积的计算的一道题定义一个函数 static void area( float r );用于计算圆的面积,并将
C#中圆的面积的计算的一道题
定义一个函数 static void area( float r );
用于计算圆的面积,并将计算的结果输出,例如:“半径为10.0 的圆的面积为314.159”.
在 Main 函数中定义一个变量 R,表示半径,请用户输入值,然后调用 area()函数计算圆的面积
这样哪里错?可以不用return吗?
static float area(float r)
{
float PI = 3.1415926F;
float mj = PI * r * r;
Console.WriteLine(mj);
}
static void Main()
{
area(10);
}
}
petter07051年前1
很爱很爱周笔畅 共回答了22个问题 | 采纳率95.5%
static float area(float r)
{
float PI = 3.1415926F;
float mj = PI * r * r;
//Console.WriteLine(mj);
//加上
return mj;
}
static void Main()
{
//area(10);
//改为
float mj=area(10);
Console.WriteLine(mj); }
}
如果不想改Main函数里面的内容就将static float area(float r)
改为:static void area(float r)无返回值
ATTENTION OBSERVE PRECAUTIONS FOR HANDLING ELECTROSTATIC SEN
ATTENTION OBSERVE PRECAUTIONS FOR HANDLING ELECTROSTATIC SENSITIVE DEVICES是什么意思?
心随枫飞1年前3
ee志强 共回答了13个问题 | 采纳率84.6%
请注意遵守静电敏感装置的使用禁忌
(比如用手触摸设备前要先把手摸一下接地的东西等等)
staticinthand=0;p2->next=p1->next;oveax,dwRetret
shadow00961年前1
applepiggy 共回答了22个问题 | 采纳率95.5%
staticinthand=0;所以if(getCount(in)!=3)char*buffer=(char*)所以oveax,dwRetretp2->next=p1->next;
house prices,which have been static for several months,are n
house prices,which have been static for several months,are now rising again 请问这是什么句型?
为洒要用逗号隔开
为洒要用逗号隔开 为什么后面用are
woqhdd0zi_4b891年前2
半个墟沟人 共回答了21个问题 | 采纳率90.5%
主要部分就是House prices are now rising again.房价在上升.
which have been static for several months是定语从句
两个逗号可以隔开定语从句
这句话翻译过来就是静止了几个月的房价现在又开始上升了.
因为主语是prices,所以谓语用are
下列定义正确的是哪个A static int a[]={1,2,3,4,5}B int b[]={2,5}为什么a是对的
下列定义正确的是哪个
A static int a[]={1,2,3,4,5}
B int b[]={2,5}
为什么a是对的,B错了
尘苑1年前1
3782 共回答了17个问题 | 采纳率82.4%
从你的书写来看,都是对的!
1.下列语句中,不正确的是()A.static char a[2]={1,2}; B.static char a[2]=
1.下列语句中,不正确的是()
A.static char a[2]={1,2}; B.static char a[2]={'1','2'};
c.statcc char a[2]={'1','2','3'}; D.static char a[2]={'1'};
答案为什么不是A啊,元素没有单引号还是字符吗
2.若有定义和语句:
char s[10];s="abcd";printf("%sn",s);
则结果是
A输出abcd B输出a C输出abcd和4个空格 D编译不通过
3.运行下面程序,如果从键盘上输入:123 456 789 输出结果是
A 123,456,789 B.1,456,789 C.1,23,456,789 D1,23,456
main()
{
char s[100];int c,i;
scanf("%c",&c);scanf("%d",&i);scanf("%s",s);
printf("%c,%d,%sn",c,i,s);
}
4.若有以下程序片段
char str[]="abn 12\""
printf("%d",strlen(str));
上面程序片段的输出结果是();
A.3 B.4 C.6 D.12
新手,很多地方不懂,希望大家不要见笑,不吝赐教,
henrylau4631年前1
yatou62262 共回答了19个问题 | 采纳率84.2%
1 字符数组里面的值应该是字符、、字符常量是由单引号括起来的、、所以是B
2 选D 定义了一个字符串数组,数组名是一个常量指针、、地址是不能改变的、
这里s="abcd"就是把"abcd"的首地址给常量指针、、错误、、所以编译不通过、、只有变量才可以赋值啊、
3 选D scanf函数在读取字符时读取了就结束了,在读取数值时、以空格或者回车符结束,字符串是以空格结束、、所以输入1当做字符读取,结束第一个scanf,然后读取23遇到空格结束,接着读取456作为字符串与空格结束、、
4 选6 "abn 12\""
这个拆分、、'a' 'b' 'n' ' 12' '\' '"'共6个字符、最后那个' '不计算、、但是用sizeof就会把' ’字符算在内、、
if('a'>'b' || 66 >static_cast('A')) cout
lingjiedu1年前1
lemontree_zy 共回答了22个问题 | 采纳率86.4%
if('a'>'b' || 66 >static_cast('A'))
这个是句是判断条件 'a' >'b' 成立或者是 66大于大写字母'A' 是否成立,
如果有一个条件成立,就输出(cout
private static final Log log = LogFactory.getLog(DataSourceM
private static final Log log = LogFactory.getLog(DataSourceManager.class); 它的作用?
taozishidavid1年前1
sgh999 共回答了24个问题 | 采纳率91.7%
private static final Log log 是定义一个Log型的常量
LogFactory.getLog(DataSourceManager.class);这个方法会返回一个Log型的对象
C语音考试题目7.下面语句中不正确的是( )。A. static int a[5] = {1 , 2 , 3 , 4 ,
C语音考试题目
7.下面语句中不正确的是( )。
A. static int a[5] = {1 , 2 , 3 , 4 , 5 }; B. static int a[5] = {1 , 2 , 3 };
C. static int a[ ] = {0 , 0 , 0 , 0 , 0 }; D. static int a[5] = {0*5};
9.若定义static int a[2][2] = {1,2,3,4};则a数组的各数组元素分别为( )。
A. a[0][0] = 1 , a[0][1] = 2 , a[1][0] = 3 , a[1][1] = 4
B. a[0][0] = 1 , a[0][1] = 3 , a[1][0] = 2 , a[1][1] = 4
C. a[0][0] = 4 , a[0][1] = 3 , a[1][0] = 2 , a[1][1] = 1
D. a[0][0] = 4 , a[0][1] = 2 , a[1][0] = 3 , a[1][1] = 1
10.下列语句中,不正确的是( )。
A. static int a[2][3] = {1 , 2 , 3 , 4 , 5 , 6};
B. static int a[2][3] = {{1}, { 4 , 5}};
C. static int a[ ][3] = {{1}, {4}};
D. static int a[ ][ ] = {{1 , 2 , 3 }, {4 , 5 , 6}}
中廾ss1年前1
saga112 共回答了21个问题 | 采纳率85.7%
晕 这都没错误的 反正我在VS2010中编译都没错,你应该和出题者好好交流下
英语翻译Use of galvanostatic pulse measurements onactive reinfor
英语翻译
Use of galvanostatic pulse measurements on
active reinforcing steel in concrete to assess
corrosion rates 感激不尽 特别是active reinforcing steel
active reinforcing steel 是什么钢筋?最好不要用翻译软件
夫子爱丫头1年前3
一世殇情 共回答了23个问题 | 采纳率91.3%
利用脉冲横流测量方法来评估在混凝土中使用的钢筋的腐蚀率.
这里active是指在使用着的.
判断 语句: static a,b,c; 是正确的.( )
梦10101年前1
沧海凌冰 共回答了18个问题 | 采纳率88.9%
错误.
static a,b,c;才是争取用法.
High-voltage electrostatic therapy device,the electric High-
High-voltage electrostatic therapy device,the electric High-v
High voltage electrostatic therapy device,the electric field therapeutic apparatus due to the use of advanced technology,combined with the potential of the traditional production of high-tech nature,is a feature unique green physiotherapy,health and beauty facilities,high-potential,negative ion settings,low-potential,light,local treatment,cosmetics and other functions into one,prevention and treatment of modern diseases,in order to eliminate sub-health,cardiovascular and cerebrovascular diseases,thereby reducing the unique role,is an ideal safe and convenient operation of modern high-tech physical therapy equipment.
伊苏卖报子1年前1
lt0621 共回答了18个问题 | 采纳率100%
HCD Guangzhou Pharmaceutical Technology Co.,Ltd.is a high-voltage electrostatic therapy device,high-voltage electrostatic therapy device,the electric field treatment instrument manufacturer,high-voltage electrostatic therapy device,the electric field therapeutic apparatus due to the use of advanced technology,combined with the potential of the traditional production of high-tech nature of is a feature unique green physiotherapy,health and beauty facilities,high-potential,negative ion settings,low-potential,light waves,local treatment,cosmetics and other functions into one,prevention and treatment of modern diseases,in order to eliminate sub-health,heart and brain vascular disease,thereby reducing the unique role,is an ideal safe and convenient operation of modern high-tech physical therapy equipment.
Guangzhou HCD Medical Technology Co.,Ltd.,the company since the company was founded in 2002,has been committed to the promotion of medical services to customer requirements as a starting point,a keen grasp the changing needs of the times,actively engaged in high-potential therapeutic apparatus,high voltage static therapy instrument,the electric field therapeutic apparatus series of product development,production,OEM OEM processing and marketing,after-sales and a range of business activities.Japan's most advanced products and core technologies,product features and product quality in domestic and abroad to introduce a high reputation and visibility.Mature high-efficiency,high-tech products of plants,creating the industry's attention on the future concepts.Since business philosophy:to produce excellent quality products for the community to the customer in order to promote human health!However,also actively developing overseas markets.
Pharmaceutical Technology Co.,Ltd.,Guangzhou,HCD
public class Breaker { static String o = "";
public class Breaker { static String o = "";
public static void main(String[] args) {
6.z:
7.o = o + 2;
8.for(int x = 3; x < 8; x++) {
9.if(x==4) break;
10.if(x==6) break z;
11.o = o + x; 12.}
13.System.out.println(o); 14.} 15.}运行结果是(g)
g)Compilation fails.
报错说的是The label z is missing,label应该怎么定义啊,该怎么修改?
syanyan61年前1
豆茜茜 共回答了22个问题 | 采纳率100%
标签Z的范围你没确定,导致break Z 这句肯定出错,你把标签Z下面加个大括号就行了
z:
{
o = o + 2;
for(int x = 3; x < 8; x++) {
if(x==4) break;
if(x==6) break z;
o = o + x;
}
}
System.out.println(o);
}
}
1.运行下列程序,输出的结果为( ).long f(int n){ static int k,s; n--; for(k
1.运行下列程序,输出的结果为( ).long f(int n){ static int k,s; n--; for(k=n;k>0;k--) s+=k; return s;}main(){ int k; k=f(3); printf("(%d,%d)",k,f(k)); }(A)(3,3)(B)(6,6) (C)(3,6)(D)(3,9)
2.运行下列程序,根据提示,输入79,则输出的结果为( ).void main(){ int x; printf("Enter x=?"); scanf("%d",&x); switch(x/10){ case 10:case 9:printf("A"); case 8:printf("B"); case 7:printf("C"); case 6:printf("D"); default:printf("E"); }} (A)C(B)A(C)CDE(D)CA
vvf2749891年前1
许飞肯定是SB 共回答了21个问题 | 采纳率100%
CC
求告诉我错在哪里,public class zhishu {public static void main(String
求告诉我错在哪里,
public class zhishu {
public static void main(String[] args){
for(int i=0;i
白色的青春1年前1
毒王贝贝 共回答了11个问题 | 采纳率100%
你的代码有问题,在里层循环中,明显存在矛盾,循环条件是 j
有关素数的疑问public class TestSuShu{static int num;public static v
有关素数的疑问
public class TestSuShu{
static int num;
public static void main(String[] args) {
for (int i = 101; i < 200; i++) {
int j;
int k=(int)(Math.sqrt((double)i)+1);//为什么里面要加1
for (j = 2; j (int)(Math.sqrt(i))) {//为什么此处要做这样的判断,为什么这里面不要加1了
num++;
}
}
System.out.println();
System.out.println("素数的个数为:"+num);
}
}
还有没有更简便的写法,请回答我一下,呵呵,
vivian_yang1年前1
rule2k1981 共回答了16个问题 | 采纳率81.3%
》》int k=(int)(Math.sqrt((double)i)+1);//为什么里面要加1
这一行之后的 for 循环的目的是检查 i 是否能被任何等于或大于 2 但小于或等于 (int) Math.sqrt(i) 的整数整除(注:多余的 “(double)” 被去掉了).该 for 循环的条件表达式被编成 j < k,即循环持续到 j == k - 1 为止,不包括 j == k,所以如果没有那个“加 1”,程序肯定会错误地忽略对于 i 是否能被 (int) Math.sqrt(i) 整除的检查.
如果该 for 循环的条件表达式被改成 j (int)(Math.sqrt(i))) {//为什么此处要做这样的判断,为什么这里面不要加1了
这一句的目的是判断内部 for 循环的结束是否因为 j < k 不再为真(若是,则 i 没有被任何等于或大于 2 但小于或等于 (int) Math.sqrt(i) 的整数整除,即 i 是素数).这一句执行的时候,j 的值不是小于就是等于 k,不可能大于 k,也就不可能大于 (int) (Math.sqrt(i) + 1),所以如果这一句 if 判断的条件里也有“加 1”,则句中的条件总为假,程序就不对了.
》》还有没有更简便的写法?
Java 支持带标签的 break 和 continue.在这程序里利用带标签的 continue 就不再需要内部 for 之后的 if 判断了:
class C {
public static void main(String[] args) {
int primeCount = 0;
next_i:
for (int i = 101; i < 200; i++) {
for (int divisor = 2; diviso