代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/448987/7520888
htm 3.46 去除数组里的重复项.htm
标题页
function compare(a, b, n)
{
var c=a.length>b.length?b:a;
//减少循环
if(b==c) b=a;
www.eeworm.com/read/447462/7550702
f sspr2.f
SUBROUTINE SSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
* .. Scalar Arguments ..
REAL ALPHA
INTEGER INCX,INCY,N
CHARACTER UPLO
* ..
* .. Array Arguments ..
REAL AP(*)
www.eeworm.com/read/447462/7550714
f sspr.f
SUBROUTINE SSPR(UPLO,N,ALPHA,X,INCX,AP)
* .. Scalar Arguments ..
REAL ALPHA
INTEGER INCX,N
CHARACTER UPLO
* ..
* .. Array Arguments ..
REAL AP(*),X(*)
* .
www.eeworm.com/read/447462/7550787
f dspr2.f
SUBROUTINE DSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
* .. Scalar Arguments ..
DOUBLE PRECISION ALPHA
INTEGER INCX,INCY,N
CHARACTER UPLO
* ..
* .. Array Arguments ..
www.eeworm.com/read/445950/7587544
c arrayadd.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x\n", count);
printf("Address of the array
www.eeworm.com/read/445950/7587564
c arraytwo.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x &count is %x\n",
count, &count);
p
www.eeworm.com/read/444764/7607295
txt errcodes.txt
Error codes IERR from 1 to 99 indicate not enough space in some array.
Error codes IERR >= 100 mean that the input specification is incorrect,
there is a program bug, or the tolerance TOL is too sma
www.eeworm.com/read/440789/7681204
asm qpsk.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea