代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/368704/9681030
cpp sort3.cpp
/*
NAME:lemon_c1
LANG:C++
PROG:sort3
*/
#include
using namespace std;
ifstream cin("sort3.in");
ofstream cout("sort3.out");
int a[4];
int seq[1001];
int diff[4][4];
void swap(int
www.eeworm.com/read/411801/11225926
h jconfig.h
#ifndef JCONFIG_H
#define JCONFIG_H
#define IMAGE_WIDTH 320
#define IMAGE_HEIGHT 240
#define VIDEO_PALETTE_RAW_JPEG 20
#define VIDEO_PALETTE_JPEG 21
#define SWAP_RGB 1
int bpp;
/* our own ioctl *
www.eeworm.com/read/248954/12530494
cpp 3_12.cpp
#include
using namespace std;
long int gcd(long int m,long int n) //求最大公约数
{ if (m < n) swap(m,n);
while (n>0)
{ int r = m%n; m = n; n = r; }
return m;
}
long int lc
www.eeworm.com/read/102394/15783570
c tests.c
test_dot ();
test_nrm2 ();
test_asum ();
test_amax ();
test_axpy ();
test_copy ();
test_swap ();
test_scal ();
test_rotg ();
test_rot ();
test_rotmg ();
test_rotm ();
test_ge
www.eeworm.com/read/100384/15875262
c facvec.c
#include
#include
#include
NTL_START_IMPL
NTL_vector_impl(IntFactor,vec_IntFactor)
static
void swap(IntFactor& x, IntFactor& y)
{
IntFactor t;
t = x;
www.eeworm.com/read/391726/8384878
txt rtflsp.txt
Function RTFLSP(X1, X2, XACC:real):real;
Label 99;
var
XL,XH,SWAP,FL,FH,RTF,DX,F,DEL:real; J,MAXIT:integer;
begin
MAXIT:=30;
FL:=FUN(X1);
FH:=FUN(X2);
If FL * FH > 0 Then
www.eeworm.com/read/192256/8391737
txt rtflsp.txt
Function RTFLSP(X1, X2, XACC:real):real;
Label 99;
var
XL,XH,SWAP,FL,FH,RTF,DX,F,DEL:real; J,MAXIT:integer;
begin
MAXIT:=30;
FL:=FUN(X1);
FH:=FUN(X2);
If FL * FH > 0 Then
www.eeworm.com/read/387489/8669745
txt rtflsp.txt
Function RTFLSP(X1, X2, XACC:real):real;
Label 99;
var
XL,XH,SWAP,FL,FH,RTF,DX,F,DEL:real; J,MAXIT:integer;
begin
MAXIT:=30;
FL:=FUN(X1);
FH:=FUN(X2);
If FL * FH > 0 Then
www.eeworm.com/read/386267/8758740
cpp huffmantree3.cpp
#define SWAP(x, y) (t)=(x);(x)=(y);(y)=(t) //一切都为了效率
typedef struct node3
{
int weight;
struct node3 *lchil,*rchil,*paren;
}node3,*link3;
typedef struct
{
int data;
int tag;
}
www.eeworm.com/read/382512/9023600
txt changelog.txt
27.12.2001
- released 0.7.2
- w3cam.cgi: added default input in the gui mode
- added new option "bgr=1" to swap RGB24 to BGR24
- fixed v4l.c:v4l_set_input() for the ov511 driver
11.11.2001
- add