代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/215973/15031593
vhd gold_code_tb.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.numeric_std.ALL;
ENTITY testbench IS
generic (width : integer := 1);
END testbench;
ARCHITECTURE behavior OF testbench IS
COMPONENT gold_code
www.eeworm.com/read/477468/1360941
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity DFF_Using_Behavior_vlg_sample_tst is
port(
Ce1 : in vl_logic;
Ce2 : in vl_logic;
Clr
www.eeworm.com/read/470720/1452479
c paste2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-std=c99 -pedantic-errors" } */
/* Test ## behavior and corner cases thoroughly. The macro expander
www.eeworm.com/read/470693/1464425
c paste2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-std=c99 -pedantic-errors" } */
/* Test ## behavior and corner cases thoroughly. The macro expander
www.eeworm.com/read/468610/1484892
tmpl ibmlib.tmpl
XCOMM $XConsortium: ibmLib.tmpl /main/21 1996/12/04 12:21:49 swick $
/*
* AIX shared library template
*/
/*
* IBM used an unusual shared object file name in some librares.
* Mimic this behavior
www.eeworm.com/read/455027/1625706
java ground.java
package game;
import behavior.*;
import mid.WorldCanvas;
import tool.*;
public class Ground {
public static int MaxSpeed=1000;
public final static byte active=1
www.eeworm.com/read/250753/4427260
java collide.java
// Class Collide implements collision-detection behavior
// for a Java 3D application. Collide switches scenes
// when the armed object collides with another object.
package com.deitel.advjhtp1.j
www.eeworm.com/read/242036/4556539
java grobehavior.java
package behavior;
import game.*;
public abstract class Grobehavior {
protected int type=1;
public static Grobehavior CBehavior(Ground gro,int i){
switch(i){
case 0:return null;
case 1:r
www.eeworm.com/read/242036/4556541
java ground.java
package game;
import behavior.*;
import mid.WorldCanvas;
import tool.*;
public class Ground {
public static int MaxSpeed=1000;
public final static byte active=1
www.eeworm.com/read/240162/4590185
c paste2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-std=c99 -pedantic-errors" } */
/* Test ## behavior and corner cases thoroughly. The macro expander