代码搜索结果

找到约 10,000 项符合 C 的代码

poj2462_计算几何.cpp

#include #include #include #define MAXN 1010 struct Point{ double x, y; }; Point poly[MAXN], ipoint[MAXN]; Point a,b; #define EPS 1e-8 #define SQR(x) ((x)*(x)) dou

dev_am79c971.h

/* * Cisco router simulation platform. * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr) */ #ifndef __DEV_AM79C971_H__ #define __DEV_AM79C971_H__ #include #include "utils.h"

davincievm_i2c.c

/* * Copyright 2005 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. * * Not for distribution. */ /* * I2C implementation * */

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

sdi.err

"sdi.c", line 112: Warning: C2870W: variable 'start' declared but not used "sdi.c", line 246: Warning: C2870W: variable 'key' declared but not used "sdi.c", line 301: Warning: C2917W: no side effect

idle.err

"idle.c", line 19: Warning: C2917W: no side effect in void context: 'unary *' "idle.c", line 25: Warning: C2917W: no side effect in void context: 'unary *' "idle.c", line 35: Warning: C2

cpuspeed.err

"cpuspeed.c", line 122: Warning: C2917W: no side effect in void context: 'unary *' "cpuspeed.c", line 139: Warning: C2917W: no side effect in void context: 'unary *' "cpuspeed.c", line 1

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

msp3400.c

/* * programming the msp34* sound processor family * * (c) 1997,1998 Gerd Knorr * * what works and what doesn't: * * AM-Mono * probably doesn't (untested)

readme.txt

============================================================================================= I2C_test实验 ==========================================================================================