代码搜索结果

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

11-9.cpp

#include #include const int L=80; class person { private: char name[L],id[L]; public: void input() { coutname; cout

foo.m

function foo(x,y) if nargin > 2 errordlg('Input arguments exceeds') elseif nargin

buzzer.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,

dlog4ch.h

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

iopoint.java

// IOPoint.java // Function block for block diagram animation // import java.awt.*; import java.util.*; public class IOPoint extends LabelledBox { boolean Input; Arc input; Vector output;