代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.h
#ifndef _INTERFACE_
#define _INTERFACE_
#define MWINDOW_LX 0
#define MWINDOW_TY 0
#define MWINDOW_RX 1024
#define MWINDOW_BY 800
#define MAP_WIDE MWINDOW_RX /*画地图用的子窗口的宽度*/
#define MAP_HEIGHT (MWINDO
interface.c
#include "interface.h"
void CreateCtrol(HWND hWnd)
{
int i=0;
HWND hbn;
typedef void (*button_proc)(HWND hwnd,int id,int nc,DWORD add_data);
char * content[]={"left","right","top","down","big","sm
a_interface.html
Use the Editor Interface configuration to set whether you wish to see the Advanced or Basic versi
a_interface.html
Use the Editor Interface configuration to set whether you wish to see the Advanced or Basic versi
interface.h
/*
** Copyright (C) 2000 Albert L. Faber
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Fre
interface.c
/* $Id: interface.c,v 1.47 2004/04/14 22:15:44 robert Exp $ */
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#include
#include "common.h"
#include "interface.h"
#in
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.cpp
// interface.cpp
/* interface.cpp中的函数是校验程序Calibration和校验台或ADE7758交互的一个接口
根据校正的需要设置了一些函数接口,随着校验台给出的接口的内容的不同,
可以在interface.cpp中补充接口函数中的代码,或者加入删除接口函数
*/
#include "StdAfx.h"
/////////