代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/183326/9168659
c menu.c
/*
** Copyright (C) 1991, 1997 Free Software Foundation, Inc.
**
** This file is part of TACK.
**
** TACK is free software; you can redistribute it and/or modify
** it under the terms of the GNU Gen
www.eeworm.com/read/183326/9168709
h menu.h
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
*
www.eeworm.com/read/183326/9169785
ref menu.ref
LIBRARY MENU2 INITINSTANCE
DESCRIPTION 'NCurses 1.9.9e-1 for OS/2 - menu library'
EXPORTS
"menu_items" @1 ;NONAME
"current_item" @2 ;NONAME
"new_item" @3 ;NONAME
"new_menu" @4 ;NONAME
www.eeworm.com/read/183326/9169801
def menu.def
LIBRARY menu5 INITINSTANCE TERMINSTANCE
DESCRIPTION "NCurses-5-1-20000704, module menu"
CODE LOADONCALL
DATA LOADONCALL NONSHARED MULTIPLE
EXPORTS
"_nc_Calculate_Item_Length_and_Width" @11 NONAM
www.eeworm.com/read/379889/9172975
men menu.men
VERSION 120
EDIT UG_GATEWAY_MAIN_MENUBAR
BEFORE UG_HELP
CASCADE_BUTTON three_dimensional_para_design
LABEL 三维参数化设计
END_OF_BEFORE
MENU three_dimensional_para_design
BUTTON block
www.eeworm.com/read/183246/9174464
c menu.c
#include
#include "Config.h"
#include "Menu.h"
#include "LCD_Interface.c"
#include "Input.c"
#define MENU_LINE 2
unsigned char MenuNo(unsigned char No)
{
if ((No>=0)&&(No
www.eeworm.com/read/183246/9174468
h menu.h
/*************************************/
/* AVR Menu v1.0 */
/* Designed by aleyn.wu */
/*************************************/
#ifndef _MENU_INCLUDE
#define M
www.eeworm.com/read/183104/9178411
js menu.js
//Author: Younes Bouab
//
//Date Released: 06-19-02 @ 8:50AM
//
//Version 1.26: Supports Frames & solved the MAC OS 9.X 10 BUG in IE
// Menu Centered Dynamiclly (see 'LEFT' variable in '
www.eeworm.com/read/182931/9183555
h menu.h
//--------------------------------------
//
//FileName=menu.h
//
//--------------------------------------
#include"public.h"
//常数的定义
#define ATTR_LEFT 0
#define ATTR_MID 1
#define ATTR_RIGH
www.eeworm.com/read/182931/9183583
c menu.c
//--------------------------------------
//
//FileName= menu.c
//
//--------------------------------------
#include
#include"menu.h"
#include"upd6464a.h"
extern uchar doom_id;
ext