代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/305566/3772933
h movie.h
#ifndef MOVIE_H
#define MOVIE_H
/*
movie description
animation parameters
This version uses XView timers
*/
/* direction options */
#define MOVIE_REVERSE -1
#define MOVIE_FORWARD 1
/* Movie o
www.eeworm.com/read/440773/1792548
rq splitiri-8.rq
PREFIX :
PREFIX apf:
SELECT ?ns ?ln
{
# Reverse the order from splituri-1
:x apf:splitIRI (?ns ?ln) .
www.eeworm.com/read/440773/1792565
rq splitiri-7.rq
PREFIX :
PREFIX apf:
SELECT ?ns ?ln
{
# Reverse the order from splituri-1
:x apf:splitIRI (?ns ?ln) .
www.eeworm.com/read/439279/1806291
java exercise5_3.java
// Exercise5_3.java: Enter 10 integers and
// display the numbers in reverse order
import javax.swing.JOptionPane;
public class Exercise5_3 {
public static void main (String[] args) {
int
www.eeworm.com/read/409370/2232181
java abstracttfile.java
package com.model;
import java.util.Date;
/**
* AbstractTFile generated by MyEclipse Persistence Tools
* hibernate reverse自动生成的数据库父类
*/
public abstract class AbstractTFile implements ja
www.eeworm.com/read/404234/2305646
c xc3028.c
/*
Xceive - xc3028 tuner interface
Copyright (c) 2006 Markus Rechberger
TODO: - remove em28xx dependency
- add channel locking (requires some more reverse engi
www.eeworm.com/read/377738/2697088
cpp pex5_6.cpp
#include
#pragma hdrstop
typedef char DataType;
#include "astack.h"
#include "aqueue.h"
void main (void)
{
// S holds non-blank chars of the string in reverse
Stack S;
/