代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/432934/8562408
m control_input.m
% control_input.m
% input控制语句示例
univ=input('输入你心目中最好的大学:','s');
reply=input('你想重新选择吗? Y/N [Y]: ', 's');
if isempty(reply)
reply = 'Y';
end
if reply=='Y'
disp('你已经选择过了');
else
dis
www.eeworm.com/read/187780/8601315
h int_control.h
www.eeworm.com/read/288550/8622762
txt lqr_control.txt
///////////////////////////////////////////////////////////////////////////////////
%LQR控制器性能分析
clc;
clear all;
A=[-0.0191,-0.0008,0.0170,-0.3371,0.3839,0,0,-9.7924;
0.0010,-0.0349,-0.0017,-0.403
www.eeworm.com/read/187544/8626153
pl switch_control.pl
#!/usr/bin/perl
use SNMP;
use Getopt::Long;
GetOptions("mac=s" => \$gMac,
"index=s" => \$gIndex,
"action=s" => \$gAction,
);
($gMac,$gAction,$gIndex) = verifyInput
www.eeworm.com/read/431734/8658060
h comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
www.eeworm.com/read/387641/8661256
v control_interface.v
module control_interface(
CLK,
RESET_N,
CMD,
ADDR,
REF_ACK,
INIT_ACK,
CM_ACK,
NOP,
READA,
WRITEA,
REFRESH,
www.eeworm.com/read/387639/8661393
v control_interface.v
module control_interface(
CLK,
RESET_N,
CMD,
ADDR,
REF_ACK,
INIT_ACK,
CM_ACK,
NOP,
READA,
WRITEA,
REFRESH,
www.eeworm.com/read/287727/8673479
c igmp_control.c
/*
$Log:: /OEM Source Code/igmp/igmp_control.c $
*
* 1 4/23/98 9:53p Release Engineer
* Initial release
* IGMP v4.1.0
*/
/******
www.eeworm.com/read/386806/8725243
h control_w.h
/*---------------------------------------------------------------------------+
| control_w.h |
|
www.eeworm.com/read/287040/8729275
v control_interface.v
/******************************************************************************
*
* LOGIC CORE: Control Interface - Top level module
* MODULE NAME: control_interface()
* COM