代码搜索:PILE
找到约 100 项符合「PILE」的源代码
代码结果 100
www.eeworm.com/read/436054/7777753
txt sandpile.txt
Sandpile v. 1.01
This program is a sandpile simulator. It shows how a (very) simple
sandpile behaves, when you add grains to it. The pile will grow, and
as it grows avalanches will result. The s
www.eeworm.com/read/131203/14156855
java exemple.java
/*
* Exemple.java
*
* Created on 11 mars 2005, 15:50
*/
package Pile;
public class Exemple {
public Exemple() {
}
public static void main(String[] args) {
System.out.prin
www.eeworm.com/read/284708/4060063
txt ucxtread.txt
This file is currently a random pile of useful information... someday it'll
be ordered in a coherent format.
* Error: "error: could not locate */Docs/opcodes.txt. exiting"
ucxt needs to find the ab
www.eeworm.com/read/135153/5887868
c test.c
/* vi: set sw=4 ts=4: */
/*
* test implementation for busybox
*
* Copyright (c) by a whole pile of folks:
*
* test(1); version 7-like -- author Erik Baalbergen
* modified by Eric Gisin to b
www.eeworm.com/read/173430/9659087
c test.c
/* vi: set sw=4 ts=4: */
/*
* test implementation for busybox
*
* Copyright (c) by a whole pile of folks:
*
* test(1); version 7-like -- author Erik Baalbergen
* modified by Eric Gisin to b
www.eeworm.com/read/261925/4319254
py tte.py
#!/usr/bin/env python
"""
Train to exhaustion: train repeatedly on a pile of ham and spam until
everything scores properly.
usage %(prog)s [ -h ] -g file -s file [ -d file | -p file ] \
www.eeworm.com/read/104052/15711699
c sockets.c
/* sockets.c. Rewriten by Andi Kleen. Subject to the GPL. */
/* philb 14/11/98: we now stash the socket file descriptor inside
the `aftype' structure rather than keeping it in a pile of separate
www.eeworm.com/read/366702/2867695
c obj-type-ref.c
/* { dg-do compile } */
/* This used to fail with type-checking enabled because we didn't
expect OBJ_TYPE_REF expressions. */
class QObject {};
class Pile : public QObject {
public:
virtual
www.eeworm.com/read/212387/15156736
java drawpile.java
// CS 582 - Fall 1996 - OSU
// Jean-Guy Speton
import java.util.*;
public class DrawPile extends Pile
{
public DrawPile()
{
for (int i = 0; i < Card.NUM_CARDS; i++) {
addCard(new Card(
www.eeworm.com/read/321483/3533713
changes
0.72 Wed Sep 19 20:08:07 PDT 2007
Bug unfixes
* The BEGIN { use_ok } fix for [rt.cpan.org 28345] revealed a small pile of
mistakes in CPAN module test suites. Rolling the fix back to