代码搜索:common 有哪些应用?
找到约 10,000 项符合「common 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/176998/9477760
c common.c
/*
* common.c Functions common to minicom and runscript programs
*
* This file is part of the minicom communications package,
* Copyright 1991-1995 Miquel van Smoorenburg,
* 1997-1998 Jukka La
www.eeworm.com/read/176732/9485683
h common.h
/*********************************************************************
* 文件名: common.h
* 功能描述: 宏定义公共头文件
* 设 计 者:zy
***********************************************************************/
#if
www.eeworm.com/read/176727/9486659
h common.h
/*********************************************************************
* 文件名: common.h
* 功能描述: 宏定义公共头文件
* 设 计 者:zy
***********************************************************************/
#if
www.eeworm.com/read/176725/9486786
dll common.dll
www.eeworm.com/read/372762/9494414
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/372740/9494998
htm common.htm
www.eeworm.com/read/372673/9498165
js common.js
var userAgent = navigator.userAgent.toLowerCase();
var is_opera = userAgent.indexOf('opera') != -1 && opera.version();
var is_moz = (navigator.product == 'Gecko') && userAgent.substr(userAgent.index
www.eeworm.com/read/176439/9498612
h common.h
#ifndef __COMMON_H
#define __COMMON_H
#define KEYEVENT_BUF 100
#define BUFFREE(buf) (buf->buf_size - buf->len)
#define BUFEMPTY(buf) (buf->len == 0)
#define CLEARBUF(buf) \
{ \
www.eeworm.com/read/176439/9498649
c common.c
#include
#include
#include
#include
#include "common.h"
int write_data_to_buf(DataBuffer * netbuf, char * buf, int len)
{
int size;
if (len > n
www.eeworm.com/read/176367/9500872
h common.h
/*
Copyright (c) 1999 - 2000 Microsoft Corporation
Module Name:
common.h
Abstract:
include files and declarations used throughout the application
*/
#define _WIN3