代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.h
// Fig. 10.25: Interface.h
// Header file for class Interface
// Client sees this source code, but the source code does not reveal
// the data layout of class Implementation.
class Implementati
interface.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2004.
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#ifdef __cplusplus
extern "C" {
#endif
GtkWidget* create_window (void);
GtkWidget* create_fileselection (void);
#ifdef __cplusplus
}
#end
interface.c
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#include
#include
#include
#include
#include
#include
#in
interface.frm
VERSION 5.00
Begin VB.Form INTERFACE
BackColor = &H80000004&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3675
ClientLeft = 2940
ClientTop = 24
interface.h
#ifndef _INTERFACE_
#define _INTERFACE_
#include
//定义数码管段选接口
sbit D1=P0^0;
sbit D2=P0^1;
sbit D3=P0^2;
sbit D4=P0^3;
sbit D5=P0^4;
sbit D6=P0^5;
sbit D7=P0^6;
sbit D8=P0^7;
sb
interface.cpp
// protocol.cpp
// includes
#include
#include
#include
#include
#include "board.h"
#include "evaluate.h"
#include "fen.h"
#include "material.h"
interface.h
// interface.h
#ifndef PROTOCOL_H
#define PROTOCOL_H
#define ENGINE "Cyclone"
#define VERSION "2.1"
// includes
#include "util.h"
// functions
extern void process_input();
extern
interface.c
/*
* ifconfig This file contains an implementation of the command
* that either displays or sets the characteristics of
* one or more of the system's networking interfac