代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/144216/5751966
h in.h
/* Apollo's isn't protected against multiple inclusion. */
#ifndef _NETINET_IN_INCLUDED
#define _NETINET_IN_INCLUDED
#include "/bsd4.3/usr/include/netinet/in.h"
#endif /* _NETINET_IN
www.eeworm.com/read/137483/5823927
h util.h
/*
Utility Functions
Date:
2001/02/15
*/
#ifndef __ORZ_MISC_UTIL__
#define __ORZ_MISC_UTIL__
/*
Useful Macros
*/
#define _abs(a) (((a) < (0)) ? (-a) : (b))
#define _swap(a,
www.eeworm.com/read/135153/5887780
c rmdir.c
/* vi: set sw=4 ts=4: */
/*
* Mini rmdir implementation for busybox
*
* Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
* Copyright (C) 1999,2000,2001 by Erik Andersen
www.eeworm.com/read/134479/5892549
makefile
ROOTDIR = ../../..
EXECUTABLE = multiple_output
FILES = multiple_output
LIBRARIES = $(RUNTIME_LIBS)
include $(ROOTDIR)/common.mk
www.eeworm.com/read/273303/6281591
pad
#! /usr/bin/perl
# Pad a file with zero bytes to make its length
# an even multiple of some value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@ARGV) != 2 ) {
prin
www.eeworm.com/read/491848/6427746
h btusb.h
/*
* Wipro Bluetooth HCI USB Transport Layer.
* This file is part of the "Wipro Bluetooth USB Driver for Linux".
* Copyright (C) 2001 Wipro Technologies.
*
* This library
www.eeworm.com/read/397358/6681070
cpp fitting.cpp
#include
#include
using namespace std;
void matric_multiple(double A[],double B[],int A1,int A2,int B1,int B2,double C[]);
void matric_transpose(double A[],int A1,int A2,doubl
www.eeworm.com/read/477807/6723323
c caculate.c
/*******************************************************************************************
** procedures for IDIN200E
**
** (c) Copyright 2004-2010, G
www.eeworm.com/read/255569/12073291
c mpf_clear.c
/* LibTomFloat, multiple-precision floating-point library
*
* LibTomFloat is a library that provides multiple-precision
* floating-point artihmetic as well as trigonometric functionality.
*
* Thi
www.eeworm.com/read/255569/12073313
c mpf_const_e.c
/* LibTomFloat, multiple-precision floating-point library
*
* LibTomFloat is a library that provides multiple-precision
* floating-point artihmetic as well as trigonometric functionality.
*
* Thi