代码搜索:reverse

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

代码结果 4,015
www.eeworm.com/read/251851/12315048

m revtran.m

function Tr = revtran(T) % Compute the `reverse` transition system for the given transition system. % % Syntax: % "Tr = revtran(T)" % % Description: % A `transition system` is represente
www.eeworm.com/read/251851/12315275

m revtran.m

function Tr = revtran(T) % Compute the `reverse` transition system for the given transition system. % % Syntax: % "Tr = revtran(T)" % % Description: % A `transition system` is represente
www.eeworm.com/read/229932/14311584

cs sortfield.cs

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding c
www.eeworm.com/read/229275/14346602

txt rfc3024.txt

Network Working Group G. Montenegro, Editor Request for Comments: 3024 Sun Microsystems, Inc. Obsoletes: 2344
www.eeworm.com/read/222279/14698695

c cor0.c

/* SOURCE CODE FOR READING AND WRITING RCV FILES Uses stepdata structure, modelled after Pascal version of PLOTL READRCV : read a single step from a rcv file. WRITERCV: write a single step to a rcv
www.eeworm.com/read/121618/14746914

txt rfc821_smtp.txt

RFC 821
www.eeworm.com/read/118192/14882993

c 习题-8.c

//本程序只给出了算法思想 //读者可以自己完善本程序 void reverse() { char ch; scanf("%c",ch); if(ch!='.') { reverse(); printf("%c",ch); } }
www.eeworm.com/read/217557/14958759

m revtran.m

function Tr = revtran(T) % Compute the `reverse` transition system for the given transition system. % % Syntax: % "Tr = revtran(T)" % % Description: % A `transition system` is represente
www.eeworm.com/read/115447/15014027

c 习题-8.c

//本程序只给出了算法思想 //读者可以自己完善本程序 void reverse() { char ch; scanf("%c",ch); if(ch!='.') { reverse(); printf("%c",ch); } }
www.eeworm.com/read/212828/15148448

c 习题-8.c

//本程序只给出了算法思想 //读者可以自己完善本程序 void reverse() { char ch; scanf("%c",ch); if(ch!='.') { reverse(); printf("%c",ch); } }