代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/381354/9097018
c system.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/282274/9107655
c system.c
#include
void main (void)
{
if (system("DIR"))
printf("Error invoking DIR\n");
}
www.eeworm.com/read/282190/9114891
asm system.asm
*************************************************************************
* filename: system.asm
* designer: 戴展波
* date: 2004/12/16
***************************************************************
www.eeworm.com/read/282180/9115861
c system.c
#include
#include
#include "def.h"
#include "option.h"
#include "2410slib.h"
#include "profile.h"
#include "usbmain.h"
#include "usbout.h"
#include "usblib.h"
#include "
www.eeworm.com/read/282180/9115927
h system.h
#include "2410lib.h"
#include "2410addr.h"
#include "def.h"
void System_initial(void);
void System_Waiting(void);
void mx_SGResetInit(void);
U32 Sys_GetDownloadAddress(void);
U32 Sys_GetDow
www.eeworm.com/read/380940/9121203
c system.c
#include
void main (void)
{
if (system("DIR"))
printf("Error invoking DIR\n");
}
www.eeworm.com/read/183756/9142027
c system.c
/* system.c - system file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,08feb93,jdi documentation cleanup for 5.1.
01b,20sep92,s
www.eeworm.com/read/380485/9145389
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/281636/9145557