代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/140582/5786421
east
# note: forward key does not match reverse key (tricky, but helps testing)
#east:
127.95.7.2: rsa {
# RSA 1024 bits
# for signatures only, UNSAFE FOR ENCRYPTION
#pubkey=0sAQOeSJscIy2XZHfs+PODDqdgJ
www.eeworm.com/read/136812/5860037
c inet.c
/*
* inet.c
*
* @(#)inet.c 1.1
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* Standalone IP send and receive - specific to Ethernet
* Includes ARP and Reverse ARP
*/
#include
www.eeworm.com/read/131315/5940742
gperf ada.gperf
else
exit
terminate
type
raise
range
reverse
declare
end
record
exception
not
then
return
separate
select
digits
renames
subtype
elsif
function
for
package
procedure
private
while
when
new
entry
delay
www.eeworm.com/read/126765/6011874
c nfshash.c
/* nfsHash.c - file based hash table for file handle to file name and reverse */
/* Copyright 1998 - 2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------
www.eeworm.com/read/125279/6031592
east
# note: forward key does not match reverse key (tricky, but helps testing)
#east:
127.95.7.2: rsa {
# RSA 1024 bits
# for signatures only, UNSAFE FOR ENCRYPTION
#pubkey=0sAQOeSJscIy2XZHfs+PODDqdgJ
www.eeworm.com/read/124347/6051994
c strrchr.c
/*
FUNCTION
---reverse search for character in string
INDEX
strrchr
ANSI_SYNOPSIS
#include
char * strrchr(const char *, int );
TRAD_SYNOPSIS
#include
www.eeworm.com/read/117227/6105242
java reversefunction.java
/*
* ReverseFunction.java - reverse command
* Copyright (C) 2000 Romain Guy
* romain.guy@jext.org
* http://www.jext.org
*
* This program is free software; you can redistribute it and/or
* modif
www.eeworm.com/read/101066/6256155
c nfshash.c
/* nfsHash.c - file based hash table for file handle to file name and reverse */
/* Copyright 1998 - 2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------
www.eeworm.com/read/258434/11864717
c strrev.c
/*
** STRREV.C - reverse a string in place
**
** public domain by Bob Stout
*/
#include
char *strrev(char *str)
{
char *p1, *p2;
if (! str || ! *str)
www.eeworm.com/read/154209/11983386
m filtfilt.m
function y = filtfilt(b,a,x)
%FILTFILT Zero-phase forward and reverse digital filtering.
% Y = FILTFILT(B, A, X) filters the data in vector X with the filter described
% by vectors A and B to c