代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/290420/8483862
c sha1dgst.c
/* crypto/sha/sha1dgst.c */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/290325/8489770
cpp file_util.cpp
// file_util.cpp -- Thatcher Ulrich 2005
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// A file class that can be customized wit
www.eeworm.com/read/433114/8544619
m v3d_color.m
function v3d_color(varargin)
% Colormenu for Volume Browser
%
% Adaptation of function "v3d_color" by Robert Barsch; the original
% version is available at The Matlab Central File Exchange, File ID 2
www.eeworm.com/read/382989/8982929
m v3d_color.m
function v3d_color(varargin)
% Colormenu for Volume Browser
%
% Adaptation of function "v3d_color" by Robert Barsch; the original
% version is available at The Matlab Central File Exchange, File ID 2
www.eeworm.com/read/175764/9534356
c dct64_altivec.c
/*
dct64_altivec.c: Discrete Cosine Tansform (DCT) for Altivec
copyright 2004-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distributi
www.eeworm.com/read/371703/9541098
m v3d_color.m
function v3d_color(varargin)
% Colormenu for Volume Browser
%
% Adaptation of function "v3d_color" by Robert Barsch; the original
% version is available at The Matlab Central File Exchange, File ID 2
www.eeworm.com/read/175201/9555696
c dct64_altivec.c
/*
dct64_altivec.c: Discrete Cosine Tansform (DCT) for Altivec
copyright 2004-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distributi
www.eeworm.com/read/363596/9943642
h str.h
/* $Id: str.h 6 2007-01-22 00:45:22Z drhanson $ */
#ifndef STR_INCLUDED
#define STR_INCLUDED
#include
extern char *Str_sub(const char *s, int i, int j);
extern char *Str_dup(const char *s,
www.eeworm.com/read/218821/10246426
plg bianyi.plg
Build Log
--------------------Configuration: bianyi - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zxf\LO
www.eeworm.com/read/426147/10281279
cpp main.cpp
#pragma warning(disable: 4786)
#include
#include
int main(void){
using namespace std;
multimap mm;
mm.insert(pair(3.0f, "apple"));
mm.insert(p