代码搜索:Use
找到约 10,000 项符合「Use」的源代码
代码结果 10,000
www.eeworm.com/read/380940/9120314
c use_func.c
#include
void hello_world(void)
{
printf("Hello, world!\n");
}
void main(void)
{
hello_world();
}
www.eeworm.com/read/380940/9120374
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/380940/9120417
c use_max.c
#include
int get_maximum(int, int);
void main(void)
{
int result;
result = get_maximum(100, 200);
printf("The larger value is %d\n", result);
}
www.eeworm.com/read/378542/9224458
h elus_use.h
#ifndef __ELUS_USE_H__
#define __ELUS_USE_H__
#ifdef INSUNDLL
#undef INSUNDLL
#endif
#ifdef _USRDLL
#define INSUN_DLL __declspec(dllexport)
#else
#define INSUN_DLL
#endif
extern "C"
{
www.eeworm.com/read/181668/9241897
cpp use_chckptr.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/181668/9242025
cpp use-handle.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/181668/9242063
use-ostream-iter
now is the time
for all good men
to come to the aid
of the party
www.eeworm.com/read/181668/9242066
cpp use_find.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/181668/9242073
cpp use_equalrange.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/181668/9242264
cpp use-getopen.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that