代码搜索:C
找到约 10,000 项符合「C」的源代码
代码结果 10,000
www.eeworm.com/read/169681/5416051
c elt3c509end.c
/* elt3c509End.c - END network interface driver for 3COM 3C509*/
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01j,17j
www.eeworm.com/read/169681/5416308
h mpc107i2c.h
/* mpc107I2c.h - MPC107 I2C registers definition's and values */
/* Copyright 1984-2000 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,06jun00,bri written
*/
#ifndef
www.eeworm.com/read/163821/5508964
h sysdep.h
/* Assembler macros for CRIS.
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute i
www.eeworm.com/read/162614/5518089
c dtor1_y.c
#include "dtor1.h"
extern "C" void abort ();
int d = 5;
B::B (int i) : x (i) { }
B::~B () { if (d-- != x) abort (); }
C1::C1 (int i) : B (i) {}
C2::C2 (int i) : B (i) {}
D::D (int i) : B (i) {}
www.eeworm.com/read/162614/5518115
c vbase8-4_y.c
// { dg-options -w }
extern "C" void abort (void);
#include "vbase8-4.h"
void check_C0 (C0 &x, int i)
{
if (x.i0 != i)
abort ();
}
void check_C1 (C1 &x, int i)
{
if (x.i1 != i)
abort (
www.eeworm.com/read/162614/5531115
c subframework1.c
/* Copyright (C) 2004 Free Software Foundation, Inc. */
/* { dg-do preprocess { target *-*-darwin* } } */
/* { dg-options "-F$srcdir/gcc.dg/cpp/frame" } */
/* Contributed by Robert Bowdidge
www.eeworm.com/read/162614/5538646
cc 1.cc
// 2000-08-17 Benjamin Kosnik
// Copyright (C) 2000, 2002, 2003 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you c
www.eeworm.com/read/162614/5538660
cc 1.cc
// 2000-08-17 Benjamin Kosnik
// Copyright (C) 2000, 2002, 2003 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you c
www.eeworm.com/read/161559/5551345
sql c_all.sql
\i c_all_tables.sql
\i c_all_functions.sql
INSERT INTO voipglobals (majorversion, minorversion, buildnumber)
VALUES (1, 0, 5);
www.eeworm.com/read/161121/5558530
c tuner-3036.c
/*
* Driver for Philips SAB3036 "CITAC" tuner control chip.
*
* Author: Phil Blundell
*
* The SAB3036 is just about different enough from the chips that
* tuner.c copes with to m