代码搜索:Hat
找到约 10,000 项符合「Hat」的源代码
代码结果 10,000
www.eeworm.com/read/386060/8766739
m hat.m
% Given a three dimensional vector v, construct the
% skew symmetric 3x3 "cross product" matrix.
function mat=hat(v)
mat=[0 -v(3) v(2)
v(3) 0 -v(1)
-v(2) v(1) 0];
% Check out the eigenv
www.eeworm.com/read/430015/8773056
h hat.h
#ifndef HAT_H
#define HAT_H
#include "sysinc.h"
/** These macros ensure the these calculations get
inlined even for stupid compilers.
*/
#define GetTopIndex(i) ((i)>>power)
#define GetLeafIndex(
www.eeworm.com/read/360354/10101257
jpg hat.jpg
www.eeworm.com/read/457258/7330300
m hat.m
function xh = hat(x) % x is 1by3
xh = [x(1)^2+x(2)^2
x(1)*x(3)
x(2)*x(3)
x(3)^2]';
end
www.eeworm.com/read/455033/7378922
eps hat.eps
www.eeworm.com/read/449156/7517462
jpg hat.jpg
www.eeworm.com/read/244027/12897586
gif hat.gif
www.eeworm.com/read/142378/12949535
raw hat.raw
www.eeworm.com/read/142378/12949538
img hat.img
www.eeworm.com/read/136699/13365197