代码搜索:PILE
找到约 100 项符合「PILE」的源代码
代码结果 100
www.eeworm.com/read/136821/5851858
cpp patiencecardgame.cpp
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
www.eeworm.com/read/136821/5851861
cpp canvascardgame.cpp
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
www.eeworm.com/read/100127/6274047
py canvasevents.py
#! /usr/bin/env python
from Tkinter import *
from Canvas import Oval, Group, CanvasText
# Fix a bug in Canvas.Group as distributed in Python 1.4. The
# distributed bind() method is broken. This i
www.eeworm.com/read/212387/15156732
java player.java
// CS 582 - Fall 1996 - OSU
// Jean-Guy Speton
import java.awt.*;
import java.util.*;
public class Player
{
private Risk risk;
private String name;
private Color color;
private Hashtable
www.eeworm.com/read/171718/9740168
h rovhult.h
#ifndef ROVHULT_H
#define ROVHULT_H
//$Id: Rovhult.h,v 1.62 2006/08/03 01:59:04 markus Rel $
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU
www.eeworm.com/read/136827/5847546
h canvascardpile.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This pr
www.eeworm.com/read/212387/15156731
java pilecanvas.java
// CS 582 - Fall 1996 - OSU
// Jean-Guy Speton
import java.awt.*;
// Risk-specific widget to display Cards in a Pile.
class PileCanvas extends Canvas
{
// The maximum number of "top" cards to disp
www.eeworm.com/read/131203/14156851
java ipile.java
package Pile;
public interface IPile {
public void Empiler(Object Elt) throws Pile_Pleine, Type_Element;
public void Depiler() throws Pile_Vide;
public Object Sommet() thro