代码搜索:common 有哪些应用?
找到约 10,000 项符合「common 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/431379/8685825
c common.c
/*************************************************************************/
/* Warning: */
/* Pls don't remodify this File.
www.eeworm.com/read/431298/8690201
h common.h
/******************* start of original comments ********************/
/*
* Written by Douglas Thomson (1989/1990)
*
* This source code is released into the public domain.
*/
/*************
www.eeworm.com/read/387288/8695652
h common.h
#ifndef COMMON_H
#define COMMON_H
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/430993/8714692
h common.h
www.eeworm.com/read/287151/8717682
h common.h
/******************* start of original comments ********************/
/*
* Written by Douglas Thomson (1989/1990)
*
* This source code is released into the public domain.
*/
/*************
www.eeworm.com/read/287068/8728021
rc common.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/287068/8728026
h common.h
/*
Copyright (c) 2005-2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt bi
www.eeworm.com/read/286954/8735083
c common.c
# include
void main()
{
int x, y, num1, num2, temp;
printf("请输入两个正整数:\n");
scanf("%d %d", &num1, &num2);
if(num1 < num2)
{
temp = num1;
num1 = num2;
num2 = temp;
}
www.eeworm.com/read/430426/8747888
h common.h
#ifndef __COMMON_H__
#define __COMMON_H__
extern delayms(unsigned char ms);
#define SWAP16(x) ((unsigned short )(x)8)
//#define SWAP32(x) ((unsigned int )(x)
www.eeworm.com/read/430426/8747896
c common.c
/********************************************************************
TITLE: COMMON.c
AUTHOR: GanGuoqiang
DISCRIPTION: USING
NOTE:
DATE : 2008.11.23
*********************************