代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/164448/10107935
credits
This is partial credits list, let me (tuukkat@ee.oulu.fi) know
if you have contributed some patches/code for qce-ga/qc-usb
but your name is missing.
Andrey Sapozhnikov : HDCS1020 se
www.eeworm.com/read/164328/10118146
c sh205.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
/*定义字型字位口*/
#define DIGPORT XBYTE [0x8000]
#define WORDPORT XBYTE [0x4000]
/*定义P1口各管脚*/
sbit
www.eeworm.com/read/356203/10235155
txt shuzidianzizhong.txt
#include
#include
#define unit unsigned int
#define uchar unsigned char
/*定义字型字位口*/
#define DIGPORT XBYTE [0x8000]
#define WORDPORT XBYTE [0x4000]
/*定义P1口各管脚*/
sbit K0=P
www.eeworm.com/read/355128/10291154
rb e8.1-4.rb
#E8.1-4.rb
aaaa=[" aa ",4,5," bb "]
bbbb=[4,1,3,2,5]
print aaaa + bbbb ,"\n"
print aaaa * 2 ,"\n"
print bbbb - aaaa ,"\n"
print aaaa | bbbb ,"\n"
print aaaa & bbbb ,"\
www.eeworm.com/read/424752/10416212
credits
This is partial credits list, let me (tuukkat@ee.oulu.fi) know
if you have contributed some patches/code for qce-ga/qc-usb
but your name is missing.
Andrey Sapozhnikov : HDCS1020 se
www.eeworm.com/read/278099/10569737
c dossort.c
/* +++Date last modified: 05-Jul-1997 */
/*
cl /AL sortit.c
===========================================================
sort.c 7-31-91 Robert Mashlan
This filter is almos
www.eeworm.com/read/159920/10588721
c dossort.c
/*
cl /AL sortit.c
===========================================================
sort.c 7-31-91 Robert Mashlan
This filter is almost compatible with the MS-DOS filter of the s
www.eeworm.com/read/277084/10670177
cpp tmt3.cpp
//#define WANT_STREAM
#include "include.h"
#include "newmat.h"
#include "tmt.h"
#ifdef use_namespace
using namespace NEWMAT;
#endif
/**************************** test program ****
www.eeworm.com/read/350121/10771746
cpp array.cpp
#include
void main()
{
int i;
float score[10];
cout
www.eeworm.com/read/275831/10793984
rb 03 - reversing a string by words or characters.rb
s = ".sdrawkcab si gnirts sihT"
s.reverse # => "This string is backwards."
s # => ".sdrawkcab si gnirts sihT"
s.reverse!