代码搜索:main.c

找到约 10,000 项符合「main.c」的源代码

代码结果 10,000
www.eeworm.com/read/138091/13261975

c main.c

/* File: smtp/main.c Copyright (C) 1999 by Wolfgang Zekoll This source is free software; you can redistribute it and/or modify it under the terms of
www.eeworm.com/read/324449/13262692

c main.c

/* *********** 功能 ********************** 本程序实现SPI输出数码管显示程序 ******************************************* */ #include "pic18.h" /* 所有PIC18系列的头文件 */ const char table[16]={0xc0,0xf9,0xa4,0xb0,
www.eeworm.com/read/239621/13266047

c main.c

// ************************************************* // 这是学ARM9和ADS1.2的一个很好的例程,这个例程简单易懂。 // 这个例程可以用开发板是的LED灯和仿真器来测试硬件的好坏, // 还可以CACHE对程序运行速度的影响,测试设置FCLK的频率。 // LED test //2004.10.25 //********
www.eeworm.com/read/239612/13266933

c main.c

//**************************************** //** Copyright (C) victor ** //**************************************** #include main( ) {System_init(); while ( 1 ) { i
www.eeworm.com/read/138048/13269556

c main.c

//============================================================== // 工程名称: Record.scs "复读机" // 功能描述: 结合"61板"的三个按键完成录音、停止和播放功能: // 1、KEY1--录音(I/O口A0) // 2、KEY2--停止(I/O口A1) // 3、KEY3--播放(
www.eeworm.com/read/138047/13269676

c main.c

//=========================================================================== // 使用sunplus spce061a的语音播报电子钟 // //============================================================================ // 工程
www.eeworm.com/read/138033/13270815

c main.c

#include #include "..\Inc\AT8xC51SND1.h" #include "..\Inc\GLOBAL.h" #include "..\Inc\CHIPSOURCE.h" #include "..\Inc\COMMON.h" #include "..\Inc\IDEIO.h" #include "..\Inc\FAT32.h" voi
www.eeworm.com/read/239594/13270911

c main.c

#include unsigned code ledmod[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6d, 0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x00,0x00}; //显示段代码 unsigned code ledsel[4]={0xfe,0x
www.eeworm.com/read/138033/13270966

c main.c

#include #include "..\Inc\AT8xC51SND1.h" #include "..\Inc\GLOBAL.h" #include "..\Inc\CHIPSOURCE.h" #include "..\Inc\COMMON.h" #include "..\Inc\IDEIO.h" //#include "..\Inc\MP3.h" voi
www.eeworm.com/read/138033/13271038

c main.c

#include "common.h" main() { CommonVersion(); }