代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/301617/13854116
h control.h
/*
*********************************************************************************************************
* Copyright (c) 2005, 新通电气
* All rights reserved.
*
* 文件名称:control.h
* 文件标识:无
* 摘
www.eeworm.com/read/301617/13854117
c control.c
/*
*********************************************************************************************************
*
* 包含头文件
*
***************************************************************
www.eeworm.com/read/301447/13859125
h control.h
#ifndef _CONTROL_H
#define _CONTROL_H
#include "tubby.h"
#define SPECIAL_VERSION
#ifdef SPECIAL_VERSION
#ifdef LINUX
#include "bcasts_lin.h"
#endif
#ifdef SOLARIS
#include "bcasts_sol.h"
#endif
#e
www.eeworm.com/read/301290/13860790
h control.h
/**
* Control是最基本的事件责任单元,也可以负责对其本身的重绘
*/
#pragma once
class Control: public virtual EventTrigger
{
public:
Control(Window *pWnd, bool needKBEvent = true, bool needMouseEvent = true);
www.eeworm.com/read/301290/13860801
cpp control.cpp
#include "GKL.h"
using namespace GKL;
Control::Control(Window *pWnd, bool needKBEvent, bool needMouseEvent):
mpWnd(pWnd), mpPnl(NULL),
mNeedKBEvent(needKBEvent), mNeedMouseEvent(needMouseE
www.eeworm.com/read/301068/13866794
c control.c
//************************
// 路径识别部分
//************************
//找到黑线位置,存入diff[SIZE_Y]中
//扫描式黑线查找法
void ScanLine(void){
static signed char left,right; //每一行的搜索范围,左起始和右结束
static sig
www.eeworm.com/read/301064/13866829
c control.c
//************************
// 路径识别部分
//************************
//找到黑线位置,存入diff[SIZE_Y]中
//扫描式黑线查找法
void ScanLine(void){
static signed char left,right; //每一行的搜索范围,左起始和右结束
static si
www.eeworm.com/read/238518/13878989
sch control.sch
www.eeworm.com/read/238490/13881800
dll control.dll
www.eeworm.com/read/238485/13883136
h control.h
#ifndef CONTROL_H
#define CONTROL_H
extern int control_init();
extern int control_readline();
extern int control_rldef();
extern int control_readint();
extern int control_readfile();
#endif