代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/101168/15842353
h stl_iterator.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/100266/15879253
vtc filter.vtc
if (!depend_loaded) Load("depend");
register_file("filter");
file_depends_on("bracket");
func filter_cmd(cmd, pattern, isreg, reverse) [line, val]
{
if (!cur_rmt)
return;
bracket(cmd);
waitfor_a
www.eeworm.com/read/277287/10648045
h strstr.h
/**** strstr.h ****/
/********************************************************************
This module provides forward and backward string search routines.
******************************************
www.eeworm.com/read/391308/8410225
bs2 ex04 - ping pong.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex04 - Ping Pong.BS2
' Purpose... Ping-Pong LED Display
' Author.... Parallax
' E-m
www.eeworm.com/read/191613/8425981
cpp pr0623.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 6.23 on page 145
// Reversing part of an array
#include // defines the cout
www.eeworm.com/read/191613/8426026
cpp exe50.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.50 on page 389
// Testing the reverse() algorithm
#include
#include
www.eeworm.com/read/191613/8426276
cpp pr0806.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 8.6 on page 202
// Reverse a string
#include
using namespace std;
void re
www.eeworm.com/read/191613/8426418
cpp pr0914.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 9.14 on page 222
// Reversing a string
#include
using namespace std;
void r