代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/215930/15033292
gif control.gif
www.eeworm.com/read/215447/15061075
bmp control.bmp
www.eeworm.com/read/215447/15061078
c control.c
#include
#include
#include
#include
#include
#define MYC_STATIC "MYSTATIC1"
#define IDC_STATIC1 1000
HW
www.eeworm.com/read/215382/15063110
m control.m
function y=control(n)
a=20;
if n==0
y=a+1;
elseif n==1
y=a*(1+n);
elseif n==2
y=a+n;
else
y=a;
end
www.eeworm.com/read/114177/15074332
vhd control.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity control is
port(fad,fda,channal:in std_logic; --channal为0,选择通道1;为1,选择通道2
add1,add2:out std_log
www.eeworm.com/read/214044/15115353
class control.class
www.eeworm.com/read/213576/15129922
gif control.gif
www.eeworm.com/read/212937/15144598
h control.h
/* A simple rate-monotonic scheduler */
/* Header file */
#define EXEC 1
#define SUSP 2
#define DEBUG_FIFO 5
#define RTIME long long
typedef struct {
int state;
int id;
RT
www.eeworm.com/read/212668/15151505
c control.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2006 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include