代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/203124/15365107
cpp 04071402224.cpp
//使用原空间把递增排列的链表A和B合并为按元素递减排列的链表C
#include
typedef int elemtype;
#include"04071402llist.h"
void list_merge_reverse(llist &A,llist &B)
{
llist pa,pb,pre,p,q;
pa=A->next;pb=B->nex
www.eeworm.com/read/202486/15381629
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/202486/15381645
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/202486/15381744
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/202486/15381797
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
www.eeworm.com/read/108554/15584176
cpp ex19_1.cpp
/* Code for exercise 19.1.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to u
www.eeworm.com/read/101054/15855890
c formatter.c
/* formatter.C
* John Viega
*
* Jan 28-29 2000
*/
#include "resultsdb.H"
#include "vulndb.H"
#include "config.H"
#include "query.H"
#include "fatal.H"
#include "strutils.H"
#include "strpool.H"
#
www.eeworm.com/read/100529/15872717
c formatter.c
/* formatter.C
* John Viega
*
* Jan 28-29 2000
*/
#include "resultsdb.H"
#include "vulndb.H"
#include "config.H"
#include "query.H"
#include "fatal.H"
#include "strutils.H"
#include "strpool.H"
#
www.eeworm.com/read/100398/15874756
h gstring.h
// String list
#ifndef GSTRING_LIB
#define GSTRING_LIB
class StringListItem;
class StringList;
class TaggedStringList;
class StringList_String;
class StringList_GString;
class StringList
www.eeworm.com/read/100018/15889610
cgi delete_zone.cgi
#!/usr/local/bin/perl
# delete_zone.cgi
# Delete an existing master, slave or secondary zone, and it's records file
require './bind8-lib.pl';
&ReadParse();
$conf = &get_config();
$zconf = $conf->[$in