代码搜索:explicitly
找到约 1,905 项符合「explicitly」的源代码
代码结果 1,905
www.eeworm.com/read/465959/7049304
h driver.h
// driver.h -- Declarations for STUPID.SYS (DFW version)
// Copyright (C) 2003 by Walter Oney
// All rights reserved
#pragma once
#define DRIVERNAME "STUPID"
//////////////////////
www.eeworm.com/read/438832/7725759
sh func-cmdlinearg.sh
#!/bin/bash
# func-cmdlinearg.sh
# 调用这个脚本, 并且带一个命令行参数.
#+ 类似于 $0 arg1.
func ()
{
echo "$1"
}
echo "First call to function: no arg passed."
echo "See if command-line arg is seen."
func
# 不行! 命令行参
www.eeworm.com/read/145991/5741827
h logger.h
/*--------------------------------------------------------------------*/
/* l o g g e r . h */
/*
www.eeworm.com/read/117051/6112079
cpp errorhandling.cpp
#include // Required for Win32 Exception Handling
#include // Optional, specific to this sample
#include // Required for MFC Exception Handling
#include
www.eeworm.com/read/125447/14493907
h driver.h
// driver.h -- Declarations for STUPID.SYS (DFW version)
// Copyright (C) 2003 by Walter Oney
// All rights reserved
#pragma once
#define DRIVERNAME "STUPID"
//////////////////////
www.eeworm.com/read/120207/14809934
h logger.h
/*--------------------------------------------------------------------*/
/* l o g g e r . h */
/*
www.eeworm.com/read/167728/5453634
changelog
2003-07-27 Brian Gough
* gumbel1.c (gsl_cdf_gumbel1_Q): use pow in place of exp since
compilers seem to handle overflow better in this case (perhaps
because it is not
www.eeworm.com/read/102394/15783784
changelog
2003-07-27 Brian Gough
* gumbel1.c (gsl_cdf_gumbel1_Q): use pow in place of exp since
compilers seem to handle overflow better in this case (perhaps
because it is not
www.eeworm.com/read/103512/6214454
ld bootstub.ld
OUTPUT_FORMAT(coff-m68k)
GROUP(-lc -lm) /* libdbug.a libc.a libm.a */
ENTRY(gcc_start) /* sole function is to make sure S-record is proper */
MEMORY
{
/* note: sys_ram excludes stack!
www.eeworm.com/read/171934/5391105
c su_log.c
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
*
* Contact: Pekka Pessi
*
* This library is free software; you can redistribut