代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/151784/5678921
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/151775/5679102
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/151345/5684202
cpp reverse.cpp
#if !defined( __STACK_H )
#include
#endif // __STACK_H
#if !defined( __STRNG_H )
#include
#endif // __STRNG_H
#ifndef __IOSTREAM_H
#include
#endif
www.eeworm.com/read/151159/5685763
cpp reverse.cpp
#if !defined( __STACK_H )
#include
#endif // __STACK_H
#if !defined( __STRNG_H )
#include
#endif // __STRNG_H
#ifndef __IOSTREAM_H
#include
#endif
www.eeworm.com/read/149098/5703463
cpp reverse.cpp
/**************************************************************************
*
* reverse.cpp - Example program reverse algorithm.
* See Class Reference Section
*
***************
www.eeworm.com/read/144216/5752544
t reverse.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
print "1..4\n";
print "not " unless reverse("abc") eq "cba";
print "ok 1\n";
$_ = "foobar";
print "not " unless reverse()
www.eeworm.com/read/143286/5758415
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/143286/5758416
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/143286/5758418
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