代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/132772/14073828
c ibit_reversal.c
/***********************************************************************
* ibit_reversal.c - This C function arrange input samples in bit-reverse
* order, the index j is the bit
www.eeworm.com/read/202486/15381965
cpp exe51.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.51 on page 389
// Testing the reverse_copy() algorithm
#include
#include
www.eeworm.com/read/201202/15413433
sci aconv.sci
function y = aconv(f,x)
// aconv -- Convolution Tool for Two-Scale Transform
// Usage
// y = aconv(f,x)
// Inputs
// f filter
// x 1-d signal
// Outputs
// y filtered r
www.eeworm.com/read/200976/15419111
cpp tmt6.cpp
//#define WANT_STREAM
#define WANT_MATH
#include "include.h"
#include "newmatap.h"
#include "tmt.h"
#ifdef use_namespace
using namespace NEWMAT;
#endif
/**************************** test progr
www.eeworm.com/read/113031/15471997
makefile
###########################################################
# An example source module to accompany...
#
# "Using POSIX Threads: Programming with Pthreads"
# by Brad nichols, Dick Buttlar, Jackie
www.eeworm.com/read/102760/15759568
c version_disp.c
/*****************************************************************
* 程序名: version_disp.c 版本LOGO显示处理
* 功 能: 显示版本LOGO画面, 并调用操作员注册程序提供
* 柜员登录处理
* 作 者: 周国祥 2001/04/05 创建
* 2002/04/0
www.eeworm.com/read/102756/15759783
c version_disp.c
/*****************************************************************
* 程序名: version_disp.c 版本LOGO显示处理
* 功 能: 显示版本LOGO画面, 并调用操作员注册程序提供
* 柜员登录处理
* 作 者: 周国祥 2001/04/05 创建
* 2002/04/0
www.eeworm.com/read/207991/4998416
mils id.1024615.mils
var b1 := bat(oid,str);
b1.reverse().sort().reverse().print();
b1.access(BAT_WRITE);
b1.reverse().sort().reverse().print();
var b2 := bat(void,str);
b2.seqbase(oid(10));
b2.reverse().sort().reverse()
www.eeworm.com/read/207991/4998268
mils leftfetchjoin_void_oid.990857.mils
module(malalgebra);
var a := bat(void,oid);
a := a.reverse().mark(0@0).reverse();
var b := a.reverse().mark(0@0).reverse().[int];
a.leftfetchjoin(b).htype().print();
www.eeworm.com/read/290420/8483831
c sha_dgst.c
/* crypto/sha/sha_dgst.c */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).