代码搜索结果

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

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 =

window对象.htm

windows对象 function confSubmit(){ if((ok=confirm("Do you confirm it is true?"))==true){ var nw=open("a.html","nwin","width=500,height=200,toolbar=1"); nw

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

de2_lcm_ccd.pin

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

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

dechunk.c

/******************************************************************************* dechunk.c libquicktime - A library for reading and writing quicktime/avi/mp4 files. http://libquicktime.sourceforge

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

randseq.m

function input_seq=randseq(N) % 这是一个序列产生函数 % 能够根据给定的参数 N,生成 N 长度的0-1随机序列input_seq % 且为均匀分布 % p=fix(N/4); %求整 q=rem(N,4); %求余 if q>0 a=rand(1,N); %生成输入随机序

vmbf.m

function out = vmbf(input,l,c,r) d=size(input); for i=1:d(2) if input(i) l out(i)=(c-input(i))./(c-l); end if input(i) ==

data_mux.map.eqn

--A1L63 is Select~1527 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 = !disp_sele