代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/138817/13209442
c main.c
#include
#include
#include
#include
#include
#include
//define interrupt vector
#pragma interrupt_handler timer1:15
#pragma in
www.eeworm.com/read/240635/13209489
c main.c
//============================================================
// 工程名称:ChineseMenu.spj
// 作者: xinqiang (email: xinqiang@sunnorth.com.cn)
// 联系方式:010-62981668-2916
// 适应芯片: SPCE061A
/
www.eeworm.com/read/240633/13209794
c main.c
#include "bsrSD.h"
#include "robot.h"
extern void RobotSystemInit(void);
extern unsigned int IsFirstDownLoad(void);
extern void FormatFlash(void);
extern void TrainFiveCommand(void);
extern vo
www.eeworm.com/read/240631/13210077
c main.c
//========================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed,
www.eeworm.com/read/240630/13210221
c main.c
#include "reg52.h"
unsigned char Count;
sbit _Speak =P2^3 ; //讯响器控制脚
unsigned char code SONG[] ={ //祝你平安
0x26,0x20,0x20,0x20,0x20,0x20,0x26,0x10,0x20,0x10,0x20,0x80,0x26,0x20,0x30,0x20,
www.eeworm.com/read/240628/13210597
c main.c
//============================================================================
// 工程名称: bujin.spj "悬挂控制系统"
// 功能描述: 见使用说明(工程文件夹里)
// IDE环境: SUNPLUS u'nSPTM IDE 1.8.4(or later)
//
//
www.eeworm.com/read/240617/13211052
c main.c
#include "bsrsd.h"
#include "hardware.h"
#define NAME_ID 0x100
#define COMMAND_ONE_ID 0x101
#define COMMAND_TWO_ID 0x102
#define COMMAND_THREE_ID 0x103
#define COMMAND_FORE_ID 0x104
#de
www.eeworm.com/read/240614/13211256
c main.c
#include
//unsigned char TX[8];
int j=0;
void Init_Port(void);
int KeyScan(void);
void Delay(void);
int Res=0;
int nRes;
main()
{
int i;
WDTCTL=WDTPW+WDTHOLD; //
www.eeworm.com/read/240613/13211289
c main.c
#include
unsigned char RX[8];
int j=0;
main()
{
int i;
WDTCTL=WDTPW+WDTHOLD; //停止看门狗定时器
BCSCTL1 = 0X00; //将寄存器的内容清零
//XT2震荡器开启
//LFTX1工作在低频模式
www.eeworm.com/read/325355/13211317
c main.c
/****************************************************************************/
/*
文件名 : main.c
说明 : 跑马灯测试程序的主文件
作者 : 天乐
biggeorge@126.com
修改历史: