代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/184327/9109647
pas ac1155.pas
program tju1155;
const
maxsize=15;
bit:array[0..10]of word=(0,1,2,4,8,16,32,64,128,256,512);
maxstatus=1023;
dx:array[1..4]of shortint=(-1,1,0,0);
dy:array[1..4]of shortint=(0,0,-1,1);
www.eeworm.com/read/184327/9109940
pas ac1098.pas
program tju1098;
const
maxn=100;
maxm=1000;
var
v1,v2:array[1..maxm]of byte;
len:array[1..maxm]of cardinal;
dist:array[0..maxn]of cardinal;
v:array[1..maxn]of boolean;
n,m,i,j,t
www.eeworm.com/read/380940/9120630
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/380940/9120667
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/281747/9136730
c misc.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/183756/9141841
c gets.c
/* gets.c - get a string of characters from a file. stdio.h */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,05mar93,jdi documentation cleanup
www.eeworm.com/read/181668/9241877
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/377529/9271975
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
com
www.eeworm.com/read/377342/9279674
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/377148/9292944
h modules.h
/* Copyright (C) 2004,2005,2006 Bull S.A.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by