代码搜索结果

找到约 1,193 项符合 Q 的代码

examp4_23.m

A=[16,2,3,13; 5,11,10,8; 9,7,6,12; 4,14,15,1]; Q=orth(A) norm(Q'*Q-eye(3))

qmach.inp

Q MACHINE(IN MKS UNITS) (mi/me = 40) -nsp---nc---nc2p---dt[s]------r0[m]----r1[m]---height[m]--epsilonr--Bz[Tesla]- 2 100 3e7 1e-10 0.01 0.03 1.0 1.0 0.0

q&a.txt

Common Questions. Q: My S3 or Mach32 card sometimes does weird things. A: All 8514/A based cards (S3, ATI Ultra & Mach32) uses I/O addresses like 42E8h, BEE8h etc. If you have a Com4 installed

inv_q.m

function x = inv_q(y) % Inverse of Q-function % y = Q(x) --> x = inv_Q(y) x = sqrt(2.0) * inv_erfc(2.0 * y); return;