代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/127781/5997695
c shmem.c
/* $Id: shmem.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* Card functions implementing ISDN4Linux functionality
*
* This software may
www.eeworm.com/read/124426/6047826
java dom4jconfigurable.java
package org.jbpm.delegation;
import org.apache.commons.logging.*;
import org.dom4j.*;
import org.jbpm.*;
import org.jbpm.util.xml.*;
/**
* is a convenience class for implementing delegation
www.eeworm.com/read/110034/6169252
c shmem.c
/* $Id: shmem.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* Card functions implementing ISDN4Linux functionality
*
* This software may
www.eeworm.com/read/108242/6183693
c life.c
/* life - Conway's game of life Author: Jim King */
/* clife.c - curses life simulator. Translated from Pascal to C implementing
* curses Oct 1988 by pulsar@lsrhs, not jek5036@ritvax.isc
www.eeworm.com/read/102935/6228155
c shmem.c
/* $Id: shmem.c,v 1.2.10.1 2001/09/23 22:24:59 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* Card functions implementing ISDN4Linux functionality
*
* This software ma
www.eeworm.com/read/100127/6274065
py rmt.py
#! /usr/bin/env python
# A Python program implementing rmt, an application for remotely
# controlling other Tk applications.
# Cf. Ousterhout, Tcl and the Tk Toolkit, Figs. 27.5-8, pp. 273-276.
# No
www.eeworm.com/read/486343/6539994
cpp vncencodercursor.cpp
// Copyright (C) 2000 Const Kaplinsky. All Rights Reserved.
#include "stdhdrs.h"
#include "vncEncoder.h"
#include "vncBuffer.h"
#include "vncDesktop.h"
//
// New code implementing cursor sh
www.eeworm.com/read/408757/11370230
tcl filecopy.tcl
# FILECOPY.TCL - Setup procedures for implementing file-copying wizard page
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
# 03i,29apr03,bjl use defa
www.eeworm.com/read/125538/14488597
cpp cpu.cpp
//class CPU implementing
//refer to CPU.h , Relationships between CPU and Instruction
#include "stdafx.h"
#include "DFYSimulator.h"
#include "CPU.H"
#include "MainFrm.h"
#include "OutputWindow.h
www.eeworm.com/read/124902/14526684
java testtag.java
//Code for the tag handler:TestTag.java
import java.io.IOException;
import java.util.Date;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
//Implementing the tag generates the HT