代码搜索:array

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

代码结果 10,000
www.eeworm.com/read/161121/5560726

sound-faq

bttv and sound mini howto ========================= There are alot of different bt848/849/878/879 based boards available. Making video work often is not a big deal, because this is handled completel
www.eeworm.com/read/155965/5617125

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/155965/5617324

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:
www.eeworm.com/read/155965/5617330

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; Procedure TRED2(var A:matrx2; N:integer; var D:array of real;
www.eeworm.com/read/155960/5617449

3 tpm_quote.3

.\" Copyright 2004 IBM (Jeff Kravitz) .\" .\" Written Feb 10 2004, Jeff Kravitz .\" .TH "TPM_Quote" 3 2004-03-29 "IBM" "TPM Library" .SH NAME TPM_Quote .SH SYNOPSIS .nf .B #include .sp .B
www.eeworm.com/read/155175/5628874

java actor.java

package com.croftsoft.core.role.actor; /********************************************************************* * A semantic interface for bootstrapping the exchange of semantic
www.eeworm.com/read/475955/6770895

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/475955/6770915

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/476072/6773310

m shiftleft.m

% This function shiftlefts an array n times function [B]=shiftleft(A,n) A=A'; A=circshift(A,n); B=A'; end
www.eeworm.com/read/193461/8225744

html vertexpointer.html

NAME glVertexPointer - define an array of vertex data C SPECIFICATION void glV