代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1785185
cc basic_file_libio.cc
// Wrapper of C-language FILE struct -*- C++ -*-
// Copyright (C) 2000, 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you
www.eeworm.com/read/440906/1785187
h basic_file_libio.h
// Wrapper of C-language FILE struct -*- C++ -*-
// Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software
www.eeworm.com/read/440906/1785188
h basic_file_stdio.h
// Wrapper of C-language FILE struct -*- C++ -*-
// Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software
www.eeworm.com/read/440773/1791389
rq syntax-basic-05.rq
# Two triples : no trailing dot
SELECT *
WHERE { ?x ?y ?z . ?a ?b ?c }
www.eeworm.com/read/440773/1791470
rq syntax-basic-06.rq
# Two triples : with trailing dot
SELECT *
WHERE { ?x ?y ?z . ?a ?b ?c . }
www.eeworm.com/read/440773/1791498
rq syntax-basic-04.rq
# With trailing dot
SELECT *
WHERE { ?x ?y ?z . }
www.eeworm.com/read/440773/1791499
rq syntax-basic-03.rq
# No trailing dot
PREFIX :
SELECT *
WHERE { ?x ?y ?z }
www.eeworm.com/read/440773/1791763
rq syntax-basic-05.rq
# Two triples : no trailing dot
SELECT *
WHERE { ?x ?y ?z . ?a ?b ?c }