代码搜索结果

找到约 10,000 项符合 Input 的代码

chaotic_prediction2(testing).m

%% Testing the network ERROR = []; input_test = x; a = 0; b = 0; M = ones(1,3); y = 0; for r = 1200 : 1499 input = input_test(r-2:r); for j = 1:3 for i = 1:3 M(j

is_scalar.m

%IS_SCALAR Test on scalar (size = [1,1]) % % N = IS_SCALAR(P); % % INPUT % P Input argument % % OUTPUT % N 1/0 if A is/isn't scalar % % DESCRIPTION % The function IS_SCALAR tests if P

core_1c6.pin

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

sine.c

/*****************************************************************************/ /* */ /* FILENAME

mcu8951.pin

-- Copyright (C) 1991-2007 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

e-try.pin

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

is_scalar.m

%IS_SCALAR Test on scalar (size = [1,1]) % % N = IS_SCALAR(P); % % INPUT % P Input argument % % OUTPUT % N 1/0 if A is/isn't scalar % % DESCRIPTION % The function IS_SCALAR tests if P

ps2.pin

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

tv.h

// tv.h -- Tv and Remote classes #ifndef TV_H_ #define TV_H_ class Tv { public: friend class Remote; // Remote can access Tv private parts enum {Off, On}; enum {MinVal,MaxVal =