代码搜索:array

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

代码结果 10,000
www.eeworm.com/read/339239/12247604

m exm030131_1.m

clear S=['This string array ' 'has multiple rows.'] size(S)
www.eeworm.com/read/252063/12304896

c sqr.c

/* Copyright (c) Colorado School of Mines, 2003.*/ /* All rights reserved. */ /*********************** self documentation **********************/ /******************************
www.eeworm.com/read/338238/12317136

m gbp.m

function [regMsg,bels,converged,belpairs] = gbp(regs,adj,regAdj,local,regPot,assignInd,bethe,extractSingle,extractPairs,varargin) % [bels,converged,belpairs] = gbp(regs,adjMatrix,regAdjMatrix,Ls,regPo
www.eeworm.com/read/251794/12319573

pas setupapi.pas

{******************************************************************} { } { Borland Delphi Runtime Library
www.eeworm.com/read/250397/12408332

h checkedptr.h

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/148696/12439877

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/148696/12440042

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/132006/14115490

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; Function GASDEV:real; Procedure SVDVAR(V:matrx2; MA, NP:integer; W:array of real;
www.eeworm.com/read/132006/14115550

txt polcof.txt

procedure POLCOF(XA, YA:array of real; N:integer; var COF:array of real); var X, Y:array[0..15] of real; I,J,K:integer; XMIN,DY:real; begin For J:=1 To N do begin X
www.eeworm.com/read/132006/14116348

pas unit2.pas

unit Unit2; interface uses unit1; Procedure TRED2(var A:matrx2; N:integer; var D:array of real;var E:array of real); implementation Procedure TRED2(var A:matrx2; N: