代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/244622/12851545
opt control.opt
www.eeworm.com/read/244601/12852905
v control.v
//控制模块
/*信号定义:
clk: 输入时钟;
clear: 为整个频率计的异步复位信号;
reset: 用来在量程转换开始时复位计数器;
std_f_sel: 用来选择标准时基;
cntover: 代表超量程;
cntlow: 代表欠量程;
lock: 向锁存器发出的锁存信号。
状态A,B,C,D,E,F 采用一位热码编码 */
module <mark>Control</mark>(std_f ...
www.eeworm.com/read/244601/12852958
bsf control.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/244601/12853116
vwf control.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/143653/12854195
h control.h
/*
========================================================================
DEVise Data Visualization Software
(c) Copyright 1992-1996
By the DEVise Development Group
Madison, Wisconsin
Al
www.eeworm.com/read/244573/12856105
bmp control.bmp
www.eeworm.com/read/330996/12857526
o control.o
www.eeworm.com/read/330996/12857547
o control.o
www.eeworm.com/read/244507/12859401
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/330917/12861076