代码搜索:PacMan
找到约 157 项符合「PacMan」的源代码
代码结果 157
www.eeworm.com/read/493814/6391194
bas baspacsetup.bas
Attribute VB_Name = "basSetUp"
Option Explicit
Public Enum BitbltOps ' Untuk fungsi bitblt
SRCCOPY = &HCC0020 ' Dest = Source
SRCAND = &H8800C6 ' Dest = Dest AND Source
SRCINVERT
www.eeworm.com/read/131121/14160152
bas baspacman.bas
Attribute VB_Name = "basPacman"
Option Explicit
Sub PacmanMovement()
Dim HitWall As Boolean
Dim nLoop As Integer
Dim XD2 As Integer
Dim YD2 As Integer
' make sure dotgone is t
www.eeworm.com/read/113423/15456398
bas baspacman.bas
Attribute VB_Name = "basPacman"
Option Explicit
Sub PacmanMovement()
Dim HitWall As Boolean
Dim nLoop As Integer
Dim XD2 As Integer
Dim YD2 As Integer
' make sure dotgone is t
www.eeworm.com/read/101169/15842226
cpp game.cpp
// Game.cpp
//
/////////////////////////////////////////////////////////////////////////////
#include "Game.h"
#include "InitState.h"
#include "DemoState.h"
#include "CharacterSubstate.h"
#in
www.eeworm.com/read/113668/6127147
h world.h
#ifndef header_world
#define header_world
#if _MSC_VER > 1000
#pragma once
#endif
#include "gameobject.h"
#include "gameobject_pacman.h"
#include "map.h"
class World
{
//!Constructio
www.eeworm.com/read/270994/11013245
cpp pacmanspikeinput.cpp
/***************************************************************************
pacmanspikeinput.cpp - description
-------------------
begin
www.eeworm.com/read/322839/13364055
java pacmanactor.java
/**
* PacMan for J2ME Devices
* CS 327 - Design Project, Fall 2002
* CS 329 - Design Project, Spring 2003
* University of Illinois, Urbana-Champaign
*
* file: PacmanActor.java
*
www.eeworm.com/read/127819/5994453
cpp pacmanspikeinput.cpp
/***************************************************************************
pacmanspikeinput.cpp - description
-------------------
begin
www.eeworm.com/read/131121/14160147
frm frmpacman.frm
VERSION 5.00
Begin VB.Form frmPacMan
AutoRedraw = -1 'True
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 82
www.eeworm.com/read/113423/15456395
frm frmpacman.frm
VERSION 5.00
Begin VB.Form frmPacMan
AutoRedraw = -1 'True
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 82