代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/315726/3615976
java reverse.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/312806/3647912
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/311621/3679145
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/311621/3679146
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/311621/3679148
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
www.eeworm.com/read/309003/3708542
m reverse.m
function r = reverse(x)
% 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
%
% S
www.eeworm.com/read/291502/3964507
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/287209/4025535
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/287209/4025540
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/286008/4043150
c _reverse.c
/*
----------------------------------------------------------------
Speech Signal Processing Toolkit (SPTK): version 3.0
SPTK Working Group
Department of Computer Science
Nagoya Inst