代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/398414/2381581
h figure.h
#ifndef __FIGURE_STRUCT_H__
#define __FIGURE_STRUCT_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#include "../inc/macro.h"
typedef struct {
int cx;
int cy;
}structSIZE;
type
www.eeworm.com/read/398414/2381607
h list.h
#ifndef __LIST_H__
#define __LIST_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#define OSListMemNum 1000
typedef struct typeList{ //系统控件的链表
struct typeList* pNextList;
struct ty
www.eeworm.com/read/398414/2381688
h figure.h
#ifndef __FIGURE_STRUCT_H__
#define __FIGURE_STRUCT_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#include "../inc/macro.h"
typedef struct {
int cx;
int cy;
}structSIZE;
type
www.eeworm.com/read/398414/2381735
h list.h
#ifndef __LIST_H__
#define __LIST_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#define OSListMemNum 1000
typedef struct typeList{ //系统控件的链表
struct typeList* pNextList;
struct ty
www.eeworm.com/read/398414/2381816
h figure.h
#ifndef __FIGURE_STRUCT_H__
#define __FIGURE_STRUCT_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#include "../inc/macro.h"
typedef struct {
int cx;
int cy;
}structSIZE;
type
www.eeworm.com/read/386455/2571207
h list.h
#ifndef __LIST_H__
#define __LIST_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#define OSListMemNum 1000
typedef struct typeList{ //系统控件的链表
struct typeList* pNextList;
struct ty
www.eeworm.com/read/386455/2571232
h own_stdio.h
/**
* \file own_stdio.h
* \author Wei Yongming
* \date 2002/01/06
*
* ISO C standard I/O routines - with some POSIX 1003.1 extensions
*
\verbatim
Copyright (C) 1998-20
www.eeworm.com/read/386455/2571262
h figure.h
#ifndef __FIGURE_STRUCT_H__
#define __FIGURE_STRUCT_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#include "../inc/macro.h"
typedef struct {
int cx;
int cy;
}structSIZE;
type
www.eeworm.com/read/386455/2571276
c treeview.c
/*
** $Id: treeview.c,v 1.2 2003/11/23 13:35:26 weiym Exp $
**
** treeview.c: Sample program for MiniGUI Programming Guide
** Usage of TREEVIEW control.
**
** Copyright (C) 2003 Feynman Software.
www.eeworm.com/read/386455/2571279
c mginit.c
/*
** $Id: mginit.c,v 1.10 2003/12/29 10:54:14 weiym Exp $
**
** Listing 31.1
**
** mginit.c: Sample program for MiniGUI Programming Guide
** A simple mginit program.
**
** Copyright (C) 2003 Fe