代码搜索结果
找到约 10,000 项符合
Control 的代码
control.java
package control;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.WindowEvent
control.cpp
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
control.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\ucos-ii\add\list.h"
#define OSCtrlMemSize
control.c
#include // SFR declarations
#include
unsigned int block;
unsigned int page;
unsigned char RECVDAT;
unsigned char abc;
unsigned char frame_cnt;
unsi
control.cpp
#include
#include
using namespace std;
#include "control.h"
#include "body.h"
#include "world.h"
#include "connection.h"
#include "common.h"
control::control(world*w, body *b, co
control.h
#ifndef _CONTROL_H
#define _CONTROL_H
using namespace std;
#include
#include "common.h"
//#include "Enum.h"
class body;
class world;
class connection;
class control
{
public:
control(world*