代码搜索结果
找到约 10,000 项符合
C 的代码
vars.h
/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and
distribution is subject to the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http:#
i2c.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
thunk1.c
// { dg-do assemble }
struct C1
{
virtual ~C1();
};
struct C2 : public virtual C1
{
virtual ~C2();
};
struct C3 : public virtual C2
{
virtual ~C3();
};
C3::~C3() {}
i2c.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
i2c2.c
#include "reg51.h"
#include "intrins.h"
#define uchar unsigned char
#define uint unsigned int
sbit SDA=P2^6;
sbit SCL=P2^5;
//函数声明
uchar i2c_read(uchar);
void i2c_write(uchar,uchar);
复件 dod.c
//#pragma src
#include
#include
//#include
//#pragma OT(4,speed)
//#include
#define uint unsigned int
#define uchar unsigned char
#define usv=0.34 //um/
dod.c
//#pragma src
#include
#include
//#include
//#pragma OT(4,speed)
//#include
#define uint unsigned int
#define uchar unsigned char
#define usv=0.34 //um/
hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
i24.cpp
#include
using namespace std;
int main()
{
float a,b,c,d;
couta;
coutb;
coutc;
coutd;
cout