代码搜索:awk

找到约 3,459 项符合「awk」的源代码

代码结果 3,459
www.eeworm.com/read/251646/12327963

awk packetda.awk

BEGIN { # we need to know (usual) packet size to convert byte numbers # to packet numbers if (packetsize
www.eeworm.com/read/234420/14113639

awk getnoderecv.awk

# getData.awk BEGIN { if(step ==0) step = 10; base = 0; start = 0; bytes = 0; total_bytes = 0; max = 0; calc = 0; } $0 ~/^s.* AGT/ { if (base == 0 && $3 == ("_" src "_")) { base = $2;
www.eeworm.com/read/234420/14113647

awk getratio.awk

# 初始化设定 BEGIN { sendLine = 0; recvLine = 0; fowardLine = 0; } # 应用层收到包 $0 ~/^s.* AGT/ { sendLine ++ ; } # 应用层发送包 $0 ~/^r.* AGT/ { recvLine ++ ; } # 路由层转发包 $0 ~/^f.* R
www.eeworm.com/read/230954/14264498

exe awk.exe

www.eeworm.com/read/230954/14264516

awk tomatlab.awk

{ if (NR==1) { printf("J=zeros(%d,%d);\n",$1,$2); } else if ($1!=0) { printf("J(%d,%d)=%s;\n",$1,$2,$3); } } END { printf("J=sparse(J);\n"); }
www.eeworm.com/read/230947/14264997

exe awk.exe

www.eeworm.com/read/230947/14265018

awk tomatlab.awk

{ if (NR==1) { printf("J=zeros(%d,%d);\n",$1,$2); } else if ($1!=0) { printf("J(%d,%d)=%s;\n",$1,$2,$3); } } END { printf("J=sparse(J);\n"); }
www.eeworm.com/read/126957/14391576

awk sigconv.awk

BEGIN { nsig = 0; j = 0; print "/* This file was automatically generated */" print "/* by the awk script \"sigconv.awk\". */\n" print "struct sigdesc {" print
www.eeworm.com/read/227241/14436258

in awk.jsf.in

# JOE syntax highlight file for AWK # Resync whole file - =Idle =Bad bold red =Preproc blue =Define bold blue =Comment green =IncLocal cyan =IncSystem bold cyan =Constant cyan =Escape bold cya
www.eeworm.com/read/227241/14436278

jsf awk.jsf

# JOE syntax highlight file for AWK # Resync whole file - =Idle =Bad bold red =Preproc blue =Define bold blue =Comment green =IncLocal cyan =IncSystem bold cyan =Constant cyan =Escape bold cya