代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/416714/11016872
cpp rev_itr.cpp
#include "stlexam.h"
#pragma hdrstop
/**************************************************************************
*
* rev_itr.cpp - Example program of reverse iterator.
* See Clas
www.eeworm.com/read/129999/14213145
chat-callback
# =====================================================================================
# Chat script to dial our Company PPP account.
# They uses a call-back system to identify us and to reverse
# ch
www.eeworm.com/read/472524/1409983
java palindrome.java
public class Palindrome {
public static boolean isPalindrome(String stringToTest) {
String workingCopy = removeJunk(stringToTest);
String reversedCopy = reverse(workingCopy);
www.eeworm.com/read/471038/1435055
java palindrome.java
public class Palindrome {
public static boolean isPalindrome(String stringToTest) {
String workingCopy = removeJunk(stringToTest);
String reversedCopy = reverse(workingCopy);
www.eeworm.com/read/469304/1481676
java palindrome.java
public class Palindrome {
public static boolean isPalindrome(String stringToTest) {
String workingCopy = removeJunk(stringToTest);
String reversedCopy = reverse(workingCopy);
www.eeworm.com/read/455463/1614466
m flipx.m
state=get(gca,'xdir');
if(strcmp(state,'normal'))
set(gca,'xdir','reverse')
else
set(gca,'xdir','normal')
end
www.eeworm.com/read/455463/1614483
m flipy.m
state=get(gca,'ydir');
if(strcmp(state,'normal'))
set(gca,'ydir','reverse')
else
set(gca,'ydir','normal')
end
www.eeworm.com/read/174538/5361149
java palindrome.java
public class Palindrome {
public static boolean isPalindrome(String stringToTest) {
String workingCopy = removeJunk(stringToTest);
String reversedCopy = reverse(workingCopy);
www.eeworm.com/read/287209/4025661
java palindrome.java
public class Palindrome {
public static boolean isPalindrome(String stringToTest) {
String workingCopy = removeJunk(stringToTest);
String reversedCopy = reverse(workingCopy);
www.eeworm.com/read/381758/2641322
java palindrome.java
public class Palindrome {
public static boolean isPalindrome(String stringToTest) {
String workingCopy = removeJunk(stringToTest);
String reversedCopy = reverse(workingCopy);