代码搜索:runtime

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

代码结果 10,000
www.eeworm.com/read/210911/15190006

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "Process.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char
www.eeworm.com/read/169773/5410916

txt clr寄宿.txt

1.CLR以COM服务器的方式实现(C:\WindDir\System\MSCorEE.DLL). 2.安装.NET框架时CLR(一个COM服务器)在注册表中注册。 3.SDK在MSCorEE.h中。 4.任何Windows程序都可以寄宿CLR,通过CorBindtoRuntimeEx函数。 5.通过配置文件可设置本程序使用的CLR的版本.
www.eeworm.com/read/169697/5414109

cpp rimshot.cpp

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* $Id: rimshot.cpp,v 1.2 2002/09/27 21:11:15 toonen Exp $ * * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */
www.eeworm.com/read/168845/5429721

jam build-request.jam

# (C) Copyright David Abrahams 2002. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. This software is provi
www.eeworm.com/read/168845/5435748

cpp input_separator.cpp

// (C) Copyright Gennadiy Rozental 2001-2005. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE
www.eeworm.com/read/168845/5435772

cpp definition_conflict.cpp

// (C) Copyright Gennadiy Rozental 2001-2005. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE
www.eeworm.com/read/164348/5496559

dep symbian_async_timer_imp.dep

thumb-rel32\obj\platform\symbian\symbian_async_timer_imp.obj: "platform\symbian\symbian_async_timer_imp.cpp" thumb-rel32\obj\platform\symbian\symbian_async_timer_imp.obj: "platform\symbian\symbian_as
www.eeworm.com/read/163883/5506989

stdexcept

/* * Copyright (c) 1996,1997 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1999 * Boris Fomitchev * * This material is provided "as is", with absolutely no warranty expres
www.eeworm.com/read/162614/5522817

mm selector-4.mm

/* Test warning for non existing selectors. */ /* Contributed by Devang Patel . */ /* { dg-options "-Wselector -fnext-runtime" } */ /* { dg-do compile } */ typedef struct objc_ob
www.eeworm.com/read/162614/5522844

mm const-str-1.mm

/* Test errors for constant strings. */ /* { dg-do compile } */ /* { dg-options "-fgnu-runtime" } */ #ifdef __cplusplus extern void baz(...); #endif void foo() { baz(@"hiya"); /* { dg-error "ann