代码搜索:Function

找到约 10,000 项符合「Function」的源代码

代码结果 10,000
www.eeworm.com/read/168845/5433124

cpp bind_function_test.cpp

#include #if defined(BOOST_MSVC) #pragma warning(disable: 4786) // identifier truncated in debug info #pragma warning(disable: 4710) // function not inlined #pragma warning(
www.eeworm.com/read/168845/5433659

cpp function_traits_test.cpp

// (C) Copyright John Maddock 2000. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at ht
www.eeworm.com/read/168845/5433745

rst function_output_iterator.rst

++++++++++++++++++++++++++ Function Output Iterator ++++++++++++++++++++++++++ :Author: David Abrahams, Jeremy Siek, Thomas Witt :Contact: dave@boost-consulting.com, jsiek@osl.iu.edu, witt@ive.
www.eeworm.com/read/168578/5444300

java function2d.java

/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (
www.eeworm.com/read/163987/5501703

pas sample - external function.pas

unit UserName; function main: string; var S: string; Sz: Integer; begin S := ''; Sz := 255; SetLength(S, Sz); if not GetUserName(S, Sz) then RaiseLastWin32Error; SetLeng
www.eeworm.com/read/162614/5517212

c conversion-function-1.c

// Copyright (C) 2003 Free Software Foundation // Contributed by Gabriel Dos Reis // { dg-options "-Wno-conversion" } struct A { operator A&(); };
www.eeworm.com/read/162614/5523066

m function-message-1.m

#include @interface Foo : Object + bar; @end int foocalled = 0; int barcalled = 0; id foo() { if (foocalled) abort (); foocalled = 1; return [Foo class]; } @impl
www.eeworm.com/read/162614/5523329

f90 st_function.f90

! Program to test STATEMENT function program st_fuction call simple_case call with_function_call call with_character_dummy call with_derived_type_dummy call with_pointer_dummy call
www.eeworm.com/read/162614/5529339

c cast-function-1.c

/* PR c/12085 */ /* Origin: David Hollenberg */ /* Verify that the compiler doesn't inline a function at a calling point where it is viewed with a different prototype than t