代码搜索:Retrieve
找到约 2,147 项符合「Retrieve」的源代码
代码结果 2,147
www.eeworm.com/read/411851/11224455
rep6_716_20080625092336_2
#*** Retrieve Data generated by ISN Agent ***
!USER_ID=ISNTest1
!REQUEST_ID=7
!START_TIME=20080625092329
!END_TIME=20080625092336
!RECORD_NUM=3622
#********
!RECORD_DESCRIPTION={$FDN:userlabel:etId:im
www.eeworm.com/read/411851/11224472
rep6_716_20080625092336_2
#*** Retrieve Data generated by ISN Agent ***
!USER_ID=ISNTest1
!REQUEST_ID=7
!START_TIME=20080625092329
!END_TIME=20080625092336
!RECORD_NUM=3622
#********
!RECORD_DESCRIPTION={$FDN:userlabel:etId:im
www.eeworm.com/read/183260/9173685
sql insert.sql
REM insert.sql
REM Chapter 4, Oracle9i PL/SQL Programming by Scott Urman
REM This block shows some INSERT statements.
DECLARE
v_StudentID students.id%TYPE;
BEGIN
-- Retrieve a new student
www.eeworm.com/read/374502/9402194
map
# map script. lifted from anduril by wd.
# this script is in the public domain
# $Id: map,v 1.1 2002/07/31 23:39:35 wd Exp $
# here's how it works. we retrieve links from the server using a /links
www.eeworm.com/read/241364/13151169
sql munising_falls_02.sql
DECLARE
directions CLOB;
directions_1 VARCHAR2(300);
directions_2 VARCHAR2(300);
chars_read_1 BINARY_INTEGER;
chars_read_2 BINARY_INTEGER;
offset INTEGER;
BEGIN
--Retrieve
www.eeworm.com/read/124989/6034784
include-modules
#!/usr/bin/perl -w
#
# Retrieve modules required for an initrd image
# $Id: include-modules,v 1.1 2002/11/06 06:30:10 ken_yap Exp $
unless ( @ARGV ) {
die "Syntax: $0 [ -d target_directory ] module
www.eeworm.com/read/409992/11305142
c main.c
/*
Retrieve some informations from the flash memory
AB
FC
*/
#include
#define BUFFLEN 35
unsigned char Buff1[BUFFLEN];
unsigned char Buff2[BUFFLEN];
unsigned char Buff3[BU
www.eeworm.com/read/252304/12286932
c pj_param.c
/* put parameters in linked list and retrieve */
#ifndef lint
static const char SCCSID[]="@(#)pj_param.c 4.4 93/06/12 GIE REL";
#endif
#include
#include
#include
par
www.eeworm.com/read/224875/4801850
c get_addr.c
/*
* $Id: get_addr.c,v 1.2 2003/07/01 01:25:06 kkuehl Exp $
*
* libnet 1.1
* get_addr.c - Retrieve the MAC and IP address of an interface
*
* Copyright (c) 1998 - 2003 Mike D. Schiffman
www.eeworm.com/read/216450/4895485
h proto.h
/* Function prototypes. */
/* main.c */
_PROTOTYPE(int main, (int argc, char **argv));
/* store.c */
_PROTOTYPE(int do_publish, (message *m_ptr));
_PROTOTYPE(int do_retrieve, (message *m_ptr));
_PRO