代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/102394/15783451
c test.c
/* integration/test.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/100394/15874923
cpp tmt6.cpp
//#define WANT_STREAM
#define WANT_MATH
#include "include.h"
#include "newmatap.h"
#include "tmt.h"
#ifdef use_namespace
using namespace NEWMAT;
#endif
/**************************** test progr
www.eeworm.com/read/100018/15888702
cgi delete_zone.cgi
#!/usr/local/bin/perl
# delete_zone.cgi
# Delete a master or slave zone
require './dns-lib.pl';
&ReadParse();
$conf = &get_config();
$zconf = $conf->[$in{'index'}];
%access = &get_module_acl();
&can_
www.eeworm.com/read/305277/3779334
scala bug573.scala
package lampion.collections;
object DirX {
abstract class Dir {
def reverse : Dir;
}
object BEFORE extends Dir {
def reverse = AFTER;
}
object AFTER extends Dir {
def reverse =
www.eeworm.com/read/305277/3779336
scala bug572.scala
package lampion.collections;
object DirX {
abstract class Dir {
def reverse : Dir;
}
object BEFORE extends Dir {
def reverse = AFTER;
}
object AFTER extends Dir {
def reverse =
www.eeworm.com/read/396408/2421329
s vp3.s
.file 1 "vp3.c"
.section .mdebug.abi32
.previous
.section .text.reverse_dc_prediction,"ax",@progbits
.align 2
.align 5
.ent reverse_dc_prediction
.type reverse_dc_prediction, @function
reverse_dc_pred
www.eeworm.com/read/16793/690871
array-stuff
# usage: reverse arrayname
reverse()
{
local -a R
local -i i
local rlen temp
# make r a copy of the array whose name is passed as an arg
eval R=\( \"\$\{$1\[@\]\}\" \)
# reverse R
rlen=${#R[@
www.eeworm.com/read/332387/3398904
js prototype_nested.js
/** @constructor */
function Word() {
}
Word.prototype.reverse = function() {
}
Word.prototype.reverse.utf8 = function() {
}
www.eeworm.com/read/433114/8545683
m figure_export_menu.m
function menu_handle=figure_export_menu(figure_handle)
% Creates a menu button on the figure with handle "figure_handle" (or
% the current figure) that allows one to save the figure as a "emf" (Enhanc