代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/484490/6577672
h control.h
#ifndef CONTROL_H
#define CONTROL_H
#include "MyDDraw.h"
#include "MyDInput.h"
#include "MyDSound.h"
#include "MyFile.h"
#include "Tank.h"
#include "Player.h"
#include "Bullete.h"
exter
www.eeworm.com/read/483608/6599659
v 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
www.eeworm.com/read/482099/6626517
cpp control.cpp
#include "headfile.h"
//插入学生信息
void doInsert(Hash *H)
{
stu s;
char cmd;
cmd = 'y';
while(cmd == 'y' || cmd =='Y')
{
s=(stu)malloc(sizeof(student));
s->next=NULL;
s->num=0;
do
www.eeworm.com/read/482099/6626534
obj control.obj
www.eeworm.com/read/481648/6636933
v 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
www.eeworm.com/read/481652/6636974
v control.v
`include "params.v"
/*-----------------------------------*/
// Module : CONTROL
// File : control.v
// Description : Description of Control Unit in Viterbi Decoder
// Simulator : Modelsim
www.eeworm.com/read/481315/6647674
ico control.ico
www.eeworm.com/read/480999/6655458