代码搜索:miniGUI

找到约 4,426 项符合「miniGUI」的源代码

代码结果 4,426
www.eeworm.com/read/347475/11663187

cpp miniguidlg.cpp

// miniGUIDlg.cpp : implementation file // #include "stdafx.h" #include "miniGUI.h" #include "miniGUIDlg.h" #include "mini.c" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/154897/11920588

c controls.c

/* ** $Id: controls.c,v 1.27 2005/02/19 05:35:11 panweiguo Exp $ ** ** The controls of minigui ** ** Copyright (C) 2004 Feynman Software. ** ** Create date: 2004/07/20 */ #include #include
www.eeworm.com/read/152711/12090939

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
www.eeworm.com/read/152711/12091284

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/251668/12326653

c button.c

/* ** $Id: button.c,v 1.11 2005/01/06 07:42:09 limei Exp $ ** ** Listing 20.1 ** ** button.c: Sample program for MiniGUI Programming Guide ** Usage of BUTTON control. ** ** Copyright (C) 2004 Fey
www.eeworm.com/read/462744/1543050

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/462744/1543071

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/462744/1543105

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/248446/4470041

c ial.c

/* ** $Id: ial.c,v 1.81 2004/09/22 07:30:01 jgcheng Exp $ ** ** The Input Abstract Layer of MiniGUI. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000, 2002 Wei Yongming. ** **
www.eeworm.com/read/248446/4470183

c gdi.c

/* ** $Id: gdi.c,v 1.53 2004/07/08 13:14:24 weiym Exp $ ** ** The graphics display interface module of MiniGUI. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongmi