代码搜索结果
找到约 10,000 项符合
State Machine 的代码
state.qsf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
state.hif
Version 6.0 Build 178 04/27/2006 SJ Web Edition
11
2097
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
--
state.vhd
library ieee;
use ieee.std_logic_1164.all;
entity state is
port(w:in std_logic_vector(16 downto 0);
clk0,rst:in std_logic; ---取序列各位的时钟1Hz
clk1:in std_logic; ---状态转换的时钟1KHz
z:out std_logi
state.qpf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
state.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
state.mdl
Model {
Name "state"
Version 7.2
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersi
state.java
package homeTask_14_tetris;
import java.awt.Point;
public class State implements Cloneable{
static final int WIDTH = 10;
static final int HEIGHT = 25;
static final in