代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/286008/4043151
c reverse.c
/*
----------------------------------------------------------------
Speech Signal Processing Toolkit (SPTK): version 3.0
SPTK Working Group
Department of Computer Science
Nagoya Inst
www.eeworm.com/read/284098/4067879
java reverse.java
// reverse.java
// stack used to reverse a string
// to run this program: C>java ReverseApp
import java.io.*; // for I/O
///////////////////////////////////////////////////////////
www.eeworm.com/read/268530/4251831
java reverse.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/441706/1768928
java reverse.java
// reverse.java
// stack used to reverse a string
// to run this program: C>java ReverseApp
import java.io.*; // for I/O
///////////////////////////////////////////////////////////
www.eeworm.com/read/424704/2014324
cpp reverse.cpp
/**************************************************************************
*
* reverse.cpp - Example program reverse algorithm.
* See Class Reference Section
*
***************
www.eeworm.com/read/405754/2285257
c reverse.c
/*
# proc: reverse_ivec - reverses a vector of integers in place.
# proc:
*/
#ifndef lint
static char rcsid[] = "$Header$";
#endif
/* LINTLIBRARY */
reverse_ivec( c, v )
int c, v[];
{
int iter,
www.eeworm.com/read/405279/2293960
reverse-scen
#!/usr/bin/perl -w
my $INFILE=100;
my $OUTFILE=101;
if ($#ARGV > 1) {
print "Usage: $0 [input file] [output file]\n";
} elsif ($#ARGV == 0) {
print STDERR "Input: $ARGV[0]\n";
print STD
www.eeworm.com/read/385029/2595734
jcw reverse.jcw
! ** JCreator Workspace File (C)2000
! ********** DO NOT EDIT *********
VERSION := "1.00"
LABEL := "Reverse"
! Start Project Structure
#[BeginProject]SOURCE := "Reverse.jcp" #[EndProject]
www.eeworm.com/read/385029/2595735
jcp reverse.jcp
! ** JCreator Project File (C)2000
! ********** DO NOT EDIT *********
VERSION := "1.10"
LABEL := "Reverse"
JDKPROFILE := ""
ACTIVE := "1"
OUTPUTPATH := "classes"
COMPILER := ""
! Start Run
www.eeworm.com/read/385029/2595737
java reverse.java
import java.io.*;
public class Reverse
{
public static void main(String args[])
{ int i,n =10;
int a[] = new int[10];
for (i=0;i