代码搜索:Arrays
找到约 6,123 项符合「Arrays」的源代码
代码结果 6,123
www.eeworm.com/read/366702/2883161
c prefetch-7.c
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -fprefetch-loop-arrays -march=athlon -msse2 -mfpmath=sse --param simultaneous-pr
www.eeworm.com/read/358272/2987963
java owldifftest.java
package org.mindswap.swoop.utils.owlapi.diff;
import java.net.URI;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import j
www.eeworm.com/read/395731/8155578
pro create_fake_mod07.pro
PRO CREATE_FAKE_MOD07, MOD021KM, MOD07, OUTFILE
;+
; Creates a fake MOD07 HDF file that can fool the McIDAS ADDE server.
; The ADDE server reads only the following SDS arrays from a MOD07 HDF file:
;
www.eeworm.com/read/393998/8251941
c kasumi.c
#include
#include "kasumi.h"
/*-------- globals: The subkey arrays -----------------------------------*/
static u16 KLi1[8], KLi2[8];
static u16 KOi1[8], KOi2[8], KOi3[8];
stat
www.eeworm.com/read/292920/8323935
c array2d.c
// array2d.c -- functions for 2d arrays
#include
#define ROWS 3
#define COLS 4
void sum_rows(int ar[][COLS], int rows);
void sum_cols(int [][COLS], int ); // ok to omit names
int su
www.eeworm.com/read/413044/11168949
c array2d.c
// array2d.c -- functions for 2d arrays
#include
#define ROWS 3
#define COLS 4
void sum_rows(int ar[][COLS], int rows);
void sum_cols(int [][COLS], int ); // ok to omit names
int su
www.eeworm.com/read/108874/15572738
htm mi3.htm
More Effective C++ | Item 3: Never treat arrays polymorphica
www.eeworm.com/read/101783/15816961
htm mi3.htm
More Effective C++ | Item 3: Never treat arrays polymorphica
www.eeworm.com/read/381211/9104070
m ch_analog_weights.m
function [d,c]=ch_analog_weights(band,L,dB,w1,w2)
% [d,c]=ch_analog_weights(band,L,w1,w2)
%
% Chebyshev analog lowpass, highpass, bandpass, or bandstop weights.
%
% Arrays d and c are numerator
www.eeworm.com/read/381211/9104104
m analog_translate.m
function [d,c]=analog_translate(band,dl,cl,w1,w2)
% [d,c]=analog_translate(band,dl,cl,w1,w2)
%
% Translates analog lowpass to highpass, bandpass, or bandstop.
%
% Arrays [d,c] and [dl,cl] are nu