代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/493401/6402359
c sort.c
/* sort.c
* Test program to sort a large number of integers.
*
* Intention is to stress virtual memory system.
*
* Ideally, we could read the unsorted array off of the file system,
* a
www.eeworm.com/read/492987/6403124
cpp gamasort.cpp
/*
* Gamasort: from Joseph Gama
*
* This is a Radix Sort Exchange routine which will work only on
* unsigned integers (unlike a general sorting function which
* works based on comparisons).
www.eeworm.com/read/490828/6442949
cpp 7-4.cpp
#include
void main()
{
int a[2][3]={{1,2,3},{4,5,6}};
int b[3][2],i,j;
printf("array a:\n");
for (i=0;i
www.eeworm.com/read/490520/6446977
cpp 7-4.cpp
#include
void main()
{
int a[2][3]={{1,2,3},{4,5,6}};
int b[3][2],i,j;
printf("array a:\n");
for (i=0;i
www.eeworm.com/read/489416/6471030
pas xuan_ze.pas
program xuanze;
var j,k,i,n:integer;
array a[1..10] of integer
begin
for i:=1 to n-1 do
begin
k:=i;
for j:=i+1 to n do
if a[j]
www.eeworm.com/read/488496/6488073
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/486207/6538187
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/483779/6594983
java practical quiz 8.dvd.java
/**
* This interface declares the methods for obtaining DVD information.
*
* @author Neil
* @version 1.0.0
*/
public interface DVD {
/**
* Returns the region code of the DVD.
*
www.eeworm.com/read/482929/6616300
h az_aztec_defs.h
/*====================================================================
* ------------------------
* | CVS File Information |
* ------------------------
*
* $RCSfile: az_aztec_defs.h,v $
*
* $Au