代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/212047/15167897
c swap_source.c
/* vector/swap_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/212047/15167947
c swap_source.c
/* matrix/swap_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/211912/15170894
c swap3.c
www.eeworm.com/read/206867/15287125
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/206867/15287126
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/206867/15287127
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/206867/15287128
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/206867/15287318
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/8653/149696
png link.swap.png
www.eeworm.com/read/8653/149751