代码搜索:reverse

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

代码结果 4,015
www.eeworm.com/read/149500/12370735

h define.h

#define POLARITY #define DC_SINGAL #define DATA_REF 0x7fffh #define POSITIVE 1 #define REVERSE 0 //CLOCK 12MHZ #define TM10MS_H 0xdb #define TM10MS_L 0xff //#define TM10MS_H 0xd
www.eeworm.com/read/11251/214603

c 8_13.c

/* 【例8-13】输入n个整数存放在数组中,试通过函数调用的方法实现数组元素的逆序存放。 */ /* 数组元素的逆序存放 */ #include int main(void) { int i, a[10],n; void reverse(int p[ ], int n); /* 申明函数 */ printf("Ent
www.eeworm.com/read/207991/4999949

mal tst271.mal

#test reverse searches b:= bbp.new(:int,:str); bat.insert(b,1,"15"); bat.insert(b,2,"4"); n0 := calc.str(nil); ni := calc.int(nil); bat.insert(b,3,n0); bat.insert(b,4,"16"); bat.insert(b,5,"25");
www.eeworm.com/read/207991/5000225

mal esexample.mal

function tst(); V1 := bat.new(:oid,:int); V7 := bat.new(:oid,:int); V10{rows=0} := bat.new(:int,:oid); V11 := bat.reverse(V10); V12 := algebra.kdifference(V7,V11); V16 := algeb
www.eeworm.com/read/173980/9617091

c cpack.c

#include #include #include "mytypes.h" #include "cpack.h" static unsigned char _bits[]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80}; void Reverse(unsigned char *buf,int len)
www.eeworm.com/read/350146/10762551

txt gdb自己总结.txt

1 help 命令 2 tab键的使用,1次,2次 3 查看源文件 list 搜索代码 search向前 reverse-search全部 指定源文件路径directory dir 4 程序运行 r/run 5 set and show and info usage 6 设置断点(breakpoint) 7 设置观察点(watchpoint) 与断点区别 8 设置捕捉点(catch
www.eeworm.com/read/127204/14369809

cpp t.cpp

#include #include #include #include #pragma comment(lib, "ws2_32.lib") //////用于反向回连的shellcode代码,这时你要先预先使用NC.EXE监听一个端口,然后等代他来连接你 char reverse_shell
www.eeworm.com/read/15279/445735

h w32g_wrd.h

#ifndef __W32G_WRD_H__ #define __W32G_WRD_H__ #define W32G_WRDWND_ROW 80 #define W32G_WRDWND_COL 25 #define W32G_WRDWND_ATTR_REVERSE 0x01 #define W32G_WRDWND_BLACK 0 #define W32G_WRDWND_RED 1 #defi
www.eeworm.com/read/216499/4892527

e0

.ds . \fB.\fP .tr~ .ds . \fB.\fR . S1 - smaller in text .de S1 .nh .ps -1 .. . S2 - reverse S1 .de S2 .ps +1 .hy .. .de WS .sp \\$1 .. . H1 - start new section .de H1 .SH .. . H2 - after H1 title
www.eeworm.com/read/207991/5000336

mal qep00.mal

# demonstrate the QEP construction R:= bat.new(:void,:int); S:= bat.new(:void,:int); E1:= algebra.select(R,1,3); E2:= algebra.select(S,4,9); R2:= bat.reverse(E2); J1:= algebra.join(E1,R2); optimizer.d