代码搜索:SWAP

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

代码结果 10,000
www.eeworm.com/read/264113/4289403

c i_swap.c

/**********************************/ /* */ /* Copyright 2000, David Grant */ /* */ /* see LICENSE for more details */ /*
www.eeworm.com/read/260165/4334675

hpp clist_swap.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: mfcstl/collections/list_swap.hpp * * Purpose: Contains the CList_swap utility function. * * Cr
www.eeworm.com/read/260165/4334680

hpp carray_swap.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: mfcstl/collections/array_swap.hpp * * Purpose: Contains the CArray_swap utility function. * *
www.eeworm.com/read/260165/4335364

hpp std_swap.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: stlsoft/util/std_swap.hpp * * Purpose: Contains the std_swap() function. * * Created: 27th
www.eeworm.com/read/257673/4361491

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/252366/4408803

src us-swap.src

/* Keymap for US MF-2 keyboard with the Caps Lock and Control key swapped. */ u16_t keymap[NR_SCAN_CODES * MAP_COLS] = { /* scan-code !Shift Shift Alt1 Alt2 Alt+Sh Ctrl */ /* =================
www.eeworm.com/read/162614/5540214

cc swap_neg.cc

// { dg-do compile } // Copyright (C) 2005 Free Software Foundation // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it und
www.eeworm.com/read/161438/5553540

cpp swap_b.cpp

#include #include "Swap_B.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8000000
www.eeworm.com/read/161438/5553541

rc swap_b.rc

#include "windows.h" #include "Swap_B.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/161438/5553542

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