代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/181687/9240755
todo
WISHLIST:
* Make timeouts configurable.
* `fake' reverse queries (give nnn.nnn.nnn.nnn either always or on error)
* `fake' forward queries (allow nnn.nnn.nnn.nnn -> A)
* DNSSEC compatibility - be able
www.eeworm.com/read/374008/9424011
c xmit.c
/**
* Airgo MIMO wireless driver
*
* Copyright (c) 2007-2008 Li YanBo
* Thanks for Jeff Williams do reverse engineer
* works and published the SPEC
www.eeworm.com/read/374008/9424022
c phy.c
/**
* Airgo MIMO wireless driver
*
* Copyright (c) 2007-2008 Li YanBo
* Thanks for Jeff Williams do reverse engineer
* works and published the SPEC
www.eeworm.com/read/374008/9424041
c rf.c
/**
* Airgo MIMO wireless driver
*
* Copyright (c) 2007-2008 Li YanBo
* Thanks for Jeff Williams do reverse engineer
* works and published the SPEC
www.eeworm.com/read/279234/10452524
pl fig04_12.pl
#!/usr/bin/perl
# Fig. 4.12: fig04_12.pl
# Reversing the elements of an array and
# sorting arrays lexically and numerically.
# create @array with values from 1-10 and reverse the values
@arra
www.eeworm.com/read/225516/10743683
c zfqzuoyeq.c
#include
struct stack
{
int data ;
struct stack*next ;
};
struct stack *top=NULL ;
void reverse() /*串的倒置*/
{
char s[50],t[50];
int i=0,j ;
www.eeworm.com/read/275831/10794301
rb 05 - changing the way an object iterates.rb
array = %w{bob loves alice}
array.collect { |x| x.capitalize }
# => ["Bob", "Loves", "Alice"]
#---
array.collect_reverse { |x| x.capitalize }
# => ["Alice", "Loves", "Bob"]
#---
require 'enumerator'
r
www.eeworm.com/read/272894/10937280
dpr ex.dpr
{
KMP
Find the first place x where the reverse of text with length (n-x+1) appears in original text.
e.g.:
Text : AbabaAab
Pattern: baAababA
here "baAab" matches "AbabaAab" at positio
www.eeworm.com/read/466084/7044357
changes
Changes
09/14/00 Add JpcapWriter for saving packets to a file.
ARP/ Reverse ARP packet supported (jpcap.ARPPacket added).
Fix bug to call Jpcap#close() when garbage-collected.
www.eeworm.com/read/439490/7707994
c strrev.c
/* File : strrev.c
Author : Richard A. O'Keefe.
Updated: 1 June 1984
Defines: strrev()
strrev(dst, src)
copies all the characters of src to dst, in REVERSE order. Dst i