代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/362203/10013118
uv2 dingshi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
www.eeworm.com/read/360311/10103189
cpp xt3-12.cpp
#include
using namespace std;
int main ()
{long int num;
int indiv,ten,hundred,thousand,ten_thousand,place;
/*分别代表个位,十位,百位,千位,万位和位数*/
cout
www.eeworm.com/read/426147/10281330
cpp main.cpp
#include
#include
#include
#include
using namespace std;
int main(void){
vector v;
back_insert_iterator bii(v);
*bii++=3;
*
www.eeworm.com/read/162105/10335593
c lcd.c
//typedef unsigned short unsigned int ;
//typedef unsigned int unsigned int ;
//typedef unsigned char unsigned char ;
#include "LCD.h"
#include "Board.h"
#include "lcd_mask_chinese.h"
#in
www.eeworm.com/read/277084/10670013
cpp tmt6.cpp
//#define WANT_STREAM
#define WANT_MATH
#include "include.h"
#include "newmatap.h"
#include "tmt.h"
#ifdef use_namespace
using namespace NEWMAT;
#endif
/***********************
www.eeworm.com/read/275831/10793956
rb 15 - generating a succession of strings.rb
('aa'..'ag').each { |x| puts x }
# aa
# ab
# ac
# ad
# ae
# af
# ag
#---
def endless_string_succession(start)
while true
yield start
start = start.succ
end
end
#---
endless_string_success
www.eeworm.com/read/273409/10916843
cpp xt3-12.cpp
#include
using namespace std;
int main ()
{long int num;
int indiv,ten,hundred,thousand,ten_thousand,place;
/*分别代表个位,十位,百位,千位,万位和位数*/
cout
www.eeworm.com/read/417451/10989647
lst lcd_fun.lst
C51 COMPILER V7.06 LCD_FUN 05/14/2007 22:03:38 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LCD_FUN
OBJECT MODULE PLACED IN
www.eeworm.com/read/417451/10989649
c lcd_fun.c
#include "at89x52.h"
#include "stdio.h"
#define uchar unsigned char
#define uint unsigned int
sbit sclk=P1^0;//时钟
sbit sdin=P1^1; //数据
sbit dc=P1^2;//1写数据,0写指令
sbit sce=P1^3;//片选
sbit r