代码搜索:structural

找到约 526 项符合「structural」的源代码

代码结果 526
www.eeworm.com/read/135477/13926857

cpp fvs_img_morphology.cpp

#include "fvstypes.h" #include "fvsimage.h" #include "fvs_img_morphology.h" /* Use a structural operator to dilate the image ** 1 ** 1 1 1 ** 1 */ FvsError_t FVSImageDilate(FvsImage
www.eeworm.com/read/133410/14044570

cpp fvs_img_morphology.cpp

#include "fvstypes.h" #include "fvsimage.h" #include "fvs_img_morphology.h" /* Use a structural operator to dilate the image ** 1 ** 1 1 1 ** 1 */ FvsError_t FVSImageDilate(FvsImage
www.eeworm.com/read/203786/15351469

cpp fvs_img_morphology.cpp

#include "fvstypes.h" #include "fvsimage.h" #include "fvs_img_morphology.h" /* Use a structural operator to dilate the image ** 1 ** 1 1 1 ** 1 */ FvsError_t FVSImageDilate(FvsImage
www.eeworm.com/read/103585/15728681

cpp fvs_img_morphology.cpp

#include "fvstypes.h" #include "fvsimage.h" #include "fvs_img_morphology.h" /* Use a structural operator to dilate the image ** 1 ** 1 1 1 ** 1 */ FvsError_t FVSImageDilate(FvsImage
www.eeworm.com/read/101624/15823384

cpp fvs_img_morphology.cpp

#include "fvstypes.h" #include "fvsimage.h" #include "fvs_img_morphology.h" /* Use a structural operator to dilate the image ** 1 ** 1 1 1 ** 1 */ FvsError_t FVSImageDilate(FvsImage
www.eeworm.com/read/433021/8551816

vhd mod_16counter.vhd

--Mod-16 Counter using JK Flip-flops --Structural description of a 4-bit binary counter. The first two design entities describe a JK flip-flop and a 2-input AND gate respectively. These are then packa
www.eeworm.com/read/385178/6285168

m learn_struct_em.m

function [bnet, order, BIC_score] = learn_struct_EM(bnet, samplesM, max_loop) % LEARN_STRUCT_EM(), structural EM algorithm , learn structure and parameters % from missing data. % [bnet, order, BIC_
www.eeworm.com/read/335305/12540666

inp ws4b.inp

! ANSYS 5.7 Intro Part 1 - Workshop 4b FINISH /CLEAR,START /input,pipe-th,inp wsec=2 ! wait in seconds between plots ET,1,PLANE13 ! Coupled thermal/structural, axisymmetric element
www.eeworm.com/read/389318/8533772

m sstests.m

% SSTESTS: Structural stability tests with known break-point % % SYNTAX: [theta1, theta2, Wss, LMss, Dss, O, O1, O2] = ... % sstests(options, data, popmom, thetaf, Sfull, Df, bp, varargin) %
www.eeworm.com/read/18022/771023

vhd comp4.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY comp4 IS PORT (a, b : IN STD_LOGIC_VECTOR (3 downto 0); y: OUT STD_LOGIC); END comp4; ARCHITECTURE structural OF comp4 IS COM