代码搜索:adding

找到约 4,236 项符合「adding」的源代码

代码结果 4,236
www.eeworm.com/read/280531/10317907

m zeropad.m

function [m, seg] = zeroPad(m, N); % % Makes the matrix m to have size NxN by adding zeros [sx,sy]=size(m); m = [0*repmat(m(1,:), [fix((N(1)-sx)/2) 1]); m; 0*repmat(m(end,:), [fix((N(1)-sx)/2+.5
www.eeworm.com/read/279503/10431883

rep fkypcb.rep

************************************************************* FileName = Fkypcb.GBR AutoAperture = True ************************************************************* Generating : TopLayer F
www.eeworm.com/read/279339/10446000

m zeropad.m

function [m, seg] = zeroPad(m, N); % % Makes the matrix m to have size NxN by adding zeros [sx,sy]=size(m); m = [0*repmat(m(1,:), [fix((N(1)-sx)/2) 1]); m; 0*repmat(m(end,:), [fix((N(1)-sx)/2+.5
www.eeworm.com/read/424322/10462963

cnt agif.cnt

:Base AGIF.HLP>main :Title Welcome to GIF Animator 1 Introduction 2 Welcome to Ulead GIF Animator=welcome_to_ga@AGIF.hlp>main 2 What's New in Ulead GIF Animator 5=v40_whats_new@AGIF.hlp>gif 2 Get
www.eeworm.com/read/421785/10698579

c put1.c

/* put1.c 枛 prints a string without adding \n */ #include void put1(const char * string) /* string not altered */ { while (*string != '\0') putchar(*string++); }
www.eeworm.com/read/418441/10945448

txt readme.txt

Cross-layer Interaction in Multihop 802.11 Networks (TCP FeW and DSR++) Kitae Nahm nahm@sipi.usc.edu Ahmed Helmy helmy@ceng.usc.edu C.-C. Jay Kuo cckuo@sipi.usc.edu Department of Electrical Engi
www.eeworm.com/read/457902/7315675

c put1.c

/* put1.c 枛 prints a string without adding \n */ #include void put1(const char * string) /* string not altered */ { while (*string != '\0') putchar(*string++); }
www.eeworm.com/read/449530/7501206

c put1.c

/* put1.c 枛 prints a string without adding \n */ #include void put1(const char * string) /* string not altered */ { while (*string != '\0') putchar(*string++); }
www.eeworm.com/read/443731/7624707

asm load.asm

/**************************************************************************** * * File: LOAD.ASM
www.eeworm.com/read/245818/12779108

c put1.c

/* put1.c 枛 prints a string without adding \n */ #include void put1(const char * string) /* string not altered */ { while (*string != '\0') putchar(*string++); }