代码搜索:Control 有哪些应用?
找到约 10,000 项符合「Control 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/288262/8645801
jpg control.jpg
www.eeworm.com/read/288049/8654462
v 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,
www.eeworm.com/read/431472/8675432
c control.c
www.eeworm.com/read/287546/8682995
v control.v
module control(din, clk, rst, arload, pcload, pcinc, drload, acload, acinc, irload, alusel, membus, pcbus, drbus, read);
input [1:0] din;
input clk, rst;
output arload, pcload, pcinc, drload, acloa
www.eeworm.com/read/287546/8683059
v control.v
module control(din,clk,rst,z,read,write,arload,arinc,pcinc,pcload,drload,trload,irload,rload,alus,acload,zload,pcbus,drhbus,drlbus,trbus,rbus,acbus,membus,busmem);
input [7:0]din;
input clk,rst,z;
www.eeworm.com/read/287544/8683327
o control.o
www.eeworm.com/read/287544/8683354
o control.o
www.eeworm.com/read/387200/8699964
h control.h
// file control.h
//created by alpha 2008.11.3
#ifndef CONTROL_H
#define CONTROL_H
extern int controlInsert;
extern int controlKeepDot;
void controlArgs (int argc, char *argv[]);
#endif
www.eeworm.com/read/387200/8699980
cpp control.cpp
// file control.cpp
//created by alpha 2008.11.3
#include "../headers/control.h"
#include
#include
#include
using namespace std;
int controlInsert = 0;
int cont
www.eeworm.com/read/431202/8701130