代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/136879/13356071
cpp fig20_34.cpp
// Fig. 20.34: fig20_34.cpp
// Demonstrates miscellaneous functions: inplace_merge,
// reverse_copy, and unique_copy.
#include
#include
#include
#include
www.eeworm.com/read/321827/13396967
iterator
// iterator standard header
#if _MSC_VER > 1000 /*IFSTRIP=IGN*/
#pragma once
#endif
#ifndef _ITERATOR_
#define _ITERATOR_
#include
#ifdef _MSC_VER
#pragma pack(push,8)
#e
www.eeworm.com/read/321827/13397950
c wcsrev.c
/***
*wcsrev.c - reverse a wide-character string in place
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wcsrev() - reverse a wchar_t
www.eeworm.com/read/303147/13820987
m aconv.m
function y = aconv(f,x)
% aconv -- Convolution Tool for Two-Scale Transform
% Usage
% y = aconv(f,x)
% Inputs
% f filter
% x 1-d signal
% Outputs
% y filtered result
%
% Descr
www.eeworm.com/read/238672/13869682
c list.c
typedef struct List {
struct List *next;
void *data;
} List;
int length(List *l)
{
int n;
n = 0;
while (l) {
l = l->next;
n++;
}
return n;
www.eeworm.com/read/136031/13877541
cpp list2-4.cpp
#include
#include
void main(void)
{
list WordList;
WordList.push_back("These");
WordList.push_back("Are");
WordList.push_back("The");
Wo
www.eeworm.com/read/300886/13883614
m colorbar_callback.m
function colorbar_callback(varargin)
% Update colorbar and colormap
% Standard callback arguments
%
% Modified by E. Rietsch: October 15, 2006
global V3D_HANDLES
figure_handle=V3D_HANDLES.f
www.eeworm.com/read/136812/5859965
h if_ether.h
/* @(#)if_ether.h 1.1 92/07/30 SMI; from UCB 6.2 83/09/19 */
/*
* Copyright (c) 1982 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreem
www.eeworm.com/read/131315/5941416
ps zapfdr.ps
%!PS-Adobe-3.0 Resource-Font
%%DocumentNeededResources: font ZapfDingbats
%%IncludeResource: font ZapfDingbats
/ZapfDingbats findfont [-1 0 0 1 0 0] makefont
dup length 1 add dict begin
{
exch dup
www.eeworm.com/read/103451/6216166
h stl_iterator_base.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Copyright (c) 1996-1998
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology