代码搜索:reverse

找到约 4,015 项符合「reverse」的源代码

代码结果 4,015
www.eeworm.com/read/341877/12057372

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/152785/12084850

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/130553/14186957

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/34867/1044970

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/492252/1177131

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/480682/1314711

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/480145/1321471

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/455463/1614232

m tr.m

function trout=tr(trin,flag) % trout=tr(trin,flag) % % TR returns the time reverse of trin. % This is accomplished such that the sample at length(trin)/2 % remains fixed. For length(trin) even, the l
www.eeworm.com/read/242657/4550270

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/224327/4803687

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 ------------