代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/157209/11730201
txt 各种功能的计数器.txt
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all
www.eeworm.com/read/346698/11732473
c fet440_lcd_03.c
//*****************************************************************************
// MSP-FET430P440 Demo - LCD, Displays Numbers on a 4-Mux LCD
//
// Description: This program displays digits store
www.eeworm.com/read/258843/11838383
h globals.h
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1996,97 Larry Doolittle
* Some changes Copyright (C) 1997 Jo
www.eeworm.com/read/155104/11898799
h initaic10.h
; THIS PROGRAM IS PROVIDED "AS IS". TI MAKES NO WARRANTIES OR
; REPRESENTATIONS, EITHER EXPRESS, IMPLIED OR STATUTORY,
; INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
; FOR A PARTI
www.eeworm.com/read/257304/11934596
err usb.err
"usb.c", line 539: Warning: variable 'choosebool' declared but not used
"usb.c", line 539: Warning: variable 'ucChar' declared but not used
"usb.c", line 1469: Warning: variable 'choosebool' declare
www.eeworm.com/read/154279/11974635
html stmts.html
JavaScript 的语法
JavaScript statements consist of keywords used with the appropriate syntax. A single statement may spa
www.eeworm.com/read/154279/11974777
html stmts.html
JavaScript 的语法
JavaScript statements consist of keywords used with the appropriate synt
www.eeworm.com/read/153614/12021055
vhd 10_bit_to_int.vhd
function bit_to_int (in1:bit_vector) return integer is
ALIAS v1: BIT_VECTOR(in1'LENGTH-1 DOWNTO 0) IS in1;
variable inpv : bit_vector(in1'LENGTH-1 DOWNTO 0 );
variable SUM: integer