代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/159853/5580378
c uxtoa.c
#include
#include
// maximum string buffer needed, plus one for a minus sign when negative
#define MAX_LENGTH 32+1
#define XTOA(prefix, type) \
char *prefix##toa(char* buf, ty
www.eeworm.com/read/475585/6774051
h imgtiff.h
/**********************************************************************
* File: imgtiff.h (Formerly tiff.h)
* Description: Header file for tiff format image reader/writer.
* Author: Ra
www.eeworm.com/read/474431/6809276
c rev_str.c
/*
** Reverse the string contained in the argument.
*/
void
reverse_string( char *str )
{
char *last_char;
/*
** Set last_char to point to the last character in the
** string.
*/
www.eeworm.com/read/295361/8168204
c krx30400.c
/*
EX3_4.C
=======
Suggested solution to Exercise 3-4
*/
#include
#include
#include
void itoa(int n, char s[]);
void reverse(char s[]);
www.eeworm.com/read/394482/8222129
cpp list4-2.cpp
#include
#include
#include
using namespace std;
void main(void)
{
string NewStr("explore new worlds..");
string::iterator F;
F = NewStr.begin
www.eeworm.com/read/193008/8258349
h graph.h
/* graph.h */
/*
This software library implements the maxflow algorithm
described in
An Experimental Comparison of Min-Cut/Max-Flow Algorithms
for Energy Minimization in
www.eeworm.com/read/414839/11100196
sql 得到sql中的数据库目录.sql
/*--得到数据库的文件目录
@dbname 指定要取得目录的数据库名
如果指定的数据不存在,返回安装SQL时设置的默认数据目录
如果指定NULL,则返回默认的SQL备份目录名
--邹建 2003.10(引用请保留此信息)--*/
/*--调用示例
select 数据库文件目录=dbo.f_getdbpath('tempdb')
,[默认SQL SE
www.eeworm.com/read/269232/11104128
java sample13_11.java
package wyf.jc;
public class Sample13_11
{
public static void main(String[] args)
{
//创建StringBuilder对象sb
StringBuilder sb=new StringBuilder("Java6.0");
System.out.println("操作之前对象sb1的内容
www.eeworm.com/read/414392/11114650
sql 得到sql中的数据库目录.sql
/*--得到数据库的文件目录
@dbname 指定要取得目录的数据库名
如果指定的数据不存在,返回安装SQL时设置的默认数据目录
如果指定NULL,则返回默认的SQL备份目录名
--邹建 2003.10(引用请保留此信息)--*/
/*--调用示例
select 数据库文件目录=dbo.f_getdbpath('tempdb')
,[默认SQL SE
www.eeworm.com/read/268889/11115698
cpp string.cpp
#include
#include
#include
char *COPY(char *TARGET,char *SOURCE);
char *REVERSE(char *STRING);
int GETLEN(char *STRING);
int main(void)
{
char STRING1[]="