代码搜索结果

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

dlog4ch.h

/* ============================================================================ File name: DLOG4CH.H Originator : Advanced Embeeded Control (AEC)

sin.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

vendingmachine.java

//: enumerated/VendingMachine.java // {Args: VendingMachineInput.txt} package enumerated; import java.util.*; import net.mindview.util.*; import static enumerated.Input.*; import static net.mind

beep.pin

-- Copyright (C) 1991-2006 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

serial_verilog.pin

-- Copyright (C) 1991-2006 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

del2_5pt.m

function [output]=del2_5pt(input,delx) % DEL2_5PT ... compute the 5 point Laplacian % % [output]=del2_5pt(input,delx) % % DEL2_5PT computes the 5 point approximation to the laplacian operator of

hop_demo.m

% Demo of Hopfield network % Hugh Pasika 1997 clc clf disp('The Hopfield Network - Demo 1 - Pattern Recall') disp('----------------------------------------------') disp(' ') disp('This algorithm dem

ex7_10.m

% Example 7.10 % q = input('Input q: '); N = input('Input N: '); x = [ones(1,2*q+1) zeros(1,N-2*q-1)]; Xk = dft(x); k = 0:N-1; clf subplot(211) stem(k,abs(Xk)) title(['Example 7.10, N = ',nu