代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/278099/10572416
c strrpbrk.c
/* +++Date last modified: 05-Jul-1997 */
/*
** strrpbrk() - reverse of strpbrk() - Finds the last occurrence of
** any characters from szChars found in szString.
**
** Donated to S
www.eeworm.com/read/419693/10844835
cpp arraylistwithiterator.cpp
// test the iterator for arrayList
#include
#include // has reverse
#include // has accumulate
#include "linearList.h"
#include "arrayListWithIterator.h"
us
www.eeworm.com/read/419052/10888600
c rvnamed.c
/***
rvnamed - reverse DNS lookup daemon for the IPTraf network
statistics utility.
Version 2.6.1 Parallel with IPTraf 2.6
Written by Gerard Paul Java
Copyright (c) Gerard
www.eeworm.com/read/419052/10888675
c revname.c
/***
revname.c - reverse DNS resolution module for IPTraf. As of IPTraf 1.1,
this module now communicates with the rvnamed process to resolve in the
background while allowing the foreground process
www.eeworm.com/read/272848/10941166
cpp arraylistwithiterator.cpp
// test the iterator for arrayList
#include
#include // has reverse
#include // has accumulate
#include "linearList.h"
#include "arrayListWithIterator.h"
us
www.eeworm.com/read/449504/7503119
m unstudentize.m
function t = unstudentize(xin,xraw)
% PURPOSE: returns reverse studentized vector
% given xin a studentized vector,
% and xraw the vector in raw form
% (adds back the mean and mu
www.eeworm.com/read/434450/7866041
awk rtsort.awk
# rtsort - reverse topological sort
# input: predecessor - successor pairs
# output: linear order, successors first
# AKW p174
{ if (!($1 in pcnt))
pcnt[$1] = 0
www.eeworm.com/read/146126/12668797
cpp arraylistwithiterator.cpp
// test the iterator for arrayList
#include
#include // has reverse
#include // has accumulate
#include "linearList.h"
#include "arrayListWithIterator.h"
us
www.eeworm.com/read/309649/13667475
c strrpbrk.c
/* +++Date last modified: 05-Jul-1997 */
/*
** strrpbrk() - reverse of strpbrk() - Finds the last occurrence of
** any characters from szChars found in szString.
**
** Donated to S
www.eeworm.com/read/100127/6273996
py scantools.py
"""\
Tools for scanning header files in search of function prototypes.
Often, the function prototypes in header files contain enough information
to automatically generate (or reverse-engineer) inter