代码搜索:done

找到约 10,000 项符合「done」的源代码

代码结果 10,000
www.eeworm.com/read/160303/5574399

txt east-console.txt

east:~# TESTNAME=x509-pluto-06 east:~# source /testing/pluto/bin/eastlocal.sh east:~# iptables -A INPUT -i eth1 -s 192.0.3.0/24 -d 0.0.0.0/0 -j DROP east:~# arp -s 192.0.2.1 10:00:00:dc:bc:01 east
www.eeworm.com/read/159001/5589209

mk module.mk

# # FreeType 2 SFNT module definition # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, #
www.eeworm.com/read/159001/5589265

mk module.mk

# # FreeType 2 TrueType module definition # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified
www.eeworm.com/read/159001/5589280

mk module.mk

# # FreeType 2 PSaux module definition # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, #
www.eeworm.com/read/159001/5589292

mk module.mk

# # FreeType 2 PSHinter module definition # # Copyright 1996-2001 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified
www.eeworm.com/read/159001/5589306

mk module.mk

# # FreeType 2 Windows FNT/FON module definition # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, m
www.eeworm.com/read/159001/5589326

mk module.mk

# # FreeType 2 PSnames module definition # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified,
www.eeworm.com/read/159001/5589380

mk module.mk

# # FreeType 2 CFF module definition # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # a
www.eeworm.com/read/395931/8145659

v basic_base2_mul_seq.v

// N比特乘M比特的二进制时序乘法器 module basic_base2_mul_seq(x_in, y_in, clk, ini, p_out, done); parameter N = 8, M = 4; input clk, ini; input [N-1:0] x_in; input [M-1:0] y_in; output done;
www.eeworm.com/read/192735/8289509

m rsptrain.m

function [alpha_fin,b_fin] = rsptrain(K,Y,C,T,S_min), % Recursive Stabilization Procedure %% Variable Description %% %% m = size(K,1); k = ceil(log(m/S_min)/log(T/(T-1))); current_position = [0,0]; N