代码搜索:miniGUI

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

代码结果 4,426
www.eeworm.com/read/154897/11919978

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) AC_INIT(src/mgdemo.c) dnl ======================================================================== dnl needed for cr
www.eeworm.com/read/154897/11920217

c yellow.c

/* This file is generated by 'dumpbmp', do not edit manually. */ #include #include static unsigned char yellow_bits [] = { 0xe0, 0xff, 0xe0, 0xff, 0xe0, 0xff,
www.eeworm.com/read/154897/11920219

c red.c

/* This file is generated by 'dumpbmp', do not edit manually. */ #include #include static unsigned char red_bits [] = { 0x01, 0xf8, 0x01, 0xf8, 0x01, 0xf8, 0x0
www.eeworm.com/read/154897/11920226

c green.c

/* This file is generated by 'dumpbmp', do not edit manually. */ #include #include static unsigned char green_bits [] = { 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0
www.eeworm.com/read/154897/11920254

c darkyellow.c

/* This file is generated by 'dumpbmp', do not edit manually. */ #include #include static unsigned char darkyellow_bits [] = { 0xc4, 0x5a, 0xc4, 0x5a, 0xc4, 0x
www.eeworm.com/read/154897/11920528

c face.c

/* This file is generated by 'dumpbmp', do not edit manually. */ #include #include static unsigned char face_bits [] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x
www.eeworm.com/read/154897/11920563

c digits.c

/* This file is generated by 'dumpbmp', do not edit manually. */ #include #include static unsigned char digits_bits [] = { 0xff, 0xff, 0xff, 0xff, 0x00, 0x00,
www.eeworm.com/read/152711/12090914

c helloworld.c

/* ** $Id: helloworld.c,v 1.10 2003/12/29 10:51:11 weiym Exp $ ** ** Listing 2.1 ** ** helloworld.c: Sample program for MiniGUI Programming Guide ** The first MiniGUI application. ** ** Copyrigh
www.eeworm.com/read/152711/12090918

c propsheet.c

/* ** $Id: propsheet.c,v 1.5 2003/09/25 08:28:52 weiym Exp $ ** ** Listing 15.2 ** ** propsheet.c: Sample program for MiniGUI Programming Guide ** Usage of PORPSHEET control. ** ** Copyright (C)
www.eeworm.com/read/152711/12090921

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.