代码搜索:Direct

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

代码结果 10,000
www.eeworm.com/read/383940/2606441

nc nlme_direct_join.nc

/** * NLME-DIRECT-JOIN * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise * @author http://www.open-zb.net * @author Andre Cunha */ //page 179-181 interface NLME_DIRECT_JOIN { co
www.eeworm.com/read/382594/2632603

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
www.eeworm.com/read/376060/2715578

svn-base direct.h.svn-base

K 13 svn:mime-type V 24 application/octet-stream END
www.eeworm.com/read/376060/2715607

svn-base direct.h.svn-base

#ifndef __DIRECT_H #define __DIRECT_H const int _MAX_PATH=256; #lib msvcrt40.dll extern "C" { char* _getcwd(char* buff, int sz); } #lib #endif
www.eeworm.com/read/375190/2726455

py direct_request_test.py

#!/usr/bin/python import BoostBuild t = BoostBuild.Tester() # First check some startup. t.set_tree("direct-request-test") t.run_build_system(extra_args="define=MACROS") t.expect_addition("bin/$too
www.eeworm.com/read/375190/2736609

cpp direct_adapter_test.cpp

// (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com) // (C) Copyright 2004-2007 Jonathan Turkanis // Distributed under the Boost Software License, Version 1.0. (See accompanying // file
www.eeworm.com/read/366702/2866529

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/366702/2873336

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)