代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/165306/5483559
h args.h
/**
* Command-line (and possibly config file) parameter handling
* @author OP
* $Id: args.h,v 1.1 2004/06/16 10:53:30 opx Exp $
*/
#ifndef EXAMPLES_H
#define EXAMPLES_H
#include "defines.h"
#inc
www.eeworm.com/read/165261/5484100
java sqlquery.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/163987/5501443
pas jvparameterlistmainform.pas
{******************************************************************
JEDI-VCL Demo
Copyright (C) 2002 Project JEDI
Original author:
Contributor(s):
You may ret
www.eeworm.com/read/163874/5507270
java digestclientauthenticationmethod.java
/*
* DigestClientAlgorithm.java
*
* Created on January 7, 2003, 10:45 AM
*/
package gov.nist.applet.phone.ua.authentication;
import java.security.*;
/**
* Get this interface from
www.eeworm.com/read/163169/5511491
java rpcclient.java
package javawebservice;
import java.net.*;
import java.util.*;
import org.apache.soap.*;
import org.apache.soap.rpc.*;
public class RPCClient
{
public static void main(String[] args) throws Ex
www.eeworm.com/read/162614/5517615
c attrib7.c
// { dg-options "-Wunused-parameter" }
void f (int i __attribute__((__unused__))) {}
www.eeworm.com/read/162614/5518024
c template1_main.c
// Test whether exception specifier dependent on template parameter
// is accepted during template decl processing.
// Split into pieces for binary compatibility testing October 2002
extern void tem
www.eeworm.com/read/162614/5518465
c call2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 11 Sep 2003
// Origin: Wolfgang Bangerth
//
www.eeworm.com/read/162614/5518932
c ttp12.c
// Copyright (C) 2004 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij
// { dg-do compile }
// Check the type of non-type parameter in template templat
www.eeworm.com/read/162614/5519315
c ttp13.c
// { dg-do compile }
// Origin: Wolfgang Bangerth
// PR c++/15664: Template substitution of template template parameter
template struct S {
template