代码搜索:increments

找到约 413 项符合「increments」的源代码

代码结果 413
www.eeworm.com/read/161095/10453200

c zcopy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int zcopy_(integer *n,
www.eeworm.com/read/161095/10453277

c saxpy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int saxpy_(integer *n,
www.eeworm.com/read/161095/10453302

c dcopy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int dcopy_(integer *n,
www.eeworm.com/read/161095/10453393

c daxpy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int daxpy_(integer *n,
www.eeworm.com/read/161094/10454666

c ccopy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int ccopy_(integer *n,
www.eeworm.com/read/161094/10454705

c zcopy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int zcopy_(integer *n,
www.eeworm.com/read/161094/10454761

c saxpy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int saxpy_(integer *n,
www.eeworm.com/read/161094/10454779

c dcopy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int dcopy_(integer *n,
www.eeworm.com/read/161094/10454842

c daxpy.c

/* -- translated by f2c (version 19940927). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Subroutine */ int daxpy_(integer *n,
www.eeworm.com/read/447462/7550682

f saxpy.f

SUBROUTINE SAXPY(N,SA,SX,INCX,SY,INCY) * .. Scalar Arguments .. REAL SA INTEGER INCX,INCY,N * .. * .. Array Arguments .. REAL SX(*),SY(*) * .. * * Purpose * =