代码搜索结果

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

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

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

isa_lpt.fit.rpt

Fitter report for isa_lpt Fri Nov 04 15:13:49 2005 Version 5.1 Build 176 10/26/2005 SJ Web Edition --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. F

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

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

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

数据加密汇编程序代码.c

跪求数据加密汇编程序代码(高分悬赏) 对键盘输入数据进行加密,在屏幕上显示加密后的数据,输入结束后,显示解密后的数据。 title ***简单密码输入进阶 by lluct*** data segment ;定义数据段 headmsg db ' ',0dh,0ah db '+---------------------------------------------

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 =

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 =