代码搜索:main.c

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

代码结果 10,000
www.eeworm.com/read/292161/8371988

c main.c

#include #include #include "smatrix.h" int main() { int a; RLSMatrix * sm_a,* sm_b,* sm_c; printf("请输入矩阵a\n"); if(!(sm_a=(RLSMatrix *)malloc(sizeof(RLSMatrix)))) exi
www.eeworm.com/read/192624/8372083

c main.c

#include /* common defines and macros */ #include /* derivative information */ #include "BaseInc.h" #pragma LINK_INFO DERIVATIVE "mc9s12dg128b" int i,j; int
www.eeworm.com/read/192578/8374212

c main.c

/****************************************************************************** * name: main.c * project: 智能充电器 * author: fengzai(panda) * date: 2007.1.14 (2007.1.30修改版本) * * 感谢ouravr一
www.eeworm.com/read/391868/8374435

c main.c

// This program is created for LPC-H2214 board // Test SRAM // Test FLASH // Send report via UART0 -> USB connector // Notice!!! When test memory, we read/write all memory - it takes a few minutes
www.eeworm.com/read/192571/8374470

c main.c

//-------------------------------------------- //test_1测试文档1,见本目录下的说明test_1的说明.txt //-------------------------------------------- #include "ProgFlash.h" extern void initdsp(void); //extern void L
www.eeworm.com/read/391862/8374602

c main.c

/* * $Revision: 1.0 $ */ #include #include #include #include #include "lpc221x.h" #include "timer.h" #include "flash_lpc.h" #include "confi
www.eeworm.com/read/391859/8374696

c main.c

// This program is created for LPC-H2214 board // Blink Led #include "system.h" #include "led.h" int main() { /**** INITIALIZATION ****/ // Frequency initialization FrecInit(); //
www.eeworm.com/read/391857/8374808

c main.c

// This program is created for LPC-H2214 board // Return echo from rs232 #include "system.h" #include "rs232.h" int main() { /**** VARIABLES ****/ unsigned char ch = 0x0; /**** INI
www.eeworm.com/read/391856/8375061

c$ main.c$

www.eeworm.com/read/192560/8375293

c main.c

//main.c #include "BasicDefinition.h" #include "GlobalBuf.h" extern BOOL m_bAlreadyOpen;//没有打开文件 extern UINT m_nErrorCode;//前面操作的错误代码 main() { DspInit(); emif_init(); JpegGl