代码搜索:capable
找到约 809 项符合「capable」的源代码
代码结果 809
www.eeworm.com/read/152185/5675469
cpp extension.cpp
// Module Name: extension.cpp
//
// Description:
//
// This sample illustrates how to develop a layered service provider that is
// capable of counting all bytes transmitted through a TCP/I
www.eeworm.com/read/152185/5675471
cpp main.cpp
// Module Name: main.cpp
//
// Description:
//
// This sample illustrates how to develop a layered service provider that is
// capable of counting all bytes transmitted through an IP socket
www.eeworm.com/read/152185/5675474
cpp provider.cpp
// Module Name: provider.cpp
//
// Description:
//
// This sample illustrates how to develop a layered service provider that is
// capable of counting all bytes transmitted through a TCP/IP
www.eeworm.com/read/152185/5675477
cpp instlsp.cpp
// Module Name: instlsp.cpp
//
// Description:
//
// This sample illustrates how to develop a layered service provider that is
// capable of counting all bytes transmitted through a TCP/IP
www.eeworm.com/read/249894/12463166
cs persistentresource.cs
namespace Perst
{
using System;
using System.Threading;
using System.Collections;
/// Base class for persistent capable objects supporting locking
///
www.eeworm.com/read/468574/1485991
java bag.java
/** Bag Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A Bag object ...
* * is a container of zero or more other objects
* * is capable of stori
www.eeworm.com/read/468574/1486406
java bag.java
/** Bag Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A Bag object ...
* * is a container of zero or more other objects
* * is capable of stori
www.eeworm.com/read/468574/1486437
java bag.java
/** Bag Class
* Author: David D. Riley
* Date: June, 2004
*
* class invariant
* A Bag object ...
* * is a container of zero or more other objects
* * is capable of stori
www.eeworm.com/read/457459/1597172
java imagesampler.java
package org.sunflow.core;
/**
* This interface represents an image sampling algorithm capable of rendering
* the entire image. Implementations are responsible for anti-aliasing and
* filterin
www.eeworm.com/read/249895/4444777
java persistent.java
package org.garret.perst;
/**
* Base class for all persistent capable objects
*/
public class Persistent implements IPersistent
{
public synchronized void load() {
if (oid !=