代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/458156/7303305
qws convolution.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
pt
www.eeworm.com/read/458156/7303306
v convolution.v
module convolution
(
clk,
reset,
code_in,
code_out,
valid_in,
valid_out
//next_state
);
input clk;
input reset;
input code_in;
input valid_in;
output[2:0] code_out;
output vali
www.eeworm.com/read/437573/7745736
h convolution.h
///////////////////////////////////////////////////////////////////////////////
// convolution.h
// =============
// convolution 1D and 2D
//
// AUTHOR: Song Ho Ahn
// CREATED: 2005-07-18
// U
www.eeworm.com/read/437573/7745738
cpp convolution.cpp
///////////////////////////////////////////////////////////////////////////////
// convolution.cpp
// ===============
// convolution 1D and 2D
//
// AUTHOR: Song Ho Ahn
// CREATED: 2005-07-18
www.eeworm.com/read/196524/8077363
m convolution.m
function [M,ltx,lty,rbx,rby] = convolution(I,selectedeye)
% USAGE: this function performs convolution search on I
% and outputs M (i.e. the TAP (Target Aim Point) on the detected eye area)
% "selec
www.eeworm.com/read/143548/12862019
ico convolution.ico
www.eeworm.com/read/143548/12862030
cpp convolution.cpp
// Convolution.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Convolution.h"
#include "MainFrm.h"
#include "ConvolutionDoc.h"
#include "ConvolutionVi
www.eeworm.com/read/143548/12862033
aps convolution.aps
www.eeworm.com/read/143548/12862035
clw convolution.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CAreaProcessDialog
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include