代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/438718/1823117
py cgihttps.py
"""CGI-savvy HTTP Server.
This module builds on SimpleHTTPServer by implementing GET and POST
requests to cgi-bin scripts.
"""
__version__ = "0.3"
import os
import sys
import time
import socket
www.eeworm.com/read/422060/2046050
phpt array_009.phpt
--TEST--
SPL: ArrayIterator implementing RecursiveIterator
--SKIPIF--
--FILE--
www.eeworm.com/read/419049/2081333
java classqueue.java
package de.fub.bytecode.util;
import java.util.Vector;
import de.fub.bytecode.classfile.JavaClass;
/**
* Utility class implementing a (typesafe) queue of JavaClass
* objects.
*
* @version $Id: C
www.eeworm.com/read/419049/2081334
java classstack.java
package de.fub.bytecode.util;
import java.util.Stack;
import de.fub.bytecode.classfile.JavaClass;
/**
* Utility class implementing a (typesafe) stack of JavaClass objects.
*
* @version $Id: Class
www.eeworm.com/read/409203/2236880
java imageloader.java
package com.jme.util;
import java.io.IOException;
import java.io.InputStream;
import com.jme.image.Image;
/**
* Interface for image loaders. Implementing classes can be registerd with the
www.eeworm.com/read/409190/2237435
c dataprotocol.c
/* GStreamer
* Copyright (C) Erik Walthinsen
* Copyright (C) 2004,2006 Thomas Vander Stichele
*
* dataprotocol.c: Functions implementing th
www.eeworm.com/read/376060/2715248
svn-base foreach2.h.svn-base
// foreach2.h: Implementing FOR_EACH without using typeof
class IterBase {
public:
virtual bool next()=0;
};
template
class Iter: public IterBase {
protected:
V&
www.eeworm.com/read/376060/2715599
svn-base foreach2.h.svn-base
// foreach2.h: Implementing FOR_EACH without using typeof
class IterBase {
public:
virtual bool next()=0;
};
template
class Iter: public IterBase {
protected:
V&
www.eeworm.com/read/376060/2715635
h foreach2.h
// foreach2.h: Implementing FOR_EACH without using typeof
class IterBase {
public:
virtual bool next()=0;
};
template
class Iter: public IterBase {
protected:
V&
www.eeworm.com/read/376060/2715994
svn-base foreach2.h.svn-base
// foreach2.h: Implementing FOR_EACH without using typeof
class IterBase {
public:
virtual bool next()=0;
};
template
class Iter: public IterBase {
protected:
V&