代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/429569/8802551
java palindrome.java
public class Palindrome {
public static boolean isPalindrome(String stringToTest) {
String workingCopy = removeJunk(stringToTest);
String reversedCopy = reverse(workingCopy);
www.eeworm.com/read/428557/8859875
java reversenumber.java
//********************************************************************
// ReverseNumber.java Author: Lewis/Loftus
//
// Demonstrates the use of a do loop.
//*******************************
www.eeworm.com/read/284998/8878491
cpp liststability.cpp
//: C04:ListStability.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Things don't move around i
www.eeworm.com/read/283748/8990637
txt license.txt
许可协议
CutePage CoolButton 1.5 版
武汉硕思软件有限公司 软件最终用户许可协议
重要须知━请认真阅读:本《最终用户许可协议》(以下称《协议》)是您(
个人或单一实体)与武汉硕思软件有限公司之间就有关上述 硕思软件产品所达
成的法律协议。本软件产品可能包括相关组件、媒体、印刷材料及“联机”或
电子文档(以下称“软件产品”)。您一旦安装、复制或以其它方 ...
www.eeworm.com/read/283385/9025564
txt 51aspx源码必读.txt
字符串操作大全
包括:转换字符(Reverse)、加密、解密、SHA1加密、MD5加密、反转字符等
╭═══════════════╮
║ Asp.net源码网 ║
╭══════┤ http://www.51aspx.com ├══════╮
║ ║
www.eeworm.com/read/381752/9073971
cpp chapter2-27.cpp
//文件名:CHAPTER2-27.cpp
#include
#include
#include
using namespace std;
int main()
{ //create constant string
const string hello("Hello, how are you?");
//i
www.eeworm.com/read/281673/9142727
cpp liststability.cpp
//: C04:ListStability.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Things don't move around i
www.eeworm.com/read/281401/9157402
$ reverspr.$
! This program is meant to print a line in reverse order.
! It is one of the string manipulation routines discussed
! in section 9.8.5.
_EXIT = 1 ! seven system call numbers
_READ = 3
_WRIT
www.eeworm.com/read/180233/9314969
asv cecompensation.asv
%-------------- Fading compensation by CE symbol --------------
function [icompen,qcompen] = cecompensation (ch2,ch7,ce)
%If you would like to simulate performance under CE-based compensation, pleas