代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/179705/9344287
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
www.eeworm.com/read/179705/9344391
c swap.c
#include
#include
#include
#include
#define BASE_GSL_COMPLEX_LONG
#include "templates_on.h"
#include "swap_source.c"
#include "templ
www.eeworm.com/read/375793/9349417
h swap.h
#ifndef Swap_
#define Swap_
template
inline void Swap(T& a, T& b)
{// Swap a and b.
T temp = a; a = b; b = temp;
}
#endif
www.eeworm.com/read/374828/9383167
h swap.h
/* LiMon-Server
| Copyright (C) 2006 Marcelo Busico
|
| Author: Marcelo Busico marcelobusico@gmail.com
|
| This program is free software which I release under the GNU General Public
| License.
www.eeworm.com/read/374828/9383193
sh swap.sh
#!/bin/sh
## LiMon-Server
# Copyright (C) 2006 Marcelo Busico
#
# Author: Marcelo Busico marcelobusico@gmail.com
#
# This program is free software which I release under the GNU General Public
www.eeworm.com/read/374828/9383211
cpp swap.cpp
/* LiMon-Server
| Copyright (C) 2006 Marcelo Busico
|
| Author: Marcelo Busico marcelobusico@gmail.com
|
| This program is free software which I release under the GNU General Public
| License.
www.eeworm.com/read/374620/9392483
vhd swap.vhd
www.eeworm.com/read/374163/9418511
configure swap.configure
# Find out whether we can include
# and whether libc thinks that swapon() has two arguments.
# Prepare test
CC=${CC-cc}
compile="$CC -o conftest conftest.c >/dev/null 2>&1"
rm -f conftes