代码搜索:parallel
找到约 6,530 项符合「parallel」的源代码
代码结果 6,530
www.eeworm.com/read/152406/12116719
m parallel.m
% PARALLEL Computes the value of components in "parallel"
%
% [Veq] = PARALLEL (V1, V2, ...) computes V1 || V2 || ...
%
function [Veq] = parallel (varargin)
Veq = varargin{1};
for num =
www.eeworm.com/read/254515/12132966
m parallel.m
% PARALLEL Computes the value of components in "parallel"
%
% [Veq] = PARALLEL (V1, V2, ...) computes V1 || V2 || ...
%
function [Veq] = parallel (varargin)
Veq = varargin{1};
for num =
www.eeworm.com/read/340436/12157417
zip parallel.zip
www.eeworm.com/read/150905/12248532
m parallel.m
%PARALLEL Combining classifiers in different feature spaces
%
% WC = PARALLEL(W1,W2,W3, ....) or WC = [W1;W2;W3; ...]
% WC = PARALLEL({W1;W2;W3; ...}) or WC = [{W1;W2;W3; ...}]
% WC = PARALL
www.eeworm.com/read/339074/12261005
vhd parallel.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY PARALLEL IS
PORT(MCU_IN:IN STD_LOGIC_VECTOR(7 DOWNTO 0);
EN,TXD:IN STD_LOGIC;
www.eeworm.com/read/339074/12261035
bsf parallel.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/149739/12352843
m parallel.m
%PARALLEL Combining classifiers in different feature spaces
%
% WC = PARALLEL(W1,W2,W3, ....) or WC = [W1;W2;W3; ...]
% WC = PARALLEL({W1;W2;W3; ...}) or WC = [{W1;W2;W3; ...}]
% WC = PARALL
www.eeworm.com/read/234737/14098531
vi parallel.vi
www.eeworm.com/read/233341/14157531