代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/292052/8379994
lst system.lst
Sunplus u'nSP Assembler - Ver. 1.8.1
Listing File Has Been Relocated
.include hardware.inc
< //================================
www.eeworm.com/read/292052/8380077
asm system.asm
.include hardware.inc
.external _sum;
.code
.public _Clear_WatchDog;
_Clear_WatchDog: .PROC
R1=0x0001; // Clear watch dog
[P_Watchdog_Clear]=R1; //
retf;
www.eeworm.com/read/391748/8380426
h system.h
/* System dependent definitions for GNU tar.
Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003,
2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This program is free s
www.eeworm.com/read/292026/8381778
h system.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.4 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/391748/8381954
c system.c
/* System-dependent calls for tar.
Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under th
www.eeworm.com/read/192259/8391092
c system.c
#include
#include
#include
#include
int
system(const char *cmdstring) /* version without signal handling */
{
pid_t pid;
int status;
if
www.eeworm.com/read/192259/8391207
c system.c
#include
#include
#include
#include
#include
int
system(const char *cmdstring) /* with appropriate signal handling */
{
pid_t p
www.eeworm.com/read/291779/8395976
h system.h
//// 切换到用户模式运行。
// 该函数利用iret 指令实现从内核模式切换到用户模式(初始任务0)。
#define move_to_user_mode() \
_asm { \
_asm mov eax,esp /* 保存堆栈指针esp 到eax 寄存器中。*/\
_asm push 00000017h /* 首先将堆栈段选择符(SS)入栈。*/\
_asm push eax
www.eeworm.com/read/291779/8396323
dsw system.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/291779/8396332
dsp system.dsp
# Microsoft Developer Studio Project File - Name="system" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ge