代码搜索结果
找到约 10,000 项符合
Control 的代码
control.h
/**
* \file control.h
* \author Wei Yongming
* \date 2001/12/29
*
* This file includes interfaces of standard controls of MiniGUI.
*
\verbatim
Copyright (C) 1998-2002 W
control.v
`include "params.v"
/*-----------------------------------*/
// Module : CONTROL
// File : control.v
// Description : Description of Control Unit in Viterbi Decoder
// Simulator : Modelsim
control.java
package com.javapatterns.command.television;
public class Control
{
/**
* @directed
*/
private Command onCommand, offCommand, changeChannel;
public Control(Command o
control.c
/*********************************************************************
*
* Project: (if you don't mind... I'll withhold the actual
* application.. Maybe you can guess..)
*
*
control.v
module control(EN_in,SW1,RST,Red1,Red2,Yellow1,Yellow2,Green1,Green2);
output Red1;
output Red2;
output Yellow1;
output Yellow2;
output Green1;
output Green2;
input [1:0] EN_in;
input
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.v
module control(clk1,cnt_for_mux,cnt,clk_488,rst,frame_clk);
output clk1; //as the clk of mux and demux
output [4:0] cnt_for_mux; //use cnt_for_mux to control the mux,demux
output [2:0] cnt