代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/216499/4892498
junk
.sh GSI
Simulate Model 37 Teletype facilities on
GSI-300, DASI and other Diablo-mechanism terminals.
.op
Gives half-line and reverse platen motions.
.op
Approximates Greek letters and other special ch
www.eeworm.com/read/209211/4984482
h util.h
/* utility functions for `patch' */
/* $Id: util.h,v 1.15 1997/07/16 12:26:36 eggert Exp $ */
int ok_to_reverse PARAMS ((char const *, ...)) __attribute__ ((format (printf, 1, 2)));
void ask PARAMS
www.eeworm.com/read/195341/5111909
junk
.sh GSI
Simulate Model 37 Teletype facilities on
GSI-300, DASI and other Diablo-mechanism terminals.
.op
Gives half-line and reverse platen motions.
.op
Approximates Greek letters and other special ch
www.eeworm.com/read/189320/5200964
exp ada-res.exp
in word set else
in word set exit
in word set terminate
in word set type
in word set raise
in word set range
in word set reverse
in word set declare
in word set end
in word set record
in word set exce
www.eeworm.com/read/285338/4053985
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/273525/4204493
ihlp f_invnftail.ihlp
{* 30nov2004}{...}
{phang}
{cmd:invnFtail(}{it:n1}{cmd:,}{it:n2}{cmd:,}{it:L}{cmd:,}{it:p}{cmd:)}
returns the inverse reverse cumulative noncentral F distribution. If
{cmd:nFtail(}{it:n1}{cmd:,
www.eeworm.com/read/420779/2063611
java stringreverse.java
//将字符串倒转
public class StringReverse {
public String reverse(String str){
String temp = "";
for(int i=str.length()-1;i>=0;i--){
temp = temp + str.charAt(i);
}
return temp;
}
www.eeworm.com/read/409122/2239636
cpp string.cpp
#include
#include
#include
char *COPY(char *TARGET,char *SOURCE);
char *REVERSE(char *STRING);
int GETLEN(char *STRING);
int main(void)
{
char STRING1[]="
www.eeworm.com/read/389922/2530229
c rev.c
/* rev - reverse an ASCII line Authors: Paul Polderman & Michiel Huisjes */
#include
#include
#include
#include
#include
#define CHUN
www.eeworm.com/read/369339/2801059
junk
.sh GSI
Simulate Model 37 Teletype facilities on
GSI-300, DASI and other Diablo-mechanism terminals.
.op
Gives half-line and reverse platen motions.
.op
Approximates Greek letters and other special ch