代码搜索结果

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

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

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

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

01chip

//---------------------------------------------------------------------------- p0000 // p0001 // CHIP: module of proce

funtc148b.dat

#include #include int main(void) { char ch; printf("Input a character:"); ch = getche(); printf(" You input a '%c' ", ch); return 0; }

funtc59b.dat

getc #include int main(void) { char ch; printf("Input a character:"); ch = getc(stdin); printf("The character input was: '%c' ",ch); return 0; }

cpnet.cpp

/* Program Name: Perceptron @author: Gonzales Cenelia homepage: www.ai-search.4t.com This program features a complete Perceptron Neural Net Application. The perceptron is a program that

3_01chip

//---------------------------------------------------------------------------- p0000 // p0001 // CHIP: module of proce

vendingmachine.java

//: enumerated/VendingMachine.java // {Args: VendingMachineInput.txt} package enumerated; import java.util.*; import net.mindview.util.*; import static enumerated.Input.*; import static net.mind