代码搜索:exchanges

找到约 140 项符合「exchanges」的源代码

代码结果 140
www.eeworm.com/read/126641/6015422

pod bn_swap.pod

=pod =head1 NAME BN_swap - exchange BIGNUMs =head1 SYNOPSIS #include void BN_swap(BIGNUM *a, BIGNUM *b); =head1 DESCRIPTION BN_swap() exchanges the values of I and I. L
www.eeworm.com/read/112924/15473756

c chatnav.c

/* * Family 0x000d - Handle ChatNav. * * The ChatNav(igation) service does various things to keep chat * alive. It provides room information, room searching and creating, * as well as giving use
www.eeworm.com/read/136812/5858225

c _swapflags.c

#ifndef lint static char sccsid[] = "@(#)_swapFLAGS.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1987 by Sun Microsystems, Inc. */ /* * _swapRD(rd) exchanges rd with the current rounding dir
www.eeworm.com/read/251886/6336067

c fft.c

/* fft.c: Iterative implementation of a FFT * Copyright (C) 1999 Richard Boulton * Convolution stuff by Ralph Loader * * This program is free software
www.eeworm.com/read/193942/8203295

c httplib.c

//--------------------------------------------------------------------- // // httplib - HTTP data exchanges mini library // //--------------------------------------------------------------------- // /
www.eeworm.com/read/193942/8203291

h httplib.h

//--------------------------------------------------------------------- // // http_lib - Http data exchanges mini library. // // USAGE: // UInt16 ret; // /* First load HTTPLib library */ // Err err =
www.eeworm.com/read/372219/9517315

tcl ns-rca-flooding.tcl

Class Application/RCApp/Flooding -superclass Application/RCApp # RcApp::start # # This function will start data exchanges between the nodes # Application/RCApp/Flooding instproc start {} { globa
www.eeworm.com/read/304909/13783577

m swapmutation.m

function [child] = swapmutate(par,bounds,genInfo,Ops) % Swap mutation exchanges the positions of two randomly % chosen genes in a permutation % % function [newSol] = adjswapmutation(parent,bounds,
www.eeworm.com/read/158370/11623049

cpp 5i.cpp

// Swap() Accepts two values as reference parameters // and exchanges these values. // IN/OUT: a, b -- When the function is called, these are // any values. When the function returns, the values