代码搜索:runtime
找到约 10,000 项符合「runtime」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5432274
hpp named_parameter.hpp
// (C) Copyright Gennadiy Rozental 2005.
// Use, modification, and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at
www.eeworm.com/read/162614/5518137
cc static-1a.cc
// { dg-do run }
// { dg-options "-O2" }
// { dg-additional-sources "static-1a.cc" }
// { dg-require-effective-target tls_runtime }
struct A
{
static __thread int i;
};
int
test ()
{
if (A::i !=
www.eeworm.com/read/152843/5656357
makefile
#
# Makefile for TOSHIBA JMR-TX3927 board
#
obj-y += init.o int-handler.o irq.o setup.o
obj-$(CONFIG_RUNTIME_DEBUG) += debug.o
obj-$(CONFIG_KGDB) += kgdb_io.o
EXTRA_AFLAGS := $(CFLAGS)
www.eeworm.com/read/152843/5656522
makefile
#
# Makefile for NEC DDB-Vrc5477 board
#
obj-y += int-handler.o irq.o irq_5477.o setup.o lcd44780.o
obj-$(CONFIG_RUNTIME_DEBUG) += debug.o
obj-$(CONFIG_KGDB) += kgdb_io.o
EXTRA_AFLAGS := $(CFL
www.eeworm.com/read/474070/6830632
c chengjichaxun_mcc_component_data.c
/*
* MATLAB Compiler: 4.0 (R14)
* Date: Thu Apr 09 09:50:56 2009
* Arguments: "-B" "macro_default" "-m" "-W" "main" "-T" "link:exe"
* "chengjichaxun"
*/
#ifdef __cplusplus
extern "C"
www.eeworm.com/read/146928/5734191
cs server.cs
using System;
using System.Runtime;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Http;
using System.Runtime.Remoting.Channels.Tcp;
www.eeworm.com/read/264886/4286278
cs helloclient.cs
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
using System.Runtime.Remoting.Channels.Http;
using System.Runtime.
www.eeworm.com/read/264886/4286304
cs helloserver.cs
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
using System.Runtime.Remoting.Channels.Http;
using System.Runtime.
www.eeworm.com/read/264886/4286308
cs helloclient.cs
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Tcp;
using System.Runtime.Remoting.Channels.Http;
using System.Runtime.
www.eeworm.com/read/264886/4286395
cs helloserver.cs
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Contexts;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Http;
using System.Runtime.Remo