代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/365351/9866525
pas singldif.pas
program singldif;
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/361900/10029648
pas setupapi.pas
{******************************************************************}
{ }
{ Borland Delphi Runtime Library
www.eeworm.com/read/360190/10106796
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/358708/10181256
asm qpsk.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/358708/10181346
asm qpsk.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/162917/10258573
java bitvector.java
import swarm.objectbase.SwarmObjectImpl;
import swarm.defobj.Zone;
public class BitVector extends SwarmObjectImpl {
int condwords; /*"Number of words of memory required to hold bits in this model"
www.eeworm.com/read/355007/10305136
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/355007/10305233
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/162128/10333187
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/162128/10333252
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