代码搜索结果

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

shzzh.map.eqn

-- 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 any o

cmp.map.eqn

-- 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 any o

cmp.map.eqn

-- 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 any o

encode.map.eqn

-- 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 any o

demo5.rpt

Project Informationd:\eda-240h\altera\7128slc_plcc84\7128_84_vhdl\demo5\demo5.rpt MAX+plus II Compiler Report File Version 10.2 07/10/2002 Compiled: 05/07/2003 09:37:48 Copyright (C) 1988-2002

b.txt

# 以“#”号开始的行是注释 # 本文件描述逻辑电路用到的器件和连接方式 # 逻辑电路的器件 # 每个器件有两个属性,input和output。input属性可以有多个,output只有一个 # AND为器件类型,and1为名称 Element AND:and1 OR:or1 EndElement # 逻辑电路的连接图 # system 表示整个系统 # system

uart_top.fit.rpt

Fitter report for UART_top Sun Mar 30 21:13:48 2008 Version 6.0 Build 178 04/27/2006 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2.

alg027.c

/* * HORNER'S ALGORITHM 2.7 * * To evaluate the polynomial * p(x) = a(n) * x^n + a(n-1) * x^(n-1) + ... + a(1) * x + a(0) * and its derivative p'(x) at x = x0; * * INPUT: degree n;

alg114.m

% NONLINEAR FINITE-DIFFERENCE ALGORITHM 11.4 % % To approximate the solution to the nonlinear boundary-value problem % % Y'' = F(X,Y,Y'), A

alg032.m

% NEWTONS INTERPOLATORY DIVIDED-DIFFERENCE FORMULA ALGORITHM 3.2 % To obtain the divided-difference coefficients of the % interpolatory polynomial P on the (n+1) disti