代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/471193/6898977
cpp 1205.cpp
#include
#include
#include
#include
using namespace std;
int main()
{
//ifstream cin("in.txt");
string s1,s2;
if(s1=="0"&&s2=="0") cout
www.eeworm.com/read/295361/8168152
c krx11900.c
#include
#define MAX_LINE 1024
void discardnewline(char s[])
{
int i;
for(i = 0; s[i] != '\0'; i++)
{
if(s[i] == '\n')
s[i] = '\0';
}
}
int reverse(char s[
www.eeworm.com/read/193607/8213399
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/393250/8302431
txt 4.10.txt
void Reverse(StringType &s)
/* Reverse s by iteration. */
{
int i,len;
char a;
len=StrLength(s);
for(i=0;i
www.eeworm.com/read/172917/9682658
h myfft.h
/**###**************************************************************###**/
//注 意:此软件允许无偿使用、拷贝、修改、分发,并可用于任何用途,仅当您同意如下条款:
// 在使用此软件的任何文挡中包含下面的所有声明,以及本注意事项!
//Caution :Permission to use,
www.eeworm.com/read/366869/9795190
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/270032/11050928
c doubleline.c
/*
Symmetric Double Step Line Algorithm
by Brian Wyvill
from "Graphics Gems", Academic Press, 1990
user provides "setpixel()" function for output.
*/
#define swap(a,b) {a^=b; b^=a; a^=b;}
www.eeworm.com/read/269151/11108008
cpp test1.cpp
//Release Date:Apr. 1st 2007
//Author:MeteorJ
//Subject:Reverse the Link List
#include
#include
typedef int Node_data;
/*
*
* link struct
*
*/
typedef struct Node
www.eeworm.com/read/148199/12485311
ini crcscheme.ini
[CDT通讯规约校验]
BITS=8
POLYNOMIAL=7
INITIAL=0
FINALMASK=FF
REVERSE=FALSE
[电脑巡视数据校验]
BITS=16
POLYNOMIAL=1021
INITIAL=0
FINALMASK=0
REVERSE=FALSE
[拓扑仪表]
BITS=16
POLYNOMIAL=8005
INITIAL=FF