代码搜索:increments
找到约 413 项符合「increments」的源代码
代码结果 413
www.eeworm.com/read/407093/11430017
c scopy.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 scopy_(integer *n,
www.eeworm.com/read/124883/14529649
c dscal.c
void dscal( n, da, dx, incx )
double da, *dx;
int n, incx;
/* Purpose : scalar vector multiplication
dx = da * dx
--- Input ---
n : number of elements in input vector
da : dou
www.eeworm.com/read/269353/11100737
java stringloadthread.java
package textViewer;
import midletLib.*;
import java.io.InputStream;
import java.io.IOException;
import javax.microedition.midlet.*;
import java.lang.*;
public class StringLoadThread extends Thread
www.eeworm.com/read/110432/15533704
c cryptic.c
/* Chapter 4 - Program 5 */
main()
{
int x = 0,y = 2,z = 1025;
float a = 0.0,b = 3.14159,c = -37.234;
/* i
www.eeworm.com/read/289178/8570219
c ddot.c
#include "blas.h"
double ddot_(int *n, double *sx, int *incx, double *sy, int *incy)
{
long i, m, nn, iincx, iincy;
double stemp;
long ix, iy;
/* forms the dot product of two vectors.
www.eeworm.com/read/289178/8570228
c daxpy.c
#include "blas.h"
int daxpy_(int *n, double *sa, double *sx, int *incx, double *sy,
int *incy)
{
long i, m, ix, iy, nn, iincx, iincy;
register double ssa;
/* constant times a vector
www.eeworm.com/read/366144/9828870
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_(inte
www.eeworm.com/read/366144/9828970
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_(inte
www.eeworm.com/read/281000/10273548
cpp fig07_06.cpp
/**
* Shellsort, using Shell's (poor) increments.
*/
template
void shellsort( vector & a )
{
for( int gap = a.size( ) / 2; gap > 0; gap /= 2 )
fo
www.eeworm.com/read/161095/10453144
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,