代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/212047/15167956
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/209339/15223163
m swap.m
%Written by Adam Meadows
% function to swap values in a binary matrix
function swapped_m = swap(m)
% Swap, (Adam Meadows: ameadows@cs.ucr.edu)
% swapped_m = swap(m)
%
% M is the input binary matrix
www.eeworm.com/read/208619/15242018
vhd swap.vhd
www.eeworm.com/read/207820/15261393
c swap.c
/*
* linux/mm/swap.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This file should contain most things doing the swapping from/to disk.
* Started 18.12.91
*/
#include
#include
www.eeworm.com/read/206291/15297019
c swap.c
/* swap.c -- swap two complex numbers (by their addresses) */
#include
void swap(a,b)
complex *a, *b;
{
complex t;
t = *a;
*a = *b;
*b = t;
}
www.eeworm.com/read/5582/49431
vfx swap.vfx
www.eeworm.com/read/5582/51045
vfx swap.vfx
www.eeworm.com/read/11175/207790
asm swap.asm
TITLE SWAP - Swap values
PAGE 56,132
;***
; SWAP - Swap values
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtime entry points:
;
;
;
www.eeworm.com/read/12865/249832
cpp swap.cpp
/**************************************************************************
*
* swap.cpp - Example program of swap algorithm. See Class Reference Section
*
************************************
www.eeworm.com/read/13170/269573