代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/172021/9726395
c hello.c
/****************************************************************************
* 文件名:Hello.C
* 功能:MiniGUI应用例子。
* 创建一个主窗口,并在窗口中显示字符串"Hello World! --ZLGMCU"。
* 说明:使用MiniGUI for uC/OS-II,使用ADS 1.2
www.eeworm.com/read/172021/9726425
c sedit.c
/****************************************************************************
* 文件名:Sedit.C
* 功能:MiniGUI应用例子。
* 使用MiniGUI创建主窗口,在窗口过程函数中处理字符消息,实现一个简
* 易编辑器的功能。
* 说明:使用MiniGUI for uC/
www.eeworm.com/read/172021/9726481
c paint.c
/****************************************************************************
* 文件名:Paint.C
* 功能:MiniGUI应用例子。
* 创建一个主窗口,对窗口的MSG_PAINT消息进行计数,并在窗口
* 中显示计数值。鼠标左键按下时,让窗口重绘。
* 说明:使用MiniGUI for
www.eeworm.com/read/147956/12508424
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/147955/12508866
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/248562/12553051
c helloworld.c
/*
** $Id: helloworld.c,v 1.35 2006/05/10 09:51:33 xwyan Exp $
**
** Listing 2.1
**
** helloworld.c: Sample program for MiniGUI Programming Guide
** The first MiniGUI application.
**
** Copyrigh
www.eeworm.com/read/134519/13985253
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
AC_INIT(mginit/mginit.c)
dnl ========================================================================
dnl needed for
www.eeworm.com/read/134519/13985427
c coolbar.c
/*
** $Id: coolbar.c,v 1.5 2003/06/06 10:10:47 weiym Exp $
**
** coolbar.c: The CoolBar control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
**
*
www.eeworm.com/read/134519/13985443
c progbar.c
/*
** $Id: progbar.c,v 1.6 2004/04/01 07:38:55 weiym Exp $
**
** progbar.c: The ProgressBar control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
www.eeworm.com/read/134073/14010547
build-rm9200
#!/bin/sh
#
# Please make sure that the following things are OK:
#
# 1. You have installed the arm-elf-tools already.
# 2. Your uClinux distribution has been installed into the directory of '/opt