代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/446090/7585594
h menu.h
#ifndef __MENU_H
#define __MENU_H
#include "typedef.h"
#define PAGE_ITEM_COUNT 3
struct MENU_ITEM{
uchar id; //菜单ID号
uchar name[16]; //菜单项最大为8个汉字长度
uchar x,y; //坐标
void (*func)(uchar
www.eeworm.com/read/446090/7585600
c menu.c
#include "menu.h"
#include "key.h"
#include "utili.h"
#include "lcd.h"
#include "param.h"
#include "query.h"
#include "time.h"
#include "coulometry.h"
#include "objdetect.h"
//第一层菜单:
str
www.eeworm.com/read/445764/7590488
js menu.js
/*
*######################################
* eWebEditor v4.00 - Advanced online web based WYSIWYG HTML editor.
* Copyright (c) 2003-2007 eWebSoft.com
*
* For further information go to http://www
www.eeworm.com/read/445201/7598069
java menu.java
package 第七章;
import java.util.*;
import 第八章.Data;
import 第七章.Manager;
public class Menu
{
Scanner input = new Scanner(System.in);
Manager manager = new Manager();
Data data = new Data(
www.eeworm.com/read/445161/7598351
png menu.png
www.eeworm.com/read/445161/7598410
png menu.png
www.eeworm.com/read/444916/7602868
h menu.h
#ifndef __MENU_H__
#define __MENU_H__
#include
class QMainWindow;
class QString;
class QWidget;
namespace gui {
class ToolBar;
/**
Adds support for special items to the MenuTool clas
www.eeworm.com/read/444916/7602874
cc menu.cc
/** @file
This class manages Menu, Toolbars and Shortcuts
Menus, menu items, toolbars and toolbar items share the same namespace and often
menu and toolbar items are interchangable (only difference
www.eeworm.com/read/444269/7615490