代码搜索:miniGUI

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

代码结果 4,426
www.eeworm.com/read/192525/8376516

c scrollbar.c

/* ** $Id: scrollbar.c,v 1.5 2003/06/13 07:15:49 weiym Exp $ ** ** Listing 23.1 ** ** scrollbar.c: Sample program for MiniGUI Programming Guide ** Demo for scrollbar ** ** Copyright (C) 2003 Fey
www.eeworm.com/read/192525/8376632

h fixedmath.h

/** * \file fixedmath.h * \author Wei Yongming * \date 2002/01/12 * * This file includes fixed point and three-dimension math routines. * \verbatim Copyright (C) 1998-
www.eeworm.com/read/192512/8378251

c scrollbar.c

/* ** $Id: scrollbar.c,v 1.5 2003/06/13 07:15:49 weiym Exp $ ** ** Listing 23.1 ** ** scrollbar.c: Sample program for MiniGUI Programming Guide ** Demo for scrollbar ** ** Copyright (C) 2003 Fey
www.eeworm.com/read/192512/8378447

h fixedmath.h

/** * \file fixedmath.h * \author Wei Yongming * \date 2002/01/12 * * This file includes fixed point and three-dimension math routines. * \verbatim Copyright (C) 1998-
www.eeworm.com/read/192182/8400429

c propsheet.c

/* ** $Id: propsheet.c,v 1.10 2006/05/10 09:51:33 xwyan Exp $ ** ** Listing 28.1 ** ** propsheet.c: Sample program for MiniGUI Programming Guide ** Usage of PORPSHEET control. ** ** Copyright (C
www.eeworm.com/read/192182/8400434

c listbox.c

/* ** $Id: listbox.c,v 1.15 2006/05/10 09:51:33 xwyan Exp $ ** ** Listing 21.1 ** ** listbox.c: Sample program for MiniGUI Programming Guide ** The usage of LISTBOX control. ** ** Copyright (C
www.eeworm.com/read/192182/8400548

c caretdemo.c

/* ** $Id: caretdemo.c,v 1.10 2006/05/10 09:51:33 xwyan Exp $ ** ** Listing 10.3 ** ** caretdemo.c: Sample program for MiniGUI Programming Guide ** Demo of using caret ** ** Copyright (C) 2004 ~
www.eeworm.com/read/430525/8740787

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/430522/8740826

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f
www.eeworm.com/read/429514/8804393

makefile

include ./Rules.mak dirs = basic microwindows minigui all: for i in $(dirs) ; do make -C $$i || exit $? ; done clean: -for i in $(dirs) ; do \ [ ! -d $$i ] || make -C $$i clean; \ done rm -f