代码搜索:construct

找到约 6,584 项符合「construct」的源代码

代码结果 6,584
www.eeworm.com/read/311226/3687025

ttl results-construct-2.ttl

@prefix ns: . @prefix : .
www.eeworm.com/read/311226/3687027

rq q-construct-1.rq

PREFIX ns: PREFIX : CONSTRUCT { ?x ns:knows ?y } WHERE { ?x ns:loves ?y }
www.eeworm.com/read/304962/3782214

h construct_point_d.h

// Copyright (c) 1997-2001 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/304962/3782218

h construct_point_2.h

// Copyright (c) 1997-2001 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/304962/3782222

h construct_point_3.h

// Copyright (c) 1997-2001 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/304962/3782526

h construct_dual_points.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/304962/3782794

h construct_filtered_function.h

// Copyright (c) 2005 Stanford University (USA). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or // modify it under the terms of the GNU Lesser
www.eeworm.com/read/271797/4222926

user example_construct.csproj.user

 7.10.3077 D
www.eeworm.com/read/440773/1792346

ttl results-construct-1.ttl

@prefix ns: . @prefix : . :joe ns:knows _:b1 . :bill ns:knows _:b1 .
www.eeworm.com/read/440773/1792350

rq q-construct-2.rq

PREFIX ns: PREFIX : # No match => empty graph CONSTRUCT { ?x ns:knows ?y } WHERE { ?x ns:sameTown ?y }