代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/128324/14305005
c swap.c
void swap(double *p1,double *p2)
{
double t;
t=*p1;*p1=*p2;*p2=t;
}
www.eeworm.com/read/128084/14317230
pas swap.pas
unit Swap;
interface
// Swap bytes within a word, that is, convert little-ending or big-endian
// or vice versa.
// Copyright
www.eeworm.com/read/229127/14352121
cpp swap.cpp
// swap() does not swap the value of the arguments!
void swap( int v1, int v2 ) {
int tmp = v2;
v2 = v1;
v1 = tmp;
}
www.eeworm.com/read/126507/14418524
cpp swap.cpp
// swap() does not swap the value of the arguments!
void swap( int v1, int v2 ) {
int tmp = v2;
v2 = v1;
v1 = tmp;
}
www.eeworm.com/read/225993/14506165
c swap.c
/* GNU Chess 5.0 - swap.c - static exchange evaluator code
Copyright (c) 1999-2002 Free Software Foundation, Inc.
GNU Chess is based on the two research programs
Cobalt by Chua Kong-Sian an
www.eeworm.com/read/225956/14509415
txt swap.txt
#include (8分)
void main( )
{
int x=5,y=8,*px,*py;
px=&x,py=&y;
swap1(x,y);
printf(“%d,%d”,x,y);
swap2(px,py);
www.eeworm.com/read/224871/14565353
vhd swap.vhd
www.eeworm.com/read/224871/14565411
vhd swap.vhd
www.eeworm.com/read/124442/14566825
c swap.c
/*
* linux/mm/swap.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* This file should contain most things doing the swapping from/to disk.
* Started 18.12.91
*/
#include
www.eeworm.com/read/124283/14581712
c swap.c
#include
#include
#include
#define BASE_GSL_COMPLEX_LONG
#include "templates_on.h"
#include "swap_source.c"
#include "templates_off.h"
#undef BASE_GSL