代码搜索结果

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

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

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 =

tlms1.m

%TLMS1 Problem 1.1.1.1.2.2 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % sigmax - standard deviation of input % Wo - coefficient v

tlms2.m

%TLMS2 Problem 1.1.1.2.2 % % 'ifile.mat' - input file containing: % I - members of ensemble % K - iterations % a1 - coefficient of input AR process % sigmax - standard de

debug8_3.java

package questions.c8; import java.io.*; public class Debug8_3 { public static void main( String[] args ) throws IOException { if ( args.length >= 1 ) { Reader input;

cerr.m

function [se,input2]=cerr(w1,w2,b1,b2) testdata realdata [length column]=size(testdat); for i=1:length input1(i,:)=f(testdat(i,:)*w1'+b1'); input2(i)=f(input1(i,:)*w2'+b2'); end se=sum

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

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

text1.ybs

REM this is the first yabasic-program input "Enter two numbers:" a,b print a,"+",b,"=",a+b print "Please enter your Name:"; INPUT a$ print "Hello ",a$," !"