代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/324082/13289053
c main.c
#include "clidi.h"
#include
S16 asTx[ICLID_FR_SZ];
S16 asRxC[ICLID_FR_SZ];
S16 asRxA[ICLID_FR_SZ];
S16 aS[ICLID_FR_SZ*2];
S16 aC[ICLID_FR_SZ*2];
CLID_tDb ClidDbA, ClidDbC;
www.eeworm.com/read/239252/13292073
c main.c
#include
#include
#include
#include "lcd_driver.h"
#include "delay.h"
#include "crc.h"
//------------------------
#define uchar unsigned char
#define uin
www.eeworm.com/read/239252/13292096
c main.c
#include
#include
#include
#include "lcd_driver.h"
#include "delay.h"
#include "crc.h"
//------------------------
#define uchar unsigned char
#define uin
www.eeworm.com/read/239241/13293100
c main.c
#include
#include "intrins.h"
#define uint unsigned int
#define uchar unsigned char
#define nop() _nop_();_nop_();
void Keys();
//void sendbyte();
//void send();
//void pow_low(
www.eeworm.com/read/239240/13293123
c main.c
#include "msp430x22x4.h"
//写segD,然后复制segD(1000h-103Fh)到segC(1040h-107Fh)
//对信息段A的操作,注意LOCKA位
//segD(1000h-103fh)
//segC(1040h-107fh)
//segB(1080h-10bfh)
//segA(10c0h-10ffh)
#define SEGD_START
www.eeworm.com/read/239218/13293668
c main.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : main.c
* Author : MCD Application Team
* Date First Issued : 16/05/2003
* Descr
www.eeworm.com/read/324029/13293841
c main.c
/************************************************************************/
/* Renesas System Solutions (Beijing) Co., LTD. */
/* All rights reserved. */
/* */
/*
www.eeworm.com/read/324019/13295189
c main.c
#include "c8051f020.h"
void SYSCLK_Init (void)
{
int i; // delay counter
OSCXCN = 0x67; // start external oscillator with
www.eeworm.com/read/324009/13295488
c main.c
#include
sbit SS=P2^1; //片选
sbit P3_2=P3^2;
bit keyflag=0;
unsigned int add=0;
unsigned int ISD_address=1000;
void main(void)
{
unsigned int keyvalue=0;
// unsigned char i;
fco
www.eeworm.com/read/324007/13295533
c main.c
/*
* ----------------------------------------------------------------------------
* Main Program of Digital Project
*
* By I馻ki Navarro Oiza
* Spring 2004
* ------------------------------