代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/426274/1993825
js inline-dialog.js
HTMLArea.Dialog = function(editor, html, localizer)
{
this.id = { };
this.r_id = { }; // reverse lookup id
this.editor = editor;
this.document = document;
this.rootElem = doc
www.eeworm.com/read/373842/2757530
java vectoriterator.java
/**
* A vector iterator to print data reverse
*/
import java.io.*;
import java.util.*;
public class VectorIterator implements Iterator {
private Vector data = new Vector();
private
www.eeworm.com/read/366702/2878662
c acc2.c
/* Tail call optimizations would reverse the order of multiplications
in func(). */
double func (const double *array)
{
double d = *array;
if (d == 1.0)
return d;
else
return d * fu
www.eeworm.com/read/147693/12538578
pl fig11_7.pl
% Figure 11.7 A depth-first search program that avoids cycling.
% solve( Node, Solution):
% Solution is an acyclic path (in reverse order) between Node and a goal
solve( Node, Solution)
www.eeworm.com/read/334652/12582468
java vectoriterator.java
/**
* A vector iterator to print data reverse
*/
import java.io.*;
import java.util.*;
public class VectorIterator implements Iterator {
private Vector data = new Vector();
private
www.eeworm.com/read/110378/15535387
java vectoriterator.java
/**
* A vector iterator to print data reverse
*/
import java.io.*;
import java.util.*;
public class VectorIterator implements Iterator {
private Vector data = new Vector();
private
www.eeworm.com/read/107125/15612447
inc m_cset.inc
; this file sets the last variables in the com decryptor, copies it
; from ds:100 to fs:100 and encrypts the layers in reverse order.
; in later versions, all this is done much more elegantly,
www.eeworm.com/read/101671/15822389
pl squidmap.pl
#!/usr/bin/perl
#
# Squid can be used to proxy and also portscan
# if set up as a httpd accelerator (reverse proxy).
#
# Affected: Redhat 7.0
# Author: Paul Nasrat
www.eeworm.com/read/101292/15838735
java vectoriterator.java
/**
* A vector iterator to print data reverse
*/
import java.io.*;
import java.util.*;
public class VectorIterator implements Iterator {
private Vector data = new Vector();
private
www.eeworm.com/read/100773/15864508
py dnsopcode.py
# Opcode values in message header (section 4.1.1)
QUERY = 0
IQUERY = 1
STATUS = 2
# Construct reverse mapping dictionary
_names = dir()
opcodemap = {}
for _name in _names:
if _name[0] != '_': opco