代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/296037/8127303
c menu.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
unsigned char code table[20]={0x28,0x7e,0xa2,0x62,0x74,0x61,0x21,0x7a,0x20,0x60, //0,1,2,3,4,5,6,7,
www.eeworm.com/read/295983/8130539
c menu.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed thi
www.eeworm.com/read/195637/8137381
cpp menu.cpp
#include
#include
#include
#include
int main(void)
{
extern void INIT();
extern void UNDO();
extern void CUT();
extern void COPY();
extern
www.eeworm.com/read/195637/8137383
obj menu.obj
www.eeworm.com/read/195637/8137385
exe menu.exe
www.eeworm.com/read/195616/8138029
js menu.js
function findObj(n, d) {
var p,i,x;
if(!d) d=document;
if((p=n.indexOf('?'))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0