代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/311226/3686530
rq syntax-form-construct05.rq
PREFIX rdf:
CONSTRUCT { [] rdf:subject ?s ;
rdf:predicate ?p ;
rdf:object ?o }
WHERE {?s ?p ?o}
www.eeworm.com/read/311226/3686531
rq syntax-form-construct03.rq
CONSTRUCT { ?s . ?s ?o } WHERE {?s ?p ?o}
www.eeworm.com/read/311226/3686542
rq syntax-form-construct02.rq
CONSTRUCT { ?s ?p ?o } WHERE {?s ?p ?o}
www.eeworm.com/read/304962/3783151
h construct_storage_site_2.h
// Copyright (c) 2006 Foundation for Research and Technology-Hellas (Greece).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the
www.eeworm.com/read/292144/3956660
erl hipe_rtl_binary_construct.erl
%% -*- erlang-indent-level: 2 -*-
%% ====================================================================
%% Filename : hipe_rtl_inline_bs_ops.erl
%% Module : hipe_rtl_inline_bs_ops
%% Purpose
www.eeworm.com/read/271797/4222925
txt example_construct.csproj.filelist.txt
obj\Debug\Example_Construct.exe
obj\Debug\Example_Construct.pdb
bin\Debug\Example_Construct.exe
bin\Debug\Example_Construct.pdb
obj\Debug\ResolveAssemblyReference.cache
www.eeworm.com/read/440773/1791416
rq syntax-form-construct01.rq
CONSTRUCT { ?s . ?s ?o } WHERE {?s ?p ?o}
www.eeworm.com/read/440773/1791445
rq syntax-form-construct04.rq
PREFIX rdf:
CONSTRUCT { [] rdf:subject ?s ;
rdf:predicate ?p ;
rdf:object ?o . }
WHERE {?s ?p ?o}
www.eeworm.com/read/440773/1791462
rq syntax-form-construct03.rq
PREFIX rdf:
CONSTRUCT { [] rdf:subject ?s ;
rdf:predicate ?p ;
rdf:object ?o }
WHERE {?s ?p ?o}