代码搜索结果

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

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

continue.py

#!/usr/bin/env python # Filename: continue.py while True: s=raw_input('Enter something : ') if s=='quit': break if len(s)

news.asp

添加新闻信息 - [新闻发布系统]

bin_bcd_3.v

module BIN_BCD_3 (CLK, RESET, A, BW, BQ, BB, BS, BG); input CLK; input RESET; input [16:0]A; output [3:0]BW, BQ, BB, BS, BG; reg [3:0]BW, BQ,

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

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

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

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

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$," !"

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$," !"