代码搜索结果
找到约 10,000 项符合
Control System 的代码
control._h
/*------------------------------------------------------------------------
Public function prototypes
------------------------------------------------------------------------*/
#define uchar uns
control.h
/*------------------------------------------------------------------------
Public function prototypes
------------------------------------------------------------------------*/
#define uchar uns
control.v
`timescale 1ns/10ps
module control(nGCLK, nWAIT,
nRESET, DABORT, IABORT, nFIQ, nIRQ,
ISYNC, CHSD, CHSE, ID, IA, irq_disable, fiq_disable,
flags_ex, load_pc_me, exception_to_id,
pc, inst_if,
control.v
module control(nGCLK1_if, nGCLK2_if, nGCLK3_if, nGCLK_int,
TESTMODE, nRESET, DABORT, IABORT, nFIQ, nIRQ,
ISYNC, CHSD, CHSE, ID, IA, irq_disable, fiq_disable,
flags_ex, load_pc_me, exception_to_i
control.v
module control(std_f_sel,reset,clk,clear,cntover,cntlow);
output[1:0] std_f_sel;
output reset;
input clk,clear,cntover,cntlow;
reg[1:0] std_f_sel;
reg reset;
reg[5:0] present,next;
parameter st
control.java
import java.io.IOException;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class control extends MIDlet {
private gameCanvas gameScreen;
/**构造器*