代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/125279/6032136
arpa db.2.1.192.in-addr.arpa
;
; BIND reverse data file for untrusted net
;
$TTL 604800
@ IN SOA 2.1.192.in-addr.arpa. root@freeswan.org. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
6
www.eeworm.com/read/117567/6101463
java reversecomparator.java
package ranab.util;
import java.util.Comparator;
/**
* Reverse the sorting order.
*
* @author Rana Bhattacharyya
*/
public
class ReverseComparato
www.eeworm.com/read/101082/6243397
1b l15.1b
#print
Write a program that reads in lines, and prints each out
in reverse order (except that the newline should be
at the end).
Thus the line
cat food
should come out as
doof tac
Compile it and run i
www.eeworm.com/read/157615/11682566
c net.c
/* Network interface functions
Debug option: reverse the order in which IP fragments are sent */
#define SUBFIRST 0 /* Set non-zero to transmit subframes first */
/* Debug options to drop frames o
www.eeworm.com/read/347114/11693413
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity altgxb is
generic(
operation_mode : string := "DUPLEX";
loopback_mode : string := "NONE";
reverse_loopback_mode: stri
www.eeworm.com/read/346459/11743180
m revfilt.m
function [y,zf] = revfilt(b,a,X,varargin)
% REVFILT One-dimensional reverse digital filter.
% REVFILT works exactly like filter except that the filtering is performed
% on a reversed signal.
%
www.eeworm.com/read/343120/11974466
c net.c
/* Network interface functions
Debug option: reverse the order in which IP fragments are sent */
#define SUBFIRST 0 /* Set non-zero to transmit subframes first */
/* Debug options to drop frames o
www.eeworm.com/read/233206/14163203
cpp elba.cpp
/*
elba1.cpp - Reverse the characters in a string
using a string constant and while loop.
*/
#include
#include
#define ELBA "Able was I ere
www.eeworm.com/read/233206/14163279
cpp elba1.cpp
/*
elba1.cpp - Reverse the characters in a string
using a string constant and while loop.
*/
#include
#include
#define ELBA "Able was I ere
www.eeworm.com/read/492368/1176026
java e.java
package org.hibernate.test;
public class E {
private Long id;
private float amount;
private A reverse;
/**
* Returns the amount.
* @return float
*/
public float getAmount() {
return amou