代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/388600/2549011
sconstruct
from rsfproj import *
import math
Fetch('salt_slow_desp.HH','segeage')
Flow('salt','salt_slow_desp.HH','dd form=native')
Flow('seg','salt','window j1=2 j2=2 j3=2 | eikonal vel=0 zshot=1500')
def tr
www.eeworm.com/read/388600/2549047
sconstruct
from rsfproj import *
Fetch('sean.HH','bp')
def grey(title):
return 'grey title="%s" label2=Channel label1="Time (s)" ' % title
Flow('sean','sean.HH',
'dd form=native | window n3=1 f3=3 n1
www.eeworm.com/read/388600/2549271
sconstruct
from rsfproj import *
Fetch('midpts.hh','midpts')
Flow('cdp','midpts.hh','window n3=1 j1=2 | dd form=native')
Flow('mutter','cdp','mutter half=n v0=1.4')
Flow('vscan','mutter','vscan half=n v0=1.3
www.eeworm.com/read/388600/2549373
sconstruct
from rsfproj import *
data = 'data-BP2.HH'
Fetch(data,'bp')
Flow('data',data,'dd form=native')
Flow('fft','data',
'''
pad beg2=650 n2out=2048 n1out=4096 |
rtoc | fft3 axis=1 pad=1 |
www.eeworm.com/read/388600/2549445
sconstruct
from rsfproj import *
Fetch('channels.H','channels')
Plot('canyon','channels.H','window f3=263 n3=1 | grey crowd=.83 title=canyon')
Plot('rivers','channels.H','window f3=191 n3=1 | grey crowd=.83 tit
www.eeworm.com/read/351837/3098669
events
# XScale 1 events
#
event:0x00 counters:1,2 um:zero minimum:500 name:IFU_IFETCH_MISS : number of instruction fetch misses
event:0x01 counters:1,2 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles
www.eeworm.com/read/351837/3098671
events
# MPCore events
#
event:0x00 counters:0,1 um:zero minimum:500 name:IFU_IFETCH_MISS : number of instruction fetch misses
event:0x01 counters:0,1 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles i
www.eeworm.com/read/113586/15452714
mkbr
#! /bin/sh
BR=${1:-"br549"}
ETH=${2:-"eth0"}
# fetch ip of working eth0
IP=`/sbin/ifconfig $ETH | sed -n -e 's/^.*inet addr:\([0-9][0-9\.]*\).*$/\1/p'`
echo "Using IP address $IP"
ifconfig $ETH 0.0
www.eeworm.com/read/302812/13826992
h etherif.h
/*这份代码经源码格式软件格式化过
yang_hx@neusoft.com */
/* net interface. fetch packet and send packet */
#define ETHER_TYPE_IP 0x0800
#define ETHER_TYPE_ARP 0x0806
#define ETHER_ADDR_LEN 6