代码搜索:reverse

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

代码结果 4,015
www.eeworm.com/read/305050/13779449

pjt m.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="D:\Work\ICETEKLab\IDK-MLab\6711-A\Lab1-Reverse\" ProjectType=Executable CPUFamily=TMS
www.eeworm.com/read/305050/13779458

lkv debug.lkv

-z -q -c -m"./Debug/m.map" -o"./Debug/m.out" -x -i"d:/ti/c6000/bios/lib" -i"d:/ti/c6000/rtdx/lib" -i"d:/ti/c6000/xdais/lib" -i"d:/ti/c6000/cgtools/lib" "D:\Work\ICETEKLab\IDK-MLab\6711-A\Lab1-Reverse
www.eeworm.com/read/302870/13825765

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[]="
www.eeworm.com/read/301164/13865010

sql 得到sql中的数据库目录.sql

/*--得到数据库的文件目录 @dbname 指定要取得目录的数据库名 如果指定的数据不存在,返回安装SQL时设置的默认数据目录 如果指定NULL,则返回默认的SQL备份目录名 --邹建 2003.10(引用请保留此信息)--*/ /*--调用示例 select 数据库文件目录=dbo.f_getdbpath('tempdb') ,[默认SQL SE
www.eeworm.com/read/136031/13877606

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/136019/13878290

h stl_iterator.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/144212/5752916

array-stuff

# usage: reverse arrayname reverse() { local -a R local -i i local rlen temp # make r a copy of the array whose name is passed as an arg eval R=\( \"\$\{$1\[@\]\}\" \) # reverse R rlen=${#R[@
www.eeworm.com/read/139903/5795926

cpp priorityqueue2.cpp

//: C04:PriorityQueue2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Changing the priority #i
www.eeworm.com/read/136812/5860249

h sony_codes.h

/* @(#)sony_codes.h 1.1 92/07/30 SMI */ /* * Copyright (c) 1989 by Sun Microsystems, Inc. */ /* * This header file defines all of the Hex codes * instructions for the Sony 1550 laser disk player
www.eeworm.com/read/132649/5911936

hpp print_context.hpp

/* * =========================================================================== * PRODUCTION $Log: print_context.hpp,v $ * PRODUCTION Revision 1000.1 2004/06/01 19:50:40 gouriano * PRODUCTION P