代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/298407/7962482
c gridview.c
/*
* ** $Id: gridview.c,v 1.15 2007-10-25 08:19:19 weiym Exp $
* **
* ** gridview.c: Sample program for MiniGUI Programming Guide
* ** Usage of GRID control.
* **
* ** Copyright (C) 2004 ~
www.eeworm.com/read/239726/13259448
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/319924/13439493
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/141138/5777085
h pinyin.h
/*
* Copyright 1999.1 by Li ZhenChun zhchli@163.net All Rights Reserved
*
* CCE - Console Chinese Environment -
* Copyright (C) 1998-1999 Rui He (herui@cs.duke.edu)
*
* Porting to MiniGUI by Z
www.eeworm.com/read/140826/5781064
h pinyin.h
/*
* Copyright 1999.1 by Li ZhenChun zhchli@163.net All Rights Reserved
*
* CCE - Console Chinese Environment -
* Copyright (C) 1998-1999 Rui He (herui@cs.duke.edu)
*
* Porting to MiniGUI by Z
www.eeworm.com/read/347761/11637799
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/153147/12056276
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/152711/12091098
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/152711/12091290
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/222623/14682412
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