代码搜索:array

找到约 10,000 项符合「array」的源代码

代码结果 10,000
www.eeworm.com/read/365350/6965726

pas stdalone.pas

program stdalone; type mat96 = array[1..32,1..3] of real; vecb32 = array[1..32] of boolean; vec32 = array[1..32] of real; vec16 = array[1..16] of real; vec8 = array[1..8] of real; v
www.eeworm.com/read/469646/6972600

js t.js

var lunarInfo=new Array( 0x04bd8,0x04ae0,0x0a570,0x054d5,0x0d260,0x0d950,0x16554,0x056a0,0x09ad0,0x055d2,0x04ae0,0x0a5b6,0x0a4d0,0x0d250,0x1d255,0x0b540,0x0d6a0,0x0ada2,0x095b0,0x14977,0x04970,0x0a4b
www.eeworm.com/read/467642/7006520

tig test32.tig

/* error : initializing exp and array type differ */ let type arrayty = array of int var a := arrayty [10] of " " in 0 end
www.eeworm.com/read/467657/7007836

cpp 11577.cpp

//11577 #include #include #include #include #include using namespace std; int array[26]; int give_freq(int array[],char ch) { //cout
www.eeworm.com/read/466495/7036212

htm opencvref_cxcore.htm

CXCORE Reference Manual
www.eeworm.com/read/197608/7069739

c queue.c

/* * File: queue.c * ------------- * This file implements the queue.h abstraction using an array. */ #include #include "genlib.h" #include "queue.h" /* * Constants: * ---------- *
www.eeworm.com/read/432091/7071258

cpp matrix.cpp

//#include //using namespace std ; #include "Matrix.h" int Matrix::getRow() { return this->nRow ; } int Matrix::getCol() { return this->nCol ; } Matrix::Matrix(i
www.eeworm.com/read/364251/7075867

h xlink.h

/* * Summary: unfinished XLink detection module * Description: unfinished XLink detection module * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef
www.eeworm.com/read/411330/7083322

newton

Newton插值2007-07-16 18:37#include using namespace std; #include #define N 5 //以五点为例 void main() { int i,j; float f[N+1][N+1]; float x[N],y[N]; float t; c
www.eeworm.com/read/444864/7096414

m checkphase.m

function word = checkPhase(word, D30Star) %Checks the parity of the supplied 30bit word. %The last parity bit of the previous word is used for the calculation. %A note on the procedure is supplied