代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/359048/2980679
java reverse.java
import java.io.*;
import java.net.*;
public class Reverse {
public static void main(String[] args) throws Exception {
if (args.length != 1) {
System.err.println("Usage: java Reverse "
www.eeworm.com/read/359048/2980684
java reverse.java
import java.io.*;
import java.net.*;
public class Reverse {
public static void main(String[] args) throws Exception {
if (args.length != 1) {
System.err.println("Usage: java Reverse strin
www.eeworm.com/read/356084/3042369
m reverse.m
% reverse -- Reverse order of elements in 1-d signal
% Usage
% r = reverse(x)
% Inputs
% x 1-d signal
% Outputs
% r 1-d time-reversed signal
%
% See Also
% flipud, fl
www.eeworm.com/read/263415/4302687
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/252502/4403670
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/252364/4409167
java reverse.java
//: c11:Reverse.java
// The Collecions.reverseOrder() Comparator
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.b
www.eeworm.com/read/160611/5569779
h reverse.h
/**********************************************************************
Audacity: A Digital Audio Editor
Reverse.h
Mark Phillips
This class reverses the selected audio.
****************