代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY control IS
PORT( reset: IN STD_LOGIC; --system reset signal
bege
control.rpt
Project Information c:\clock3\clock2\control.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 03/26/2008 21:40:03
Copyright (C) 1988-2002 Al
control.hex
:020000040000FA
:39000000FFFF62FF3600FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
:39003900000C8001300006C00018200360020C80093000060000000
control.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
control.pin
-- 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 other
control.curry
void main() {
int a;
bool done;
a = 0;
while (a < 10) {
Print(a, " ");
a = a + 1;
if (a == 5) break;
}
if (a % 2 == 0)
a = 1;
else
done = true;
for (; a