代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/100094/6274213
cfg postscript.cfg
#
# configuration related to postscript printing
# generated automatically by PRINTTOOL
# manual changes to this file may be lost
#
UNIFIEDDRIVER=YES
UPPDEVICE=@stc600pl.upp
PAPERSIZE=letter
REVERSE_
www.eeworm.com/read/418906/6339533
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/408224/11401389
nqc 小车源代码.nqc
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//变量预定义
/////////////////////////////////////////////////
www.eeworm.com/read/400386/11577950
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/345930/11781313
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/155903/11838728
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/341720/12068635
c b.c
#include
#include
#include
#include
#include
#include
#include
#include
#define FIFO_INPUT "/tmp/input"
#defi
www.eeworm.com/read/130311/14198408
cpp decipher.cpp
//#include
#include"decipher.h"
void main()
{
char s[size],c[20];//c数组用于存储非元音字符段,s数组用于存储要解密的文件
make_string_empty(s);//首先s清空,因为系统为s分配的内存不一定是空的,可能含有内容
make_string_empty(c);//首先把清空,原
www.eeworm.com/read/127806/14332941
txt license.txt
MIME(Quoted-Printable & Base64) 编码/解码程序
软件产品用户许可协议(Licence)
重要须知━请认真阅读:
本《用户许可协议》(以下称《协议》)是您(个人或单一机构团体)与
上述软件产品(以下称“软件”)的作者(以下称“作者”)之间的法律
协议。该“软件”包括计算机软件,并可能包括相关媒体、印刷材料,和
“联机”或电子文档。该“软件” ...
www.eeworm.com/read/117322/14930950
cpp gaussmain.cpp
// gauss.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include "math.h"
bool matrix_reverse(double *m, int n, double *r);
void matrix_