代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/280099/10354592
mdw system.mdw
www.eeworm.com/read/425439/10356325
bmp system.bmp
www.eeworm.com/read/354342/10362593
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/161842/10363517
rtf system.rtf
www.eeworm.com/read/161772/10375953
exe system.exe
www.eeworm.com/read/161772/10375997
c system.c
/* Demonstrates the system() function. */
#include
#include
int main( void )
{
/* Declare a buffer to hold input. */
char input[40];
while (1)
{
www.eeworm.com/read/279872/10382250
ini system.ini
[MAIN]
ckbNotification=0
cbMainIP=127.0.0.1
edtMainPort=800
cbLanguage=3
chBoxIC=-1
chboxMSN=0
www.eeworm.com/read/354140/10383394
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/354140/10383402
c system.c
#include "system.h"
#include "AT91SAM7S64.h"
extern void Delay_s (unsigned long a);
AT91PS_PMC pPMC = AT91C_BASE_PMC;
// 定义主要指针
AT91PS_PIO p_pPio = AT91C_BASE_PIOA;
AT91PS_PMC p_