代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/184780/9076554
c 实例11-9.c
#include
#include
#define StartX 1
#define StartY 1
void initial();
main()
{
int x=StartX;
int
www.eeworm.com/read/281673/9142691
cpp reversible.cpp
//: C04:Reversible.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using reversible containers
www.eeworm.com/read/281575/9149394
c show-diff.c
/*
* GIT - The information manager from hell
*
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"
static char *diff_cmd = "diff -L 'a/%s' -L 'b/%s' ";
static char *diff_opts = "-p -u";
st
www.eeworm.com/read/179954/9329185
cpp iter3.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/375855/9347344
c 魔王语言.c
#include
#include
#define MAXQUEUE 200
/*本程序是一个魔王语言程序*/
int queue[MAXQUEUE];
int front=-1;
int rear=-1;
int EnQueue(char value) /*进队*/
{
if(rear>=MAXQUE
www.eeworm.com/read/178378/9404405
cpp reversible.cpp
//: C20:Reversible.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Using reversible containers
#include
www.eeworm.com/read/365390/9864743
asm business_fn.asm
$nolist
;*******************************************************************************
;*******************************************************************************
;*
www.eeworm.com/read/360172/10107571
+
【例5.14】 演示双向访问的例子。
#include
#include
using namespace std;
void main(){
char st [11]=″abcdefghij″;
vectora(st,st+10);
vector∷ iterator p=a.begin();//定
www.eeworm.com/read/358750/10180553
cpp palsquare.cpp
/*
ID: dd.ener1
PROG: palsquare
LANG: C++
*/
#include
using namespace std;
long B;
bool is_pals(const string& s){
long l=0,r=s.length()-1;
while(l
www.eeworm.com/read/356914/10219140
c dir.c
/* dir.c - IIR filtering in direct form */
double dir(M, a, L, b, w, v, x) /* usage: y = dir(M, a, L, b, w, v, x); */
double *a, *b, *w, *v, x; /* \(v,w\) are internal state