说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 亲水程度
1)  degree of water wettability
亲水程度
2)  intimating degree
亲密程度
1.
At the same time,the writer uses intimating degree of language that reflects by addressing words and aim of the tacking people as parameters to deduce four kinds of link patterns.
本文以称呼语所反映的亲密程度和发话人意图为参数归纳出四种关联模式,认为称呼语的功能变异是一个渐变的连续统,必须充分考虑语用中的语用知识。
3)  degree of oil-wetting
亲油程度
4)  water-wetness
亲水度
5)  Parental Education
双亲受教育程度
1.
A study of relationship between Parental Education and Parental Rearing Patterns of College Students;
大学生双亲受教育程度与父母教养方式关系的研究
6)  maternal educational level
母亲受教育程度
1.
The present study examined the relationships between infants emotional characteristics,maternal educational level and maternal socio emotional behaviors.
本研究考察了婴儿情绪特征、母亲受教育程度和母亲社会情绪行为的关系。
补充资料:亲密数

如果a的因子和等于b,b的因子和等于a,且a〈〉b,则称a,b为亲密数对。

如编程找出10000以内的亲密数来:

option explicit

dim i as long, j as long, x as long

private sub form_load()

me.show

for i = 1 to 10000

doevents

x = yzh(i)

if x <= 10000 and i < x then

if yzh(x) = i then

text1 = text1 & "(" & i & "," & x & ")" & chr(13) & chr(10)

yzhout (i)

yzhout (x)

end if

end if

next

text1 = text1 & "计算完成"

end sub

private function yzh(n as long) as long

yzh = 0

for j = 1 to n / 2

if n mod j = 0 then yzh = yzh + j

next

end function

private function yzhout(n as long) as long

dim yzh as long

text1 = text1 & n & "=1"

yzh = 1

for j = 2 to n / 2

if n mod j = 0 then

text1 = text1 & "+" & j

yzh = yzh + j

end if

next

text1 = text1 & "=" & yzh & chr(13) & chr(10)

end function

程序计算结果,有5组亲密数对,程序输出是:

(220,284)

220=1+2+4+5+10+11+20+22+44+55+110=284

284=1+2+4+71+142=220

(1184,1210)

1184=1+2+4+8+16+32+37+74+148+296+592=1210

1210=1+2+5+10+11+22+55+110+121+242+605=1184

(2620,2924)

2620=1+2+4+5+10+20+131+262+524+655+1310=2924

2924=1+2+4+17+34+43+68+86+172+731+1462=2620

(5020,5564)

5020=1+2+4+5+10+20+251+502+1004+1255+2510=5564

5564=1+2+4+13+26+52+107+214+428+1391+2782=5020

(6232,6368)

6232=1+2+4+8+19+38+41+76+82+152+164+328+779+1558+3116=6368

6368=1+2+4+8+16+32+199+398+796+1592+3184=6232

计算完成.

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条