代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/126327/14428568
vhd counters.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear
www.eeworm.com/read/227218/14436845
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
www.eeworm.com/read/227189/14437589
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/126027/14451224
ide
#!/bin/sh
#
# ide 1.15 2001/11/21 13:44:09 (David Hinds)
#
# Initialize or shutdown a PCMCIA ATA/IDE adapter
#
# The first argument should be either 'start' or 'stop'. The second
# argument is the ba
www.eeworm.com/read/226630/14456836
cs smgpbody_login.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace SMGP3_0
{
public class SMGPBody_Login : SMGPBody
{
public override UInt32 PackID
{
get { return 0x0000
www.eeworm.com/read/226630/14456864
cs smgpbody_deliver.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace SMGP3_0
{
public class SMGPBody_Deliver : SMGPBody
{
public override UInt32 PackID
{
get { return 0x00
www.eeworm.com/read/125698/14470279
vhd counters_altera.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/125390/14495916
err f29lv160.err
"F29LV160.c", line 236: Warning: variable 'count' declared but not used
"F29LV160.c", line 236: Warning: variable 'temp' declared but not used
F29LV160.c: 2 warnings, 0 errors, 0 serious errors
www.eeworm.com/read/225747/14518051
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 Jon Ne
www.eeworm.com/read/225725/14521772
htm ei32.htm
Effective C++, 2E | Item 32: Postpone variable definitions as long as possible Back to Item 31: Never return a reference to a local object or to a dereferenced pointer initialized by new within the f