代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/264095/4294649
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/263726/4299938
xif socket4.xif
/* $XORP: xorp/xrl/interfaces/socket4.xif,v 1.5 2006/09/12 22:56:40 atanu Exp $ */
/**
* Interface implementing basic IPv4 socket functionality. This interface
* provides methods for creating and
www.eeworm.com/read/263726/4299940
xif socket6.xif
/* $XORP: xorp/xrl/interfaces/socket6.xif,v 1.4 2006/09/12 22:56:40 atanu Exp $ */
/**
* Interface implementing basic IPv6 socket functionality. This interface
* provides methods for creating and
www.eeworm.com/read/161121/5558353
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/266153/11238658
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/147311/12568026
html coll_cache.html
Implementing a Least-Recently-Used (LRU) Cache
(Java Developers Almanac Example)
www.eeworm.com/read/390106/8484333
htm coll_cache.htm
Implementing a Least-Recently-Used (LRU) Cache (Java Developers Almanac Example)
www.eeworm.com/read/175308/9552512
ex-22-03
// Example 22-03: Implementing event handlers for the test Windows Form
private void btnAdd_Click(object sender, System.EventArgs e)
{
double left = double.Parse(textBox1.Text);
double rig
www.eeworm.com/read/175308/9552525
ex-22-06
// Example 22-06: Implementing event handlers for the VB 6 COM DLL test form
private void btnAdd_Click(
object sender, System.EventArgs e)
{
Double left, right, result;
left = Double.P
www.eeworm.com/read/357108/10216019
h check_msg.h
#ifndef CHECK_MSG_NEW_H
#define CHECK_MSG_NEW_H
struct MsgKey
{
int key;
};
typedef struct MsgKey MsgKey;
/* Functions implementing messaging during test runs */
void send_failure_info (MsgKe