代码搜索:runtime
找到约 10,000 项符合「runtime」的源代码
代码结果 10,000
www.eeworm.com/read/252760/12264865
h timedialog.h
#if !defined(AFX_TIMEDIALOG_H__4CF2ED71_FB76_4893_89CC_293C3DDD0077__INCLUDED_)
#define AFX_TIMEDIALOG_H__4CF2ED71_FB76_4893_89CC_293C3DDD0077__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
www.eeworm.com/read/337040/12401051
stdexcept
/*
* Copyright (c) 1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted
www.eeworm.com/read/229494/14334180
cpp testdll1.cpp
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement
www.eeworm.com/read/222225/14700469
cpp tea.cpp
//TEA.cpp
#include "stdafx.h"
#include "TEA.h"
#include "SHA.h"
#include "DoubleBuffering.h"
#include
#include
using namespace std;
//Null chain
char const CTE
www.eeworm.com/read/222225/14700477
cpp rijndael.cpp
//Rijndael.cpp
#include "stdafx.h"
#include "Rijndael.h"
#include "SHA.h"
#include "DoubleBuffering.h"
#include
#include
using namespace std;
const int CRijndae
www.eeworm.com/read/168845/5432212
hpp unit_test_parameters.hpp
// (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/5432229
hpp configuration.hpp
// (C) Copyright Gennadiy Rozental 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_1_0.
www.eeworm.com/read/162614/5529877
c pr24428-2.c
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target tls_runtime } */
__thread double thrtest[81];
int main ()
{
double *p, *e;
e = &thrtest[81];
for (p = &thrtest[0]
www.eeworm.com/read/162614/5529888
c pr24428.c
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target tls_runtime } */
__thread double thrtest[81];
int main ()
{
int i;
for (i = 0; i < 81; i++)
thrtest[i] = 1.0;
www.eeworm.com/read/152843/5657201
c fw-emu.c
/*
* PAL & SAL emulation.
*
* Copyright (C) 1998-2001 Hewlett-Packard Co
* David Mosberger-Tang
*/
#include
#ifdef CONFIG_PCI
# include
#endif