代码搜索:Direct
找到约 10,000 项符合「Direct」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5180491
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/189320/5199516
dsp direct_logging_static.dsp
# Microsoft Developer Studio Project File - Name="direct_logging_Static" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win
www.eeworm.com/read/168845/5429941
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
www.eeworm.com/read/168845/5434489
cpp direct_adapter_test.cpp
// (C) Copyright Jonathan Turkanis 2004
// 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.txt.)
/
www.eeworm.com/read/162614/5517854
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/162614/5523339
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)