代码搜索:Direct
找到约 10,000 项符合「Direct」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4579248
c direct-initialization-2.c
// Copyright (C) 2002 Free Software Foundation
// Origin: C++/729
// Contributed by Gabriel Dos Reis
// { dg-do compile }
struct A {
A(int) { }
};
struct B {
typ
www.eeworm.com/read/240162/4589921
c direct2s.c
/* Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Nathan Sidwell 8 May 2001 */
/* Test of prohibition on directives which result from macro
expansion
www.eeworm.com/read/233448/4671523
c direct-initialization-2.c
// Copyright (C) 2002 Free Software Foundation
// Origin: C++/729
// Contributed by Gabriel Dos Reis
// { dg-do compile }
struct A {
A(int) { }
};
struct B {
typ
www.eeworm.com/read/233448/4678857
f90 direct_io.f90
! demonstrates basic direct access using variables for REC
! pr14872
OPEN(UNIT=10,ACCESS='DIRECT',RECL=128)
DO I = 1,10
WRITE(10,REC=I,ERR=10)I
ENDDO
CLOSE(10)
www.eeworm.com/read/233448/4685795
c direct2s.c
/* Copyright (C) 2001 Free Software Foundation, Inc.
Contributed by Nathan Sidwell 8 May 2001 */
/* Test of prohibition on directives which result from macro
expansion
www.eeworm.com/read/233448/4687491
java private_direct_write.java
// Class private_direct_write
// Generated on Tue Nov 16 15:05:54 UTC 1999
//
class private_direct_write {
private int foo;
class private_direct_write_inner {
void test () {
foo = 670
www.eeworm.com/read/233448/4687506
out private_direct_read.out
Testing class `private_direct_read'...
x=670
www.eeworm.com/read/233448/4687530
java private_direct_read.java
// Class private_direct_read
// Generated on Tue Nov 16 15:04:13 UTC 1999
//
class private_direct_read {
private int foo;
class private_direct_read_inner {
void test () {
int x = foo;
www.eeworm.com/read/221464/4828523
py direct_request_test.py
#!/usr/bin/python
from BoostBuild import Tester, List
import os
from string import strip
t = Tester()
# First check some startup
t.set_tree("direct-request-test")
t.run_build_system(extra