代码搜索:reverse

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

代码结果 4,015
www.eeworm.com/read/388600/2549281

sconstruct

from rsfproj import * data = 'wz.24.H' Fetch(data,'wz') Flow('data',data, ''' dd form=native | window n1=400 n2=24 j1=2 | tpow tpow=2 | reverse which=2 ''') Flow('nmo','data','nmostre
www.eeworm.com/read/366702/2882079

c pr33238.c

/* PR c/33238 */ /* { dg-do compile } */ /* { dg-options "-std=gnu89" } */ void reverse (void *x, int y, int z) { struct { char w[z]; } *p = x, a; int i, j; for (i = y - 1, j = 0; j < y / 2; i-
www.eeworm.com/read/172364/9711513

lst chap4.lst

listing 1 void pr_reverse(char *s) { register int t; for(t=strlen(s)-1; t >= 0; t--) printf("%c", s[t]); } listing 2 int find_substr(char *s1, char *s2) { register int t;
www.eeworm.com/read/298791/7935744

sql 17.sql

select lower('i LOVE you') as 小写字母 select upper('please reading') as 大写字母 select replicate('go',10) as 复制函数 select reverse('uoy') as 倒序函数 select len('adifwe dfa') as 求字符串长度函数 select substring('ad
www.eeworm.com/read/238485/13883099

c token822.c

#include "stralloc.h" #include "alloc.h" #include "str.h" #include "token822.h" #include "gen_allocdefs.h" static struct token822 comma = { TOKEN822_COMMA }; void token822_reverse(ta) token822_alloc
www.eeworm.com/read/134479/5892699

br qfft.br

#include #include "main.h" #include "wfft.h" extern int debug_fft; int split_bit_reverse=0; int do_untangle=0; extern float2 * data; /* static void __printf_cpu_inner (float a, float b, floa
www.eeworm.com/read/208315/4993744

plt bbsstatlog.plt

set terminal png small color set size 1,0.75 set output "/bbsdata/bbstmpfs/dynamic/online.png" set timestamp set xrange [0:24] set xtics 0,2,24 set key top left Left reverse set grid set lmargin 8 plo
www.eeworm.com/read/135872/13890661

sql 17.sql

select lower('i LOVE you') as 小写字母 select upper('please reading') as 大写字母 select replicate('go',10) as 复制函数 select reverse('uoy') as 倒序函数 select len('adifwe dfa') as 求字符串长度函数 select substring('ad
www.eeworm.com/read/443169/7636706

c tls8201.c

void InitMain() { res=0; Delay(1); res=1; WCom(0xe2);//reset WCom(0x40);//start line WCom(0xa1);//seg direction: normal WCom(0xa6);//display reverse: normal WCom(0xa4);//display all p
www.eeworm.com/read/134479/5892648

br qfft.br

#include #include "wfft.h" #include "main.h" #include "ppm.h" int debug_fft=0; int split_bit_reverse=0; int do_untangle=0; int USAGE=0; /* static void __printf_cpu_inner (float a, float b,