代码搜索结果
找到约 10,000 项符合
Control 的代码
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(
DSP_IS,DSP_IOSTRB,DSP_MST
control.java
package control;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.WindowEvent
control.vhd
library ieee;
use ieee.std_logic_1164.all;
entity control is
port(clkin: in std_logic;
ena_cnt: out std_logic;
clr_cnt: out std_logic;
load: out std_logic);
end entity;
architecture
control.cpp
#include "control.h"
#include "resource.h"
#include "display.h"
#include "winex.h"
#include "params.h"
#include "views.h"
#include
// Helper functions
bool Is16BitSampling (DWOR
control.h
#if !defined control_h
#define control_h
#include
#include "wassert.h"
#include "control.h"
#include "views.h"
#include "display.h"
#include "metactrl.h"
// private message pro
control.java
package bluetoochgame;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
* @author not attributable
* @version 1.0
*/
public cla
control.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "../inc/slib.h"
#include "../inc/utils.h"
#include "2410addr.h"
EnvParams Env;
#define ROM_SIZE SIZE_2M