代码搜索:awk

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

代码结果 3,459
www.eeworm.com/read/278099/10569865

awk asmcnvrt.awk

# +++Date last modified: 05-Jul-1997 # awk script to change block asm statments into the single line # style that versions of Turbo C up to 2.01 can parse. # asm { # pushf # pop
www.eeworm.com/read/352145/10578013

awk finalthroughput.awk

BEGIN { granularity=0.9;#时间间隔 pre_time=1; throughput=0; i=0; } { event = $1 curr_time = $2 node_id = $3 pkt_size = $8 le
www.eeworm.com/read/160029/10578379

awk memleak.awk

# # This script looks for memory leaks by analyzing the output of "sqlite" # when compiled with the MEMORY_DEBUG=2 option. # /[0-9]+ malloc / { mem[$6] = $0 } /[0-9]+ realloc / { mem[$8] = "";
www.eeworm.com/read/160029/10578417

awk opcodedoc.awk

# # Extract opcode documentation for sqliteVdbe.c and generate HTML # BEGIN { print "" print "SQLite Virtual Database Engine Opcodes" print "" } / Opcod
www.eeworm.com/read/422145/10661565

awk function.awk

# # FIX ME please !! # # - bushi@mizi.com # BEGIN { VIVI_MAP = "../vivi.map" FUNCTION_MAP = "function.map" name_of_function = "" prototype = "" print("/* ") > FUNCTION_MAP print(" * Auto gen
www.eeworm.com/read/276615/10723006

awk rs.awk

www.eeworm.com/read/421506/10734077

doc awk.doc

www.eeworm.com/read/275729/10798349

awk mimetable.awk

# # # C++ Portable Types Library (PTypes) # Version 1.7.5 Released 9-Mar-2003 # # Copyright (c) 2001, 2002, 2003 Hovik Melikyan # # http://www.melikyan.com/ptypes/ # http://ptypes.sourceforge.n
www.eeworm.com/read/275194/10830119

awk oconvert.awk

# usage: awk -f convert.awk /a/m/bioid/bioid.cpp /".*"/ { iCount = 0; print } /[-0-9.]+ [-0-9.]+/ { printf("%.2f %.2f\n", $1 - 384/2, 286/2 - $2); } /\{|\}/ { print }
www.eeworm.com/read/275194/10830147

awk reformstats.awk

# reformStats.awk /N=/ { printf("%s\n", $5); } /^a / { A[$2] = $6; AMedian[$2] = $4; } /^B / { B[$2] = $6; BMedian[$2] = $4; } /^m / { M[$2] = $6; MMedian[$2] = $4; } /^All / { All[$2]