代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/388600/2549117
sconstruct
from rsfproj import *
# cgiter dircvv dirrst
# Mobil AVO CMP gather 807 at well4 location
Fetch('cmp807_raw.HH','rad')
Flow('cmp','cmp807_raw.HH',
'dd form=native | tpow tpow=2 | mutter half=n
www.eeworm.com/read/388600/2549310
sconstruct
from rsfproj import *
Fetch(['midpts.hh','beifit.HH'],'midpts')
Flow('midpts','midpts.hh','dd form=native | mutter half=n v0=1.4')
Flow('beifit','beifit.HH','dd form=native')
Flow('nmo','midpts','n
www.eeworm.com/read/388600/2549420
sconstruct
from rsfproj import *
Fetch('wood.h','textures')
Flow('wood','wood.h','dd form=native')
Flow('wood-hole','wood','hole')
Plot('wood-hole','grey crowd=1')
Flow('wood-known','wood','math output=1 | ho
www.eeworm.com/read/388600/2549437
sconstruct
from rsfproj import *
Fetch('galilee.h','galilee')
base = -212
Flow('data','galilee.h','dd form=native')
Flow('mask','data','window n1=1 f1=2 | mask max=%g' % base)
Flow('triplets',['data','mask'],
www.eeworm.com/read/204648/15335737
sql cursorloop.sql
REM CursorLoop.sql
REM Chapter 1, Oracle9i PL/SQL Programming by Scott Urman
REM This block illustrates a cursor fetch loop.
DECLARE
v_FirstName VARCHAR2(20);
v_LastName VARCHAR2(20);
-
www.eeworm.com/read/189219/8484332
c stats.c
#include "db.h"
#include
/* Print and reset the accumulated statistics. */
void
db_stats(DB *db)
{
fprintf(stderr, "%d: del=%ld+%ld, fetch=%ld+%ld, next=%ld, "
"store=%ld(%ld+%ld+%ld
www.eeworm.com/read/185783/8985759
c stats.c
#include "db.h"
#include
/* Print and reset the accumulated statistics. */
void
db_stats(DB *db)
{
fprintf(stderr, "%d: del=%ld+%ld, fetch=%ld+%ld, next=%ld, "
"store=%ld(%ld+%ld+%ld