代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/312754/13605419
vhd 各种功能的计数器.vhd
-- 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/312404/13611756
txt history.txt
WBAT Version History
--------------------------------------------------------------------
ver 2.50 - 17 Sep, 2005
Mouse Reset optional (may be required for devices like touch scre
www.eeworm.com/read/311918/13622538
h stdafx.h
#pragma once
enum Type {TERMINAL, VARIABLE, EPSILON, TOKEN};
www.eeworm.com/read/310313/13653650
java orderitem.java
import com.sun.org.apache.regexp.internal.recompile;
public class OrderItem {
private Product product;// This instance variable represents the one-way association between OrderItem and Product.
www.eeworm.com/read/310313/13653651
java coffee.java
public class Coffee extends Product {
private String origin; //The origin of the coffee
private String roast; //The roast of the coffee
private String flavor; //The flavor of the coffee
p
www.eeworm.com/read/308670/13696510
c vars.c
/*-*/
/********************************************************
* Name: Variable Demo *
* *
* Purpose: Demonstrate the use for permanent and *
* temporary storage *
* *
* Usag
www.eeworm.com/read/308566/13699677
log cc_build_debug.log
----------------------------- IOPin.pjt - Debug -----------------------------
[IOPin.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"C:/ICETEK-C6713-EDULab/Lab0902-Histogram/Debug" -d"_DEBUG" -mv6700 -
www.eeworm.com/read/308563/13699696
log cc_build_debug.log
----------------------------- IOPin.pjt - Debug -----------------------------
[IOPin.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"C:/ICETEK-C6713-EDULab/Lab0903-EdgeCount/Debug" -d"_DEBUG" -ml0 -mv6
www.eeworm.com/read/308560/13699723
log cc_build_debug.log
----------------------------- IOPin.pjt - Debug -----------------------------
[IOPin.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"C:/ICETEK-C6713-EDULab/Lab0904-Sharp/Debug" -d"_DEBUG" -ml0 -mv6700
www.eeworm.com/read/307145/13727792
c cgi.c
/* cgi.c - CGI Utilities
*
*
* Copyright (C) 1999 Chad Dixon
* Macmillan Computer Publishing
*
* This program is free software; you can redistribute it
* and/or mod