代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/153683/12012180
c wrapper.c
/*++
Copyright (c) 1997-1998 Microsoft Corporation, All Rights Reserved
Module Name:
wrapper.c
Abstract:
Wraps all IOCTL based requests into nice self contained functions
E
www.eeworm.com/read/151467/12209201
c wrapper.c
/* -*-Mode: C;-*- */
/***********************************************************************
*
* wrapper.c
*
* C wrapper designed to run SUID root for controlling PPPoE connections.
*
* Copyright (C
www.eeworm.com/read/151394/12216307
c wrapper.c
/* -*-Mode: C;-*- */
/***********************************************************************
*
* wrapper.c
*
* C wrapper designed to run SUID root for controlling PPPoE connections.
*
* Copyright (C
www.eeworm.com/read/337375/12373549
class wrapper.class
www.eeworm.com/read/337375/12373550
java wrapper.java
public class Wrapper{
public static void main(String args[]){
int i = 500;
Integer t = new Integer(i);
int j = t.intValue(); // j = 500
String s = t.toString(); // s = "500"
System.
www.eeworm.com/read/115227/15020478
c wrapper.c
/*
* Copyright (c) 1994 by Gregory P. Ward.
* All rights reserved.
*
* This file is part of the MNI front end of the Berkeley MPEG decoder.
*
* Permission to use, copy, modify, and distribute
www.eeworm.com/read/114554/15048094
thttpd_wrapper
#!/bin/sh
#
# thttpd_wrapper - wrapper script for thttpd on FreeBSD 3.x
#
# This goes in /usr/local/sbin. It runs thttpd in a loop. If thttpd
# exits then the script restarts it automatically.
#
# T
www.eeworm.com/read/214878/15085308
h wrapper.h
#ifndef WRAPPER_H_
#define WRAPPER_H_
#include
#include "Except.h"
// Class that wraps a constant reference variable.
// Useful for return value from a container find method.
template
www.eeworm.com/read/214865/15085854
h wrapper.h
#ifndef WRAPPER_H_
#define WRAPPER_H_
#include
#include "Except.h"
// Class that wraps a constant reference variable.
// Useful for return value from a container find method.
template