代码搜索结果

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

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

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

myclock.pin

-- Copyright (C) 1991-2004 Altera Corporation -- Any megafunction design, and related netlist (encrypted or decrypted), -- support information, device programming or simulation file, and a

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

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

da_tlc5620.fit.rpt

Fitter report for DA_TLC5620 Tue Jul 15 17:52:39 2008 Version 6.0 Build 202 06/20/2006 Service Pack 1 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. L

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

backups.txt.svn-base

/*获取用户输入*/ while((c=getchar())==' '||c=='\t'||c==EOF) ; if(c=='\n') continue; while(c!='\n') { buf[input_len++]=c; c=getchar(); } buf[input_len]='\0'; input=(cha

backups.txt

/*获取用户输入*/ while((c=getchar())==' '||c=='\t'||c==EOF) ; if(c=='\n') continue; while(c!='\n') { buf[input_len++]=c; c=getchar(); } buf[input_len]='\0'; input=(cha

isscalar.m

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