代码搜索:Reverse
找到约 4,015 项符合「Reverse」的源代码
代码结果 4,015
www.eeworm.com/read/493005/6403517
reverse
NAME
reverse - reverse a copy of a list or matrix
SYNOPSIS
reverse(x)
TYPES
x list or matrix
return same type as x
DESCRIPTION
For a list or matrix x, reverse(x) returns a lis
www.eeworm.com/read/192030/8410838
m reverse.m
function Q = reverse(P)
% REVERSE -- reverse matrix polynomial
%
% Q = reverse(P)
%
% Reverses the order of coefficients, and the sign of the
% exponents. This is the same as replacing
www.eeworm.com/read/291235/8433368
cpp reverse.cpp
#include "nr.h"
void NR::reverse(Vec_IO_INT &iorder, Vec_I_INT &n)
{
int nn,j,k,l,itmp;
int ncity=iorder.size();
nn=(1+((n[1]-n[0]+ncity) % ncity))/2;
for (j=0;j
www.eeworm.com/read/189298/8477334
c reverse.c
/*
** Reverse the order of the bits in an unsigned integer value.
*/
unsigned int
reverse_bits( unsigned int value )
{
unsigned int answer;
unsigned int i;
answer = 0;
/*
** Keep
www.eeworm.com/read/389293/8535584
java reverse.java
//: arrays/Reverse.java
// The Collections.reverseOrder() Comparator
import java.util.*;
import net.mindview.util.*;
import static net.mindview.util.Print.*;
public class Reverse {
public st
www.eeworm.com/read/288383/8636609
wks reverse.wks
www.eeworm.com/read/288383/8636621
c reverse.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: Reverse.c
www.eeworm.com/read/288383/8636623
paf reverse.paf
www.eeworm.com/read/288383/8636625
cmd reverse.cmd
-w
-stack 400h
-heap 400
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=4000h
}
SECTIONS
{
.text : {}> PRAM