代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/482889/1284686
hpp reverse.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or cop
www.eeworm.com/read/482889/1284711
hpp reverse.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides
www.eeworm.com/read/482889/1284730
hpp reverse.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides
www.eeworm.com/read/475965/1374350
c reverse.c
/* reverse.c -- displays a file in reverse order */
#include
#include
#define CNTL_Z '\032' /* eof marker in DOS text files */
#define SLEN 50
int main(void)
{
char f
www.eeworm.com/read/475809/1381321
cpp reverse.cpp
#include "nr.h"
void NR::reverse(Vec_IO_INT &iorder, Vec_I_INT &n)
{
int nn,j,k,l,itmp;
int ncity=iorder.size();
nn=(1+((n[1]-n[0]+ncity) % ncity))/2;
for (j=0;j
www.eeworm.com/read/475809/1381961
c reverse.c
void reverse(int iorder[], int ncity, int n[])
{
int nn,j,k,l,itmp;
nn=(1+((n[2]-n[1]+ncity) % ncity))/2;
for (j=1;j
www.eeworm.com/read/472524/1409644
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/472524/1409649
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/471038/1434830
java reverse.java
import java.io.*;
import java.net.*;
public class Reverse {
public static void main(String[] args) throws Exception {
if (args.length != 2) {
System.err.println("Usage: java Reverse " +
www.eeworm.com/read/470023/1478082
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