代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/314054/13576243
c main.c
//************************************************************
//*程序名称 : 按键流水灯测试程序(带按键软件去抖)
//*硬件环境 : MJ51学习板
//*CPU类型 : AT89S52@12MHz
//*程序作者 : LittleJimmy, jimmy416@163.com
//*编写日期 : 2007-8-2
www.eeworm.com/read/313999/13576722
c main.c
#include
#include //头文件
#include //空间分配定义头文件
#include "240128.h"
prog_char testbmp[]={
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
www.eeworm.com/read/313893/13579927
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/313845/13580206
c main.c
#include
#include"AD9954.h"
void main()
{
IO9954_Init();
PS1=1;
PS0=0;
AD9954_LinearSweep_Init();
while(1)
{
PS0=0;
nNop(2);
PS0=1;
AD9954_L
www.eeworm.com/read/313688/13582566
c main.c
#include
#include
#include "Target\44blib.h"
#include "Touch\Touch.h"
/********************************************/
// ARMSYS实验十三:触摸屏应用
// 描述:扫描读入触摸屏上的输入点坐标
/********
www.eeworm.com/read/313633/13583824
c main.c
//main.c
#include "RND.h"
void main()
{
/* ________________初始化操作________________*/
fpout=fopen(FileOutputPath,"w");
if (!Readalphabet())
{
printf(" Error in opening f
www.eeworm.com/read/313618/13583956
c main.c
#include
extern void lcm_start(void);
extern void delay(unsigned int a);
extern void text(void);
extern void cls_lcm(void);
void main(void)
{unsigned char i;
P0=0XFF;
P2=0X
www.eeworm.com/read/313595/13584386
c main.c
//#include "nf_drv.h"
//#include "stc89c52.h"
#include "main.h"
#include "nf.h"
idata Byte gl_buffer[GL_BUF_SIZE]; // global buffer of 256 bytes
Uchar iGPS=0; //标记接收了多少个字符
Uchar i
www.eeworm.com/read/313569/13584763
c main.c
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FI
www.eeworm.com/read/313559/13584827
c main.c
//main.c 虚拟内存管理主程序
//2007.12.12
#include
#include
#include "mem.h"
#include "init.c"
#include "display.c"
#include "set_mem.c"
#include "algorithm.c"
#include "process.