代码搜索:reverse

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

代码结果 4,015
www.eeworm.com/read/366702/2877626

f x_slash_2.f

! { dg-do run } ! PR 34887 - reverse tabs followed by a slash used to confuse I/O. program main character(len=2) :: b, a open(10,form="formatted") write (10,'(3X, A, T1, A,/)')
www.eeworm.com/read/294893/8195543

m short.m

% Reverse Traffic Channel %Short Code Generator %Sequence I,Length7-2^l5 %Short Code Initial State init=[100000000000000]; Shortl=[0]; % Short Code Lenth:25600 for i=1:25599 t=init(15);
www.eeworm.com/read/294889/8195604

m short.m

% Reverse Traffic Channel %Short Code Generator %Sequence I,Length7-2^l5 %Short Code Initial State init=[100000000000000]; Shortl=[0]; % Short Code Lenth:25600 for i=1:25599 t=init(15);
www.eeworm.com/read/333870/12657122

c main.c

#include #include"IMG_thr_le2min.h" #define IMAGEWIDTH 512 #define IMAGEHEIGHT 512 void ReadImage(unsigned char *pImage,char *cFileName,int nWidth,int nHeight); void Reverse(int nW
www.eeworm.com/read/133137/14053779

cc trace.cc

// time.h // W.Langdon@cs.ucl.ac.uk $Revision: 1.5 $ 2 May 1995 //Modifications (reverse order): //WBL 7 May 95 Remove caches. Since 1) this may not be unique (ie new may // reuse
www.eeworm.com/read/133137/14053925

h stack_prim.h

// stack.h From GPQUICK-2.1 // W. Langdon cs.ucl.ac.uk //Modification (reverse order) // 23 Oct 1995 New file OPDEF(makenullEval); OPDEF(emptyEval); OPDEF(topEval); OPDEF(popEval); OPDEF(pushEv
www.eeworm.com/read/132654/14081969

c revcomp.c

/* revcomp.c -- compute the reverse complement of a fasta file */ #include "util.h" #include "seq.h" int main(int argc, char **argv) { SEQ *sf; uchar *s; int i, len, col; if (argc != 2) fatal
www.eeworm.com/read/203019/15367787

m bits_to_symbols.m

% reverse of symbols_to_bits clear clc load filename sequence %load pass=0; symbols=[]; ii=1; index=1; index1=1; offset=14; while 1 [stream_out , index ]=entropy_decode(sequence
www.eeworm.com/read/110993/15520986

cpp rparse.cpp

//: C17:Rparse.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Reverse the order of words i