代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/112603/15482232
java reverse.java
//【代码19-1-4】
// Reverse.java
import java.io.*;
import java.net.*;
public class Reverse
{
public static void main(String[] args) throws Exception
{
if (args.length != 1) {
System.e
www.eeworm.com/read/112280/15490350
java reverse.java
//: c09:Reverse.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// The Collecions.reverseOrder() Comparator.
import com.brucee
www.eeworm.com/read/106929/15617201
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/104016/15713329
cpp reverse.cpp
#include
int main(int argc,char ** argv)
{
if ( argc != 3 )
{
printf("Please input REVERSE INPUTFILE OUTFILE \n");
return(0);
}
FILE *fp,*rfp;
fp = fopen(arg
www.eeworm.com/read/103331/15736919
c reverse.c
www.eeworm.com/read/103037/15748730
asm reverse.asm
; Turbo Assembler Copyright (c) 1988, 1991 By Borland International, Inc.
; REVERSE.ASM - Prints a string in reverse
; From the Turbo Assembler Users Guide - Getting started
DOSSEG
www.eeworm.com/read/432942/8561148
asv str_reverse.asv
www.eeworm.com/read/432942/8561157
f str_reverse.f
www.eeworm.com/read/388784/8576178
cpp reverse-iter.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that