代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/439886/7697462
cs sortfield.cs
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/299182/7881024
py mytest.py
alist = []
for i in range(1, 11):
alist += [i]
print "the alist is :", alist
for i in range(0, len(alist)):
print "%9d %7d\n" %(i, alist[i])
for item in alist:
print item
mystr =
www.eeworm.com/read/147422/5729933
m rev.m
function y=rev(x)
%FUNCTION: Y=REV(X) reverse the vector.
%the output will be [ x(n),x(n-1),...x(1) ]
n=length(x);
y=x(n:-1:1);
www.eeworm.com/read/140582/5785727
8 mailkey.8
.TH IPSEC_MAILKEY 8 "21 Feb 2002"
.\" RCSID $Id: mailkey.8,v 1.2 2003/06/30 05:34:22 sam Exp $
.SH NAME
ipsec mailkey \- mail DNS records for Opportunistic Encryption
.SH SYNOPSIS
.B ipsec
.B mailkey
www.eeworm.com/read/140582/5786063
db.3.1.192.in-addr.arpa.
;
; BIND reverse data file for untrusted net
;
$TTL 604800
@ IN SOA 3.1.192.in-addr.arpa. root.freeswan.org. (
200306021 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
www.eeworm.com/read/131315/5937293
shar updatedns.shar
#From: gdmr@dcs.ed.ac.uk
#Date: Mon, 26 Apr 93 11:03:57 BST
#Message-Id:
#To: Paul A Vixie
#Subject: Re: send me your tools
#
#In article
www.eeworm.com/read/113030/6142218
cpp reversedigits.cpp
// Chapter 3 of C++ How to Program
// reversedigits.cpp
#include
using std::cout;
using std::cin;
using std::endl;
#include
using std::setw;
/* write prototype for