代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/240832/13195427
c main.c
/****************************************************************************
* 文 件 名:main.c
* 功 能:串口调试程序。
* 说 明:用于程序测试,通过PC串口向测试程序输入测试值,
* 经过计算后再向PC(通过串口)返回结果
* 使用外部11.
www.eeworm.com/read/240805/13196587
c main.c
/******************************************************************************
Copyright (c) 2003 MStar Semiconductor, Inc.
All rights reserved.
[Module Name]: Main.c
[Date]: 03-Nov-
www.eeworm.com/read/325531/13198542
c main.c
/* Digger Remastered
Copyright (c) Andrew Jenner 1998-2004 */
#include
#include
#include
#include "def.h"
#include "hardware.h"
#include "sound.h"
#include
www.eeworm.com/read/138973/13198776
c main.c
/*
程序名:
ZLG7289演示程序
文件名:
main.c
说明:
采用查询方式读取键盘值
*/
#include
#include "ZLG7289.h"
/*
功能:延时0.01~655.36s
晶振:12MHz
参数:
t>0时,延时(t*0.01)s
t=0时,延时655.36s
*/
void Delay
www.eeworm.com/read/138973/13198787
c main.c
/*
程序名:
ZLG7289演示程序
文件名:
main.c
说明:
采用中断方式读取键盘值
*/
#include
#include "ZLG7289.h"
//定义全局变量Key,用来保存按键值
volatile unsigned char Key = 0xFF; //0xFF表示未按键的状态
/*
功能:ZLG72
www.eeworm.com/read/325488/13201028
c main.c
/*=============================================================================
=
= Name: QVGA Display and Timer Verification and Example Code
=
===============================================
www.eeworm.com/read/240734/13201230
c main.c
#include "hardware.h"
#include "s480.h"
//#include "A2000.h"
//s480
#define SPEECH_1 0
#define DAC1 1
#define DAC2 2
#define Ramp_UpDn_Off 0
#define Ramp_Up_On 1
#define Ramp_D
www.eeworm.com/read/240724/13201733
c main.c
/*************************************************************************
main.c
This code demonstrates interfacing to the CobraNet module using
a command line interpreter interface. Thi
www.eeworm.com/read/240721/13202007
c main.c
#include "typedef.h"
#include "comr6c.h"
#include "time.h"
#include "ll.h"
#define US100 18
#define US1500 620
#define SCANEN 20
//#define SCANEN 100
void testSendIsoCmd(void);
void d
www.eeworm.com/read/240712/13202269
c main.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
* Copyright (C) 2003 Simon Fraser University and NewMIC
*