代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/162836/10266382
java menu.java
/*
* Copyright (C) 1998 Noctor Consulting, Ltd. All rights reserved.
* SMS JDK 2.0 Bureau application
*/
package bureau;
import java.awt.*;
public class menu
{
Frame m_Frame
www.eeworm.com/read/355407/10267992
lst menu.lst
C51 COMPILER V7.20 MENU 02/20/2006 10:13:58 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE MENU
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/355407/10268130
h menu.h
#ifndef _MENU_H_
#define _MENU_H_
#include "api.h"
/*keil编译时,使用code
vxworks编译时,code改为空格*/
#define CODE_TYPE code
#define _ALS_ 0
typedef BYTE (*FUNCTION_TYPE)(BYTE FlashLcd);
/*菜单
www.eeworm.com/read/355407/10268134
obj menu.obj
www.eeworm.com/read/355407/10268168
__i menu.__i
"menu.c" BROWSE DEBUG OBJECTEXTEND PRINT(.\list\menu.lst) OBJECT(.\output\menu.obj)
www.eeworm.com/read/355407/10268182
c menu.c
#ifndef _MENU_C_
#define _MENU_C_
#include "menu.h"
#if _LCD_MENU_
/************************MenuProcess()函数的说明*****************************/
/*****MenuProcess()为菜单处理程序,main()函数中每隔一段时间对它进行调用
www.eeworm.com/read/426125/10284863
hh menu.hh
#include
#include
#include
using namespace GFC;
class MenuWindow : public Gtk::Window
{
MenuWindow(const MenuWindow&);
MenuWindow& operator=(con
www.eeworm.com/read/426125/10284873
cc menu.cc
#include "menu.hh"
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/355205/10285678
h menu.h
#ifndef _Menu_h
#define _Menu_h
#include "Operation.h"
// 菜单类:实现对学生运动会成绩的管理的各项操作
class Menu
{
public:
Menu();
void Display();// 显示菜单
void OutputDepart();// 显示学院信息
void OutputSport();// 显
www.eeworm.com/read/425998/10294917