代码搜索:Consecutive
找到约 239 项符合「Consecutive」的源代码
代码结果 239
www.eeworm.com/read/410728/2204880
c consecutive.c
/*
Purpose of this test: to test breakpoints on consecutive instructions.
*/
int a[7] = {1, 2, 3, 4, 5, 6, 7};
/* assert: first line of foo has more than one instruction. */
int foo ()
{
retu
www.eeworm.com/read/158872/5592097
exp consecutive.exp
# Copyright 2001
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# t
www.eeworm.com/read/158872/5592171
c consecutive.c
/*
Purpose of this test: to test breakpoints on consecutive instructions.
*/
int a[7] = {1, 2, 3, 4, 5, 6, 7};
/* assert: first line of foo has more than one instruction. */
int foo ()
{
retu
www.eeworm.com/read/149929/12331290
hif two_consecutive.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/149929/12331478
acf two_consecutive.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/149929/12332378
vhd two_consecutive.vhd
entity TWO_CONSECUTIVE is
port(CLK,R,X: in BIT;Z: out BIT);
end TWO_CONSECUTIVE;
architecture DATAFLOW of TWO_CONSECUTIVE is
signal Y1,Y0: BIT;
begin
STATE: block((CLK = '1'and not C
www.eeworm.com/read/149929/12332740
mmf two_consecutive.mmf
www.eeworm.com/read/366431/2890495
hif two_consecutive.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/366431/2890543
acf two_consecutive.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/366431/2890685
vhd two_consecutive.vhd
entity TWO_CONSECUTIVE is
port(CLK,R,X: in BIT;Z: out BIT);
end TWO_CONSECUTIVE;
architecture DATAFLOW of TWO_CONSECUTIVE is
signal Y1,Y0: BIT;
begin
STATE: block((CLK = '1'and not C