代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/231797/14220024
c ts_auto.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "Ts_auto.h"
#define ADCPRS 39
void __irq Adc_or_TsAuto(void)
{
rINTSUBMSK|=(BIT_SUB_ADC|BIT_SUB_TC); // Mask su
www.eeworm.com/read/231797/14220135
h ts_auto.h
#ifndef __Ts_auto_H__
#define __Ts_auto_H__
void Ts_Auto(void);
#endif /*__Ts_auto_H__*/
www.eeworm.com/read/231796/14220269
c ts_auto.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "Ts_auto.h"
#define ADCPRS 39
void __irq Adc_or_TsAuto(void)
{
rINTSUBMSK|=(BIT_SUB_ADC|BIT_SUB_TC); // Mask su
www.eeworm.com/read/231796/14220367
h ts_auto.h
#ifndef __Ts_auto_H__
#define __Ts_auto_H__
void Ts_Auto(void);
#endif /*__Ts_auto_H__*/
www.eeworm.com/read/231750/14221483
o ts_auto.o
www.eeworm.com/read/231750/14221651
c ts_auto.c
//====================================================================
// File Name : Ts_auto.c
// Function : S3C2410 Touch Screen Panel Auto Test
// Source : Weon-Tark Kang
// Modify : On-
www.eeworm.com/read/231750/14221674
err ts_auto.err
"ts_auto.c", line 56: Warning: C2892E: signed constant overflow: '
www.eeworm.com/read/231750/14221815
h ts_auto.h
#ifndef __Ts_auto_H__
#define __Ts_auto_H__
void Ts_Auto(void);
#endif /*__Ts_auto_H__*/
www.eeworm.com/read/129707/14232110
c auto_romberg.c
#include
#include
#define MAX 100
double f(double x)
{
return (1+x*x)/(1+pow(x,4));
}
double g(double x)
{
return log(1+sqrt(x));
}
double p(double x)
{
r
www.eeworm.com/read/129562/14237460