代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/277026/10687577
c reverse.c
www.eeworm.com/read/421785/10699134
c reverse.c
/* reverse.c -- displays a file in reverse order */
#include
#include
#define CNTL_Z '\032' /* eof marker in DOS text files */
#define SLEN 50
int main(void)
{
char f
www.eeworm.com/read/350249/10753110
c reverse.c
www.eeworm.com/read/275202/10829268
m reverse.m
function C = reverse(A)
%reverse(A): returns the reverse of a multivector.
%
%See also gable.
% GABLE, Copyright (c) 1999, University of Amsterdam
% Copying, use and development for non-commercial pu
www.eeworm.com/read/275202/10829381
m reverse.m
function C = reverse(A)
%reverse(A): returns the reverse of a multivector.
%
%See also gable.
% GABLE, Copyright (c) 1999, University of Amsterdam
% Copying, use and development for non-commercial pu
www.eeworm.com/read/272934/10936177
c reverse.c
www.eeworm.com/read/416714/11016862
cpp reverse.cpp
#include "stlexam.h"
#pragma hdrstop
/**************************************************************************
*
* reverse.cpp - Example program reverse algorithm.
* See Class
www.eeworm.com/read/197608/7069749
c reverse.c
/*
* File: reverse.c
* ---------------
* This file defines the function ReverseString(str),
* which returns str with its characters reversed.
*/
#include
#include "genlib.h"
#include "
www.eeworm.com/read/197608/7069755
c reverse.c
/*
* File: reverse.c
* ---------------
* This program reads in an array of integers, reverses the
* elements of the array, and then display the elements in
* their reversed order.
*/
#include
www.eeworm.com/read/308554/7070553