说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 亲密度矩阵
1)  affined degree matrix
亲密度矩阵
2)  Density matrix
密度矩阵
1.
The transformation of density matrix of four-level system in solid laser;
固体激光器的四能级系统密度矩阵元的演化特性
2.
Utilizing Kraus operator to analysis the transformation of density matrix of particles of ruby laser;
运用Kraus算子分析红宝石激光器中离子密度矩阵元的演化
3.
Calculating density matrix of one dimession at oscillator ensemble;
一维谐振子系综密度矩阵的计算
3)  density matrix procedure
密度矩阵法
1.
The density matrix procedure was employed to calculate the frequency and intensity of main resonance scattering peak at 7 06×10 14 Hz(425nm) and a 1/2 fraction frequency resonance scattering peak at 1/2×7 06×10 14 Hz(850 nm) of silver clusters.
以银原子团簇 (主 )共振散射峰作为共振散射光谱分布理论研究模型 ,采用密度矩阵法研究液相银原子团簇 (主 )共振散射峰 (7。
4)  force density matrix
力密度矩阵
1.
By analyze the matrix element of all force density matrix, the storage rule of the force density matrix was found.
通过对各个矩阵基本元素分析,找到了力密度矩阵的组装规律和一维变带宽存储的规则及实现算法和过程,并给出了详细的力密度矩阵的装配过程。
5)  spectrum density matrix
谱密度矩阵
1.
The spectrum density matrix of the proposed model was constructed and its properties are investigated.
提出一种基于Poisson过程的桥梁交通激励模型,建立了该激励模型的谱密度矩阵,并研究了这种激励模型的性质;基于随机振动理论和平稳随机过程理论,分析了这种激励模型作用下桥梁结构的动响应。
6)  proximity matrix
亲近矩阵
1.
By combining with geometric feature of the feature points in images,the proximity matrixes of the two unmatched images are respectively defined.
一种算法是从空间矢量关系的角度提取不受光源影响的图像颜色特征,结合图像特征点的几何特征,为待匹配的2幅图像分别构造亲近矩阵,通过对亲近矩阵进行奇异值分解构造一个反映特征点之间匹配程度的关系矩阵,从而获得匹配结果。
补充资料:亲密数

如果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

计算完成.

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