代码搜索:正交编码器

找到约 1,413 项符合「正交编码器」的源代码

代码结果 1,413
www.eeworm.com/read/136571/5868364

h encore.h

// 这是描述编码器核心函数的头文件 #ifdef __cplusplus extern "C" { #endif typedef struct _ENC_PARAM_ { int x_dim; // the x dimension of the frames to be encoded int y_dim; // the y dimension of the f
www.eeworm.com/read/110972/6160900

h encore.h

// 这是描述编码器核心函数的头文件 #ifdef __cplusplus extern "C" { #endif typedef struct _ENC_PARAM_ { int x_dim; // the x dimension of the frames to be encoded int y_dim; // the y dimension of the f
www.eeworm.com/read/13921/287747

h encore.h

// 这是描述编码器核心函数的头文件 #ifdef __cplusplus extern "C" { #endif typedef struct _ENC_PARAM_ { int x_dim; // the x dimension of the frames to be encoded int y_dim; // the y dimension of the f
www.eeworm.com/read/173978/9617180

h encore.h

// 这是描述编码器核心函数的头文件 #ifdef __cplusplus extern "C" { #endif typedef struct _ENC_PARAM_ { int x_dim; // the x dimension of the frames to be encoded int y_dim; // the y dimension of the f
www.eeworm.com/read/291731/8401685

m 空域相关滤波.m

%%%%%%%%%%%%%%%%%%%%%%%%%空域相关滤波%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %参考文献: %Wavelet transform domain filters:a spatially selective noise filtration technique %不能选正交小波,文献中提出用二次样条小波(quadratic-spli
www.eeworm.com/read/353119/10470707

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 构造正交多项式.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h
www.eeworm.com/read/352992/10485281

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 构造正交多项式.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h
www.eeworm.com/read/458631/7293063

txt kongyu.txt

%%%%%%%%%%%%%%%%%%%%%%%%%空域相关滤波%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %参考文献: %Wavelet transform domain filters:a spatially selective noise filtration technique %不能选正交小波,文献中提出用二次样条小波(quadratic-spli
www.eeworm.com/read/220959/14781317

m 空域相关滤波.m

%%%%%%%%%%%%%%%%%%%%%%%%%空域相关滤波%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %参考文献: %Wavelet transform domain filters:a spatially selective noise filtration technique %不能选正交小波,文献中提出用二次样条小波(quadratic-spli
www.eeworm.com/read/189078/8490816

txt 判断两矢量是否相等的c语言程序.txt

判断两个矢量是否正交的C代码[原创] 用数组元素来表示矢量的分量,则两个矢量的内积变为两个数组对应位置元素相乘的和,而两个矢量的内积为0时,称它们是正交的。 #define N 5 #i nclude #i nclude void initial(int p[]) { int i; for(i=0;i