代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/374008/9424036
c pci.c
/**
* Airgo MIMO wireless driver
*
* Copyright (c) 2007-2008 Li YanBo
* Modified by C. McPherson
*
* Thanks for Jeff Williams do reverse engineer
www.eeworm.com/read/159920/10589156
c atr2ansi.c
/*
** Form a command string for ANSI.SYS to set a given video attribute
**
** Public domain demo by Bob Stout
*/
/* video attributes */
#define BLINKING 0x87
#define REVERSE 0x70
#define
www.eeworm.com/read/276301/10750776
java stringbuffertest.java
import java.io.*;
public class StringBufferTest
{
public static void main(String args[])
{
StringBuffer s=new StringBuffer("hello");
System.out.println("改变前:s="+s);
s.reverse();
Syst
www.eeworm.com/read/466324/7033014
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/458661/7291971
m ab.m
% ab.m - dB to absolute units
%
% Usage: Gab = ab(Gdb)
%
% Gdb = power gain in dB
% Gab = power gain in absolute units, Gab = 10^(Gdb/10)
%
% see also Gdb = db(Gab) for the reverse op
www.eeworm.com/read/198947/7902981
m findheadtail.m
%MING DING created on 10/07/2002
%find head part and tail part of channel impulse response, saved in reverse order
%Algorithm: Katleen paper on Per Tone.
% Copyright (c) 1999-2003 The University of T
www.eeworm.com/read/197407/7997369
h achain.h
// chain class extended to include function Reverse
#ifndef Chain_
#define Chain_
#include
#include "cnode.h"
#include "xcept.h"
template class ChainIterator;
t
www.eeworm.com/read/197407/7997725
h bcircle.h
// circluar list class extended to include function Reverse
#ifndef Circular_
#define Circular_
#include
#include "cnode.h"
#include "xcept.h"
template
class Cir
www.eeworm.com/read/197407/7998086
h icircle.h
// circular linked list with head node
// Reverse added
#ifndef HCircular_
#define HCircular_
#include
#include "cnode.h"
#include "xcept.h"
template
class HCircu
www.eeworm.com/read/315751/13536930
m ab.m
% ab.m - dB to absolute units
%
% Usage: Gab = ab(Gdb)
%
% Gdb = power gain in dB
% Gab = power gain in absolute units, Gab = 10^(Gdb/10)
%
% see also Gdb = db(Gab) for the reverse op