代码搜索:N

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

代码结果 10,000
www.eeworm.com/read/337436/12369667

gif n508.gif

www.eeworm.com/read/337436/12369707

jpg n608.jpg

www.eeworm.com/read/337436/12369720

jpg n188.jpg

www.eeworm.com/read/250662/12393094

c copy_n.c

/* ** Copy exactly N characters from the string in src to the dst ** array (padding with NULs if needed). */ void copy_n( char dst[], char src[], int n ) { int dst_index, src_index; src_in
www.eeworm.com/read/250514/12401399

cpp n皇后问题.cpp

#include #include #include #include int *site; //每列的皇后所放置的位置,注意下标从0开始 int queen; //皇后的数目 int count=0; //第几种放置的可能性 int Pla
www.eeworm.com/read/250450/12406147

lib 2n.lib

.MODEL 2N2222A NPN ( + IS = 1.16e-14 + BF = 200 + BR = 4 + RB = 1.69 + RE = 0.423 + RC = 0.169 + CJS = 0 + CJE = 1.95e-11 + CJC = 9.63e-12 + VJE = 0.75 + VJC = 0.75
www.eeworm.com/read/250450/12406209

lib 1n.lib

.MODEL 1N4734 D ( + IS = 4.1e-14 + RS = 4.42 + CJO = 2.03e-09 + VJ = 0.75 + TT = 4.87e-07 + M = 0.333 + BV = 5.6 + IBV = 0.045 + N = 1 + EG = 1.11 + XTI = 3 + KF =
www.eeworm.com/read/336896/12408704

asm dot_n.asm

; ; dot_n.asm ; ; calculates dot product of two n vectors ; ; float dot_n(); ; ; float *a; ; float *b; ; float c; ; int n; ; ; c = dot_4( a, b, n ); ; ; ;
www.eeworm.com/read/250332/12413559

gif sd_n.gif

www.eeworm.com/read/250225/12423324

m n_encoder.m

function [coded,t,real_len] = N_encoder(code_rate,raw_bits,lens) if code_rate==1||code_rate==0 coded=raw_bits;t=[]; elseif code_rate==1/2 t = poly2trellis(7,[171 133]); % Define trellis.