代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/478118/6720247
java ex23(1).java
// arrays/Ex23.java
// TIJ4 Chapter Arrays, Exercise 23, page 786
// Create an array of Integer fill it with random int values (using
// autoboxing), and sort it into reverse order using a Comparat
www.eeworm.com/read/347114/11693282
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity hssi_quad is
generic(
operation_mode : string := "DUPLEX";
loopback_mode : string := "NONE";
reverse_loopback_mode: s
www.eeworm.com/read/336465/12442214
nlogo aaa---pompeiisim2.nlogo
;; SUMMARY
;;;; Uses color-processing to reverse-render a google map
;; COPYRIGHT & LICENSE
;;;; Copyright (C) 2005 James P. Steiner
;;;; Some Rights Reserved.
;;;; Creative Commons Attribution-NonCo
www.eeworm.com/read/122674/14676163
cpp prg2_1.cpp
#include
#include
// reverse first and last name and separate them
// with a comma. copy result to newName.
void ReverseName(char *name, char *newName)
{
char *p;
www.eeworm.com/read/119409/14830837
h lycurses.h
#ifndef LYCURSES_H
#define LYCURSES_H
#include "userdefs.h"
/*
* The simple color scheme maps the 8 combinations of bold/underline/reverse
* to the standard 8 ANSI colors (with some variations bas
www.eeworm.com/read/210671/15193745
cpp fig20_33.cpp
// Fig. 20.33: fig20_33.cpp
// Demonstrates miscellaneous functions: copy_backward, merge,
// unique and reverse.
#include
using std::cout;
using std::endl;
#include
www.eeworm.com/read/479151/1337923
c radio-gemtek.c
/* GemTek radio card driver for Linux (C) 1998 Jonas Munsin
*
* GemTek hasn't released any specs on the card, so the protocol had to
* be reverse engineered with dosemu.
*
* Besi
www.eeworm.com/read/250243/4435197
c cpufreq-nforce2.c
/*
* (C) 2004 Sebastian Witt
*
* Licensed under the terms of the GNU GPL License version 2.
* Based upon reverse engineered information
*
* BIG FAT DISCLAIMER: Work in prog
www.eeworm.com/read/250243/4437257
c radio-gemtek.c
/* GemTek radio card driver for Linux (C) 1998 Jonas Munsin
*
* GemTek hasn't released any specs on the card, so the protocol had to
* be reverse engineered with dosemu.
*
* Besi
www.eeworm.com/read/243567/4523793
c radio-gemtek.c
/* GemTek radio card driver for Linux (C) 1998 Jonas Munsin
*
* GemTek hasn't released any specs on the card, so the protocol had to
* be reverse engineered with dosemu.
*
* Besi