代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/291436/8420659
c main.c
#include"..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\ucos-ii\add\osaddition.h"
#include "..\inc\drv.h"
#include "..\inc\drv\OSFile.h"
#include
#include
www.eeworm.com/read/391114/8420882
c main.c
#include "printp.h"
#define PORTB (*((volatile unsigned char*)(0x0001)))
#define DDRB (*((volatile unsigned char*)(0x0003)))
#define CAN0CTL0 (*((volatile unsigned char*)(0x0140)))
www.eeworm.com/read/391114/8420981
c main.c
#include "printp.h"
void main(void) {
printp("hello world\n");
}
www.eeworm.com/read/391114/8421015
c main.c
/* LEDS.C example file for Motorola MC9S12DP256 Evaluation Board */
#include
/* port B definitions */
#define PORTB (*((volatile unsigned char*)(0x0001)))
#define DDRB
www.eeworm.com/read/391114/8421095
c main.c
#include "includes.h"
#define EXT
#include "main.h"
void main(void)
{
HardwareInit();
OSInit();
Semprintp=OSSemCreate(1);
TaskStartData.PPAGE = 0x30;
Task1Data.PPAGE = 0x31;
Task
www.eeworm.com/read/391095/8421758
c main.c
/*
实验八:
AD转换实验。
1、AD转换实验。程序进行周期AD转换,在并转换值显示在数码管上。
2、使用内部1 M晶振。
3、进行此实验需要插上:JP1的所有8个短路块、JP9(A/D)。
4、此实验采用项目化管理,主要文件有ADC、DISP、主程序。
AVR mega16学习板
www.iccavr.com
2006-04-05
*/
#inc
www.eeworm.com/read/291401/8421790
c main.c
/*
**********************************************************************************************
* Project: FS7805 SD CARD READER
* File: main.c
* Contents:
* The main function is SD
www.eeworm.com/read/191792/8422563
c main.c
/*
* File: main.c
*
* uC/OS Real-time multitasking kernel for the ARM processor.
*
*
* Created by hgxxx
*
*/
#include "../ucos_ii/ucos_ii.h" /* uC/OS interface */
www.eeworm.com/read/291341/8423507
c main.c
//***********************************************************
//***********12864LCD多功能液晶时钟********************
//*本系统采用4个按键,人性化的菜单显示.
//主界面显示的参数:阳历,阴历干支年,星期,时分秒,闹钟,温度,公共节日,节气;
//功能参数:密码,232通信输出
www.eeworm.com/read/191743/8424693
c main.c
#include
#include "CommDrv.h"
#include "ModemDrv.h"
#include "ppp.h"
#include "UDP.h"
#include "IP.h"
#include "SLIP.h"
//#define USE_SLIP // Uncomment this line if SLIP is to be