代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/325354/13211346
c main.c
void main(void)
{
BYTE temp;
WORD port = 1001;
LocalMACAddr[0]=0x52;
LocalMACAddr[1]=0x54;
LocalMACAddr[2]=0x4c;
LocalMACAddr[3]=0x30;
LocalMACAddr[4]=0x2e;
LocalMACAddr[5]=0x2f;
Lo
www.eeworm.com/read/325295/13213030
c main.c
#include
#include
#include
#include
#include
#include
int main(void)
{
int fd;
fd = open("/dev/input/event0", 0, 0);
if (fd
www.eeworm.com/read/325293/13213059
c main.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
static
www.eeworm.com/read/325292/13213072
c main.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/240561/13213546
c main.c
/******************************************************************************
*
* A simple program which sends a greeting to UART0, then echos
* characters on UART0 and blinks an LED every 1/2
www.eeworm.com/read/240526/13215463
c main.c
/* 本程序写于2004年9月23日凌晨2点
作者:孙尚新
联系方式: 2818709199 sunshangxin@hotmail.com */
#include
main()
{
unsigned char ch;
long i;
unsigned char str[100],key;
int num_commands;
char c
www.eeworm.com/read/240396/13220810
c main.c
/*******************************************************************************************************
* 文件名:main.c
* 功 能:开发板main()函数例子
* 作 者:POWER
* 日 期:2006年9月28号
* 斯凯科技主页:www.armsky.net
www.eeworm.com/read/240382/13221218
c main.c
/*
* Copyright (c) 1993 W. Richard Stevens. All rights reserved.
* Permission to use or modify this software and its documentation only for
* educational purposes and without fee is hereby granted
www.eeworm.com/read/325151/13223226
c main.c
#define __LIBRARY__
#include
#include
/*
* we need this inline - forking from kernel space will result
* in NO COPY ON WRITE (!!!), until an execve is executed. This
* is no pr
www.eeworm.com/read/138674/13226209
c main.c
#include "ucos-ii\includes.h" /* uC/OS interface */
#include "uhal\uhal.h"
//------------------------------------
#include "gui\core\GUI.h"
#include "Target\44b.h"
#include "Ta