代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/410881/11266125
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/410388/11288435
h p_uart_gpio_tab.h
static U16 reverse_tab[256] = {
// 0x
0xFE00, // 00
0xFE80, // 01
0xFE40, // 02
0xFEC0, // 03
0xFE20, // 04
0xFEA0, // 05
0xFE60, // 06
0xFEE0, // 07
0xFE10, // 08
0xFE90, // 09
www.eeworm.com/read/263494/11360761
sql 得到sql中的数据库目录.sql
/*--得到数据库的文件目录
@dbname 指定要取得目录的数据库名
如果指定的数据不存在,返回安装SQL时设置的默认数据目录
如果指定NULL,则返回默认的SQL备份目录名
--邹建 2003.10(引用请保留此信息)--*/
/*--调用示例
select 数据库文件目录=dbo.f_getdbpath('tempdb')
,[默认SQL SE
www.eeworm.com/read/262351/11591114
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/259944/11755093
java requesturlconnection.java
import java.net.*;
import java.io.*;
public class RequestURLConnection{
public static void main(String args[]){
try{
String string_to_reverse=args[0];
URL exampleURL=
new URL(
www.eeworm.com/read/345936/11779050
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/155986/11836446
rsp edntongd_tcl.rsp
set ADucfFile {STEP_MOTOR_DEGREE_FORWARD_REVERSE_LCDCF.ucf}
set AD {}
set ADcdcFile {}
www.eeworm.com/read/258191/11877577
cpp priorityqueue2.cpp
//: C20:PriorityQueue2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Changing the priority
#i