代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/4326/32196
htm 1104 平底隔离柱 reverse locking circuit board support配线槽扎带尼龙扎线带接头固定头--日成电子1.htm
www.eeworm.com/read/430096/8766854
java ex23(1).java
// arrays/Ex23.java
// TIJ4 Chapter Arrays, Exercise 23, page 786
// Create an array of Integer fill it with random int values (using
// autoboxing), and sort it into reverse order using a Comparat
www.eeworm.com/read/183997/9126551
c libstd.c
#include "stdio.h"
#include "clib.h"
/*
** Write string to standard output.
*/
puts(string) char *string;
{fputs(string,stdout);
OS_fputc('\n',stdout);
}
/*
** reverse string in place
www.eeworm.com/read/281848/9130162
java ex23(1).java
// arrays/Ex23.java
// TIJ4 Chapter Arrays, Exercise 23, page 786
// Create an array of Integer fill it with random int values (using
// autoboxing), and sort it into reverse order using a Comparat
www.eeworm.com/read/177199/9465624
java e4_20.java
// Fig. 11.12: StringBufferChars.java
// StringBuffer methods charAt, setCharAt, getChars and reverse.
import javax.swing.*;
//StringBufferChars
public class E4_20 {
public static void main(
www.eeworm.com/read/360807/10077462
c radio-gemtek.c
/* GemTek radio card driver for Linux (C) 1998 Jonas Munsin
*
* GemTek hasn't released any specs on the card, so the protocol had to
* be reverse engineered with dosemu.
*
* Besi
www.eeworm.com/read/279547/10422257
txt essmodelreadme.txt
"ESS-Model is a powerful, reverse engine, UML-tool for
Delphi/Kylix and Java-files."
ESS-Model used to be an commercial product but is now
released as an Open Source under the GPL.
Note a
www.eeworm.com/read/353439/10446841
java ex23(1).java
// arrays/Ex23.java
// TIJ4 Chapter Arrays, Exercise 23, page 786
// Create an array of Integer fill it with random int values (using
// autoboxing), and sort it into reverse order using a Comparat
www.eeworm.com/read/278099/10572304
c strrev.c
/* +++Date last modified: 05-Jul-1997 */
/*
** STRREV.C - reverse a string in place
**
** public domain by Bob Stout
*/
#include
#include "snip_str.h"
#if defined(__cplusplu