代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/289601/8540361
h system.h
/* system.h
Copyright (C) 2001 Free Software Foundation, Inc.
Written by Marcus Brinkmann.
This program is free software; you can redistribute it and/or
modify it under the terms of the
www.eeworm.com/read/289601/8540419
c system.c
#if defined(__linux__)
# include "system/linux.c"
#elif defined(__sun__)
# include "system/solaris.c"
#elif defined(__hpux__)
# include "system/hpux.c"
#elif defined(__QNX__)
# include "system/qnx.c"
www.eeworm.com/read/188423/8542397
nsf system.nsf
www.eeworm.com/read/289353/8557502
ico system (linux).ico
www.eeworm.com/read/289204/8568597
c system.c
/*
* $Id: system.c,v 1.6 2007/10/23 07:52:04 sunny Exp $
*/
/*
*******************************************************************************
**
** This device driver was created by Applilet f
www.eeworm.com/read/289204/8568648
h system.h
/*
* $Id: system.h,v 1.5 2007/08/17 06:21:52 sunny Exp $
*/
/*
*******************************************************************************
**
** This device driver was created by Applilet f
www.eeworm.com/read/289184/8569916
c system.c
#include
void main (void)
{
if (system("DIR"))
printf("Error invoking DIR\n");
}
www.eeworm.com/read/289120/8574769
h system.h
#define move_to_user_mode() \
__asm__ ("movl %%esp,%%eax\n\t" \
"pushl $0x17\n\t" \
"pushl %%eax\n\t" \
"pushfl\n\t" \
"pushl $0x0f\n\t" \
"pushl $1f\n\t" \
"iret\n" \
"1:\tmovl $0x17,%%eax\n\t
www.eeworm.com/read/432772/8575088
h system.h
//System.h
//bits
#define BIT0 0x00000001
#define BIT1 0x00000002
#define BIT2 0x00000004
#define BIT3 0x00000008
#define BIT4 0x00000010
#define
www.eeworm.com/read/432772/8575137
c system.c
#include "system.h"
#include "AT91SAM7S64.h"
AT91PS_PMC pPMC = AT91C_BASE_PMC;
void Delay_s (unsigned long a) { while (--a!=0); }
//MAIN POINTER
AT91PS_PIO p_pPio = AT91C_BASE_PIOA;