代码搜索:exchanges
找到约 140 项符合「exchanges」的源代码
代码结果 140
www.eeworm.com/read/216502/4891052
c shell.c
shell (n, comp, exch)
int (*comp)(), (*exch)();
/* SORTS UP. IF THERE ARE NO EXCHANGES (IEX=0) ON A SWEEP
THE COMPARISON GAP (IGAP) IS HALVED FOR THE NEXT SWEEP */
{
int igap, iplusg, iex, i, ima
www.eeworm.com/read/131315/5932114
c pipeback.c
/*
* IPC benchmark,
* read and reply using pipes.
*
* Process forks and exchanges messages
* over a pipe in a request-response fashion.
*/
main(argc, argv)
char *argv[];
{
char buf[512];
int
www.eeworm.com/read/131315/5932130
c pipeback.c
/*
* IPC benchmark,
* read and reply using pipes.
*
* Process forks and exchanges messages
* over a pipe in a request-response fashion.
*/
main(argc, argv)
char *argv[];
{
char buf[512];
int
www.eeworm.com/read/101082/6251117
c shell.c
#ifndef lint
static char *sccsid = "@(#)shell.c 4.1 (Berkeley) 5/6/83";
#endif
/*
* SORTS UP.
* IF THERE ARE NO EXCHANGES (IEX=0) ON A SWEEP
* THE COMPARISON GAP (IGAP) IS HALVED FOR THE NEXT SWEEP
www.eeworm.com/read/305575/13765515
m dmat.m
function[x]=dmat(N)
%DMAT 2-D unit reflection matrix.
%
% D=DMAT returns the unit reflection matrix
%
% D=[0 1;
% 1 0]
%
% such that D*X exchanges the first and second elements of
www.eeworm.com/read/136812/5858154
s _swapflags.s
.data
.asciz "@(#)_swapFLAGS.S 1.1 92/07/30 SMI"
.even
.text
| Copyright (c) 1987 by Sun Microsystems, Inc.
#include "DEFS.h"
/*
* _swapRD(rd) exchanges rd with the current rounding directio
www.eeworm.com/read/136812/5858166
s _swapflags.s
.data
.asciz "@(#)_swapFLAGS.S 1.1 92/07/30 SMI"
.even
.text
| Copyright (c) 1987 by Sun Microsystems, Inc.
#include "DEFS.h"
#include "Wdefs.h"
/*
* _swapRD(rd) exchanges rd with the curren