代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/459688/7267417
pas unit1.pas
///////////////////////////////////////////////////////////////////////////////
//Des DEMO V1.0//
//作者:ksaiy//
//欢迎使用由ksaiy制作的DES加密算法演示程序,此算法为标准的D
www.eeworm.com/read/459688/7267428
~pas unit1.~pas
///////////////////////////////////////////////////////////////////////////////
//Des DEMO V1.0//
//作者:ksaiy//
//欢迎使用由ksaiy制作的DES加密算法演示程序,此算法为标准的D
www.eeworm.com/read/459616/7270310
out minheap.out
Elements in array order
The 3 elements are
5 20 10
Insert of 15 succeeded
An insert has failed
Elements in array order
The 4 elements are
5 15 10 20
The min element is 5
Deleted min element 5
Delet
www.eeworm.com/read/459616/7270483
out maxheap.out
Elements in array order
The 3 elements are
20 10 5
Insert of 15 succeeded
An insert has failed
Elements in array order
The 4 elements are
20 15 5 10
The max element is 20
Deleted max element 20
Del
www.eeworm.com/read/459616/7270517
readme
LIST OF ALL C++ PROGRAMS
All programs have been compiled using g++ version 2.8.0 using the
command line
g++ -fguiding-decls filename
Version 2.8.0 is unable to properly handle the main func
www.eeworm.com/read/459616/7270588
cpp insert.cpp
// insert into a sorted array
#include
template
void Insert(T a[], int& n, const T& x)
{// Insert x into the sorted array a[0:n-1].
// Assume a is of size > n
int i;
fo
www.eeworm.com/read/458682/7291345
sh directory-info.sh
#! /bin/bash
# directory-info.sh
# Parses and lists directory information.
# NOTE: Change lines 273 and 353 per "README" file.
# Michael Zick is the author of this script.
# Used here with his permi
www.eeworm.com/read/458682/7291374
sh spawn.sh
#!/bin/bash
# spawn.sh
PIDS=$(pidof sh $0) # Process IDs of the various instances of this script.
P_array=( $PIDS ) # Put them in an array (why?).
echo $PIDS # Show process IDs of pare
www.eeworm.com/read/458682/7291399
sh life.sh
#!/bin/bash
# life.sh: "Life in the Slow Lane"
# Version 2: Patched by Daniel Albers
#+ to allow non-square grids as input.
# ###############################################################
www.eeworm.com/read/458661/7291887
m contents.m
% --------------------------------------------------------------------------
% Electromagnetic Waves & Antennas Toolbox
% --------------------------------------------------------------------------
% C