代码搜索:PacMan
找到约 157 项符合「PacMan」的源代码
代码结果 157
www.eeworm.com/read/131121/14160134
vbw pacman.vbw
frmPacMan = -3, 0, 754, 548, , 22, 29, 774, 641, C
basSetUp = 66, 87, 701, 543,
basPacman = 154, 203, 789, 659, C
basGhostAI = 22, 29, 657, 485, C
www.eeworm.com/read/131121/14160149
vbp pacman.vbp
Type=Exe
Form=frmPacMan.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\System32\stdole2.tlb#OLE Automation
Module=basSetUp; basPacSetUp.bas
Module=basPacman; basPacman.ba
www.eeworm.com/read/17546/737917
dmy pacman.dmy
www.eeworm.com/read/198841/5081409
xpm pacman.xpm
/* XPM */
static char *delme[] = {
/* columns rows colors chars-per-pixel */
"72 14 2 1",
" c opaque",
". c white",
/* pixels */
"..... .............................................. .........
www.eeworm.com/read/339446/3301415
js pacman.js
function roundedRect(ctx,x,y,width,height,radius){
ctx.beginPath();
ctx.moveTo(x,y+radius);
ctx.lineTo(x,y+height-radius);
ctx.quadraticCurveTo(x,y+height,x+radius,y+height);
ctx.lineTo(x+wi
www.eeworm.com/read/405816/2282348
c pacman.c
/***************************************************************************
Pac Man memory map (preliminary)
0000-3fff ROM
4000-43ff Video RAM
4400-47ff Color RAM
4c00-4fff RAM
8000-9fff RO
www.eeworm.com/read/405816/2282483
c pacman.c
/***************************************************************************
machine.c
Functions to emulate general aspects of the machine (RAM, ROM, interrupts,
I/O ports)
***********
www.eeworm.com/read/268567/11133038
java pacman.java
//
// PacMan
// Another 1 day game (created in 5 hours).
//
// (C)2000
// Brian Postma
// b.postma@hetnet.nl
// http://www.homepages.hetnet.nl/~brianpostma
//
import java.awt.*;
import jav
www.eeworm.com/read/268567/11133042