代码搜索结果

找到约 10,000 项符合 Remote Control 的代码

remote_can_t.c

//////////////远程帧控制发送程序/////////////// ////////////remote_can_t.c///////////////////// #include "candeal2.h" #define LEN 8 #define MSGNUMA 2 #define MSGNUMB 5 #define NUMAPEND 0x0002 #define NU

remote_can_r.c

/////////远程帧控制接收程序///////////////////// //////////remote_can_r.c/////////////////////// #include "candeal2.h" #define LEN 8 #define MSGNUMA 2 #define MSGNUMB 5 #define NUMAPEND 0x0002 #define N

slog_print_remote.java

import java.rmi.*; import java.rmi.server.*; import java.io.*; public class slog_print_remote { private static String protocolname = null; private static String machinename = ""; private

net_remote_mem.h

#ifndef NET_REMOTE_MEM_H_DEFINED #define NET_REMOTE_MEM_H_DEFINED #include "remote_mem.h" #include "netif_b.h" SC_MODULE(NET_REMOTE_MEM) { sc_in clock; //sc_in enable; sc_in

dvb-usb-remote.c

/* dvb-usb-remote.c is part of the DVB USB library. * * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) * see dvb-usb-init.c for copyright information. * * This file contains f

remote.java.svn-base

package com.dwr.study; public class Remote { public String getData(int index) { return "hello world."; } }

dvb-usb-remote.c

/* dvb-usb-remote.c is part of the DVB USB library. * * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@desy.de) * see dvb-usb-init.c for copyright information. * * This file contains f

af9005-remote.c

/* DVB USB compliant Linux driver for the Afatech 9005 * USB1.1 DVB-T receiver. * * Standard remote decode function * * Copyright (C) 2007 Luca Olivetti (luca@ventoso.org) * * Thanks to Afatech

remote_can_t.c

//////////////远程帧控制发送程序/////////////// ////////////remote_can_t.c///////////////////// #include "candeal2.h" #define LEN 8 #define MSGNUMA 2 #define MSGNUMB 5 #define NUMAPEND 0x0002 #define NU