代码搜索:SWAP

找到约 10,000 项符合「SWAP」的源代码

代码结果 10,000
www.eeworm.com/read/119982/14815155

mak swap_b.mak

# Nmake macros for building Windows 32-Bit apps all: Swap_B.exe # Update the resource if necessary Swap_B.res: Swap_B.rc Swap_B.h rc -r -fo Swap_B.res Swap_B.rc # Update the object fi
www.eeworm.com/read/119982/14815156

h swap_b.h

#define IDM_EXIT 100 #define IDM_TEST 200 #define IDM_ABOUT 301 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/119982/14815345

c use_swap.c

#include void swap_values(int *, int *); void main(void) { int a = 1, b = 2; printf("Original values a %d b %d\n", a, b); swap_values(&a, &b); printf("Swapped val
www.eeworm.com/read/219695/14869319

cc swap_rows.cc

// // Copyright 1997, University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek // // This file is part of the Matrix Template Library // // You should have received a copy of the License
www.eeworm.com/read/219695/14869361

cc vecvec_swap.cc

#include #include #include /* example output: [2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1] [1,1,1,1,1,1,1,1,1,1] */ int main() { using namespace mt
www.eeworm.com/read/219114/14893784

c swap3.c

www.eeworm.com/read/115119/15025668

c m_swap.c

// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // $Id: m_swap.c,v 1.2 2003/09/08 22:34:29 jasonk Exp $ // // Copyright (C)
www.eeworm.com/read/115119/15025669

h m_swap.h

// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // $Id: m_swap.h,v 1.2 2003/09/08 22:34:29 jasonk Exp $ // // Copyright (C)
www.eeworm.com/read/215124/15073325

c use_swap.c

#include void swap_values(int *, int *); void main(void) { int a = 1, b = 2; printf("Original values a %d b %d\n", a, b); swap_values(a, b); printf("Swapped value
www.eeworm.com/read/212047/15167183

c test_swap.c

#include #include #include #include "gsl_cblas.h" #include "tests.h" void test_swap (void) { const double flteps = 1e-4, dbleps = 1e-6; {