代码搜索结果

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

multlchk.m

function [input,inpidx,table] = multlchk(input,inpidx,table) %MULTLCHK checks input to MULTLINR for correctness. % [INPUT,INPIDX,TABLE] = MULTLCHK(INPUT,INPIDX,TABLE) % ensures that all

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

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

11-9.cpp

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

chenyatu2004042080.m

wp=input('Input 通带截止频率 wp='); ws=input('Input 阻带截止频率 ws='); d=input('Input 通带最大波动 d='); k=input('Input 阻带衰减 k= '); if wp>=ws|wp>=1|ws>=1 errordlg('wp或ws不符合要求,请重新输入,并使wp

top1.fit.eqn

-- 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 any o

data_mux.fit.eqn

--A1L63 is Select~1527 at LC7 A1L63_p0_out = !disp_select[0] & !disp_select[1] & disp_select[2] & A1[3]; A1L63_p1_out = A2[3] & disp_select[0] & disp_select[1] & !disp_select[2]; A1L63_p2_out = !di

sam9261.rpt

Project Information e:\cpld\sam9261.rpt MAX+plus II Compiler Report File Version 10.0 9/14/2000 Compiled: 07/13/2006 17:12:00 Copyright (C) 1988-2000 Alt

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;