代码搜索:reverse

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

代码结果 4,015
www.eeworm.com/read/320903/13416104

cpp f0305.cpp

//===================================== // f0305.cpp //===================================== #include #include using namespace std; //-------------------------------------
www.eeworm.com/read/318353/13480857

c bigmultiply.c

#include #include #define MAX 100 void Input(char *x, char *y) { printf("Please input your first number:"); scanf("%s", x); printf("Please input your second number:"
www.eeworm.com/read/317818/13496904

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/316776/13517921

txt clockcode.txt

程序源代码 全部的程序将分为3部分,分别是头文件和变量的定义、主程序MAIN()以及各个功能子函数。 //定义头文件和各个输入管脚以及变量声明 #include #include #define unit unsigned inf #define uchar unsigned char /* 定义字型字位口 */ #define
www.eeworm.com/read/315460/13542184

makefile

# Makefile for cbook/11-Arrays/programs # Created by the ExportAll facility # *************************************************************** PROGRAMS = \ gymjudge \ reverse \ testrev \
www.eeworm.com/read/309649/13666862

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/308403/13702940

m flipx.m

function flipx % FLIPX: script to flip the direction of the x axis % % just type "flipx" at the matlab prompt state=get(gca,'xdir'); if(strcmp(state,'normal')) set(gca,'xdir','reverse') else
www.eeworm.com/read/308403/13702945

m flipy.m

function flipy % FLIPY: script to flip the direction of the y axis % % just type "flipy" at the matlab prompt state=get(gca,'ydir'); if(strcmp(state,'normal')) set(gca,'ydir','reverse') else
www.eeworm.com/read/306162/13751426

cpp reversedigits.cpp

// reversedigits.cpp //读入一个1-9999的整数,反转它各位上的数字得到一个新的整数。 #include using std::cout; using std::cin; using std::endl; #include using std::setw; /* write prototype(原型)
www.eeworm.com/read/305575/13765396

m flipx.m

function[]=flipx % FLIPX Flips the direction of the x-axis % _________________________________________________________________ % This is part of JLAB --- type 'help jlab' for more information