代码搜索:spatial
找到约 1,342 项符合「spatial」的源代码
代码结果 1,342
www.eeworm.com/read/481862/6631716
txt spatial_fil.txt
%% Program to perform spatial filtering of an image
close all;
clear all;
name = input('Enter the image name --- ', 's')
size = input('Enter the size of the filter --- ')
filter = zeros(siz
www.eeworm.com/read/478396/6716167
doc spatial multiplexing.doc
www.eeworm.com/read/407919/11408377
bmp spatial select.bmp
www.eeworm.com/read/250984/12371884
bmp spatial select.bmp
www.eeworm.com/read/229090/14353384
pdf spatial_info.pdf
www.eeworm.com/read/490329/1201475
inl spatial_matrix.inl
hk_Spatial_Matrix::hk_Spatial_Matrix()
{
}
// not very quick. could probably do some whacked direct memory access.
//!me todo: whacked memory access for better performance
hk_real hk_Spa
www.eeworm.com/read/490329/1201503
cpp spatial_matrix.cpp
#include
#include
#include
// construct spatial isolated inertia matrix from I and m
// [ 0 M ]
// [ I 0 ]
void hk_Spa
www.eeworm.com/read/490329/1201526
h spatial_vector.h
#ifndef HK_SPATIAL_VECTOR_H
#define HK_SPATIAL_VECTOR_H
#ifndef HK_MATH_VECMATH_H
#include
#endif // HK_MATH_VECMATH_H
class hk_Spatial_Matrix;
class hk_Spatial_Vector
www.eeworm.com/read/490329/1201539
inl spatial_vector.inl
/* constructor / assignment */
#include
hk_Spatial_Vector::hk_Spatial_Vector()
{
}
hk_Spatial_Vector::hk_Spatial_Vector(hk_real a, hk_real b, hk_real c, hk_real
www.eeworm.com/read/490329/1201540
cpp spatial_vector.cpp
#include
#include
void hk_Spatial_Vector::set_transformed_pos (const hk_Spatial_Matrix& T, const hk_Spatial_Vector& v)
{
_set_transformed_pos( T,