代码搜索:Retrieve
找到约 2,147 项符合「Retrieve」的源代码
代码结果 2,147
www.eeworm.com/read/377803/2696185
cpp dlloader.cpp
/*
* dlLoader Object defining routines to dynamically load libraries and retrieve pointers to symbols
* within the library. (DL: dynamic library)
* Copyright (C) 2002 Johnathan Ingram, jingram@
www.eeworm.com/read/377803/2696194
h dlloader.h
/*
* dlLoader Object defining routines to dynamically load libraries and retrieve pointers to symbols
* within the library. (DL: dynamic library)
* Copyright (C) 2002 Johnathan Ingram, jingram@
www.eeworm.com/read/376006/2718205
sql transactions.sql
--
-- TRANSACTIONS
--
BEGIN;
SELECT *
INTO TABLE xacttest
FROM aggtest;
INSERT INTO xacttest (a, b) VALUES (777, 777.777);
END;
-- should retrieve one value--
SELECT a FROM xacttest WHERE
www.eeworm.com/read/375190/2734431
cpp print_hours.cpp
/* Print the remaining hours of the day
* Uses the clock to get the local time
* Use an iterator to iterate over the remaining hours
* Retrieve the date part from a time
*
* Expected Output some
www.eeworm.com/read/368386/2815561
c dmesg.c
/*
* linux/arch/m68k/tools/amiga/dmesg.c -- Retrieve the kernel messages stored
* in Chip RAM with the kernel command
* line option `debug=mem'.
*
*
www.eeworm.com/read/355845/3047494
m getoptions.m
function v = getoptions(options, name, v, mendatory)
% getoptions - retrieve options parameter
%
% v = getoptions(options, 'entry', v0);
% is equivalent to the code:
% if isfield(options, 'entry'
www.eeworm.com/read/350657/3119514
c dmesg.c
/*
* linux/arch/m68k/tools/amiga/dmesg.c -- Retrieve the kernel messages stored
* in Chip RAM with the kernel command
* line option `debug=mem'.
*
*
www.eeworm.com/read/265319/4283980
cpp jnistaticwrapperimpl.cpp
// JNIStaticWrapperImpl.cpp
// Integrates with JNI to retrieve the static
// members of the given MathConstant object
// C++ core headers
#include
// header produced by javah
#i
www.eeworm.com/read/264095/4293191
c dmesg.c
/*
* linux/arch/m68k/tools/amiga/dmesg.c -- Retrieve the kernel messages stored
* in Chip RAM with the kernel command
* line option `debug=mem'.
*
*