代码搜索:Behaviour

找到约 1,042 项符合「Behaviour」的源代码

代码结果 1,042
www.eeworm.com/read/120487/6073076

h tcopdebug.h

/*------------------------------------------------------------------------- * * tcopdebug.h * #defines governing debugging behaviour in the traffic cop * * * Portions Copyright (c) 1996-2003,
www.eeworm.com/read/100285/6271616

h tcopdebug.h

/*------------------------------------------------------------------------- * * tcopdebug.h * #defines governing debugging behaviour in the traffic cop * * * Copyright (c) 1994, Regents of the
www.eeworm.com/read/339472/12232652

c bcm43xx_leds.c

/* Broadcom BCM43xx wireless driver Copyright (c) 2005 Martin Langer , Stefano Brivio Michael Buesch
www.eeworm.com/read/339472/12232699

h bcm43xx_leds.h

#ifndef BCM43xx_LEDS_H_ #define BCM43xx_LEDS_H_ #include #include struct bcm43xx_led { u8 behaviour:7; u8 activelow:1; struct bcm43xx_private *bcm; struct timer
www.eeworm.com/read/154101/5642004

tlg uc_interface.tlg

Synthesizing work.uc_interface.behaviour @N:"D:\My_Design\I2C\source\uc_interface.vhd":111:16:111:17|Using sequential encoding for type state_type @W:"D:\My_Design\I2C\source\uc_interface.vhd":267:3
www.eeworm.com/read/472665/6861775

c rp6base_move_04.c

/* * **************************************************************************** * RP6 ROBOT SYSTEM - ROBOT BASE EXAMPLES * ********************************************************************
www.eeworm.com/read/146466/12646020

ref vhdllib.ref

dec_func NULL H:\Applications\16B20B\8b10b\Decoder\dec_func.vhd VHPL0 dec_func behaviour H:\Applications\16B20B\8b10b\Decoder\dec_func.vhd VHPL1 err_check NULL H:\Applications\16B20B\8b10b\Decode
www.eeworm.com/read/461590/7223895

vhd subtractor_unsigned.vhd

use work.dp32_types.all; entity subtractor_unsigned is generic (width : positive); port(a,b : in bit_vector(width-1 downto 0); y : out bit_vector(width-1 downto 0); n,z : out bit);
www.eeworm.com/read/461590/7223898

vhd adder_signed.vhd

use work.dp32_types.all; entity adder_signed is generic(width : positive); port(a,b : in bit_vector(width-1 downto 0); y : out bit_vector(width-1 downto 0); o : out bit ); end ad
www.eeworm.com/read/461590/7223902

vhd mant_ext.vhd

library IEEE; use STD.textio.all; use IEEE.std_logic_1164.all; use work.dp32_types.all; entity mant_ext is generic(width: positive); port(a :in bit_vector(width-1 downto 0); y: out