代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/128628/14285673
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/128628/14285764
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/229308/14345896
java vectorfield.java
/* 3D FDTD PACKAGE in Java by Stephen Kirkup
==========================================
MARK 1. Released January 2005
This file: VectorField.java (part of the pre-processor) FDTDpre.java
www.eeworm.com/read/127293/14363264
prg ys.prg
use zbtx
local a(6,1)
local ap(6,6)
copy to array a fields zbq
use
for i=1 to 6
for j=1 to 6
if a(j,1)=0
ap(i,j)=0
else
if a(i,1)=0
www.eeworm.com/read/127293/14363274
bak ys.bak
use zbtx
local a(6,1)
local ap(6,6)
copy to array a fields zbq
use
for i=1 to 6
for j=1 to 6
if a(j,1)=0
ap(i,j)=0
else
if a(i,1)=0
www.eeworm.com/read/225725/14521610
htm ei27.htm
Effective C++, 2E | Item 27: Explicitly disallow use of implicitly generated member functions you don't want Back to Item 26: Guard against potential ambiguity.
Continue to Item 28: Partition the glo
www.eeworm.com/read/124283/14579301
tex fftalgorithms.tex
\documentclass[fleqn,12pt]{article}
%
\setlength{\oddsidemargin}{-0.25in}
\setlength{\textwidth}{7.0in}
\setlength{\topmargin}{-0.25in}
\setlength{\textheight}{9.5in}
%
\usepackage{algorithmic}
\newen
www.eeworm.com/read/124221/14588182
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/124221/14588253
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/124221/14589174
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: