代码搜索:Line

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

代码结果 10,000
www.eeworm.com/read/353411/10248800

m convforhs.m

function output = convforhs(input) g = [1 0 1 1 0 1 1; 1 1 0 0 1 0 1; 1 1 1 1 1 0 1]; len = length(input); line1 = mod(conv(input,g(1,:)),2); line2 = mod(conv(input,g(2,:)),2); line3 =
www.eeworm.com/read/353411/10248802

m convfortchfs.m

function output = convfortchfs(input) g = [1 0 0 1 1; 1 1 0 1 1]; len = length(input); line1 = mod(conv(input,g(1,:)),2); line2 = mod(conv(input,g(2,:)),2); line = [line1(1:len);line2(1:len)
www.eeworm.com/read/353411/10248805

m convforf24.m

function output = convforF24(input) g = [1 1 0 1 1; 1 0 1 0 1; 1 1 1 1 1]; len = length(input); line1 = mod(conv(input,g(1,:)),2); line2 = mod(conv(input,g(2,:)),2); line3 = mod(conv(in
www.eeworm.com/read/355714/10249380

bsf top1.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/355714/10249381

bdf block1.bdf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/355714/10249383

bsf contr.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/355007/10306046

c linecnt.c

#include void main (void) { char line[256]; // Line of redirected input long line_count = 0; while (fgets(line, sizeof(line), stdin)) line_count++; printf(
www.eeworm.com/read/355007/10306152

c number.c

#include void main (void) { char line[255]; // Line of input long line_number = 0; // Current line number while (fgets(line, sizeof(line), stdin)) printf("%ld %s
www.eeworm.com/read/354981/10308440

bdf fir.bdf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/354747/10328238

bsf jtagcore.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to