代码搜索:Control System
找到约 10,000 项符合「Control System」的源代码
代码结果 10,000
www.eeworm.com/read/213820/15124094
inc system.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM API external definition
// Writen by: Andy
// Date: 2000/06/20
/////////////////////////
www.eeworm.com/read/213797/15124690
asm system.asm
//============================================================
// 文件名称:system.asm//
// 实现功能: 系统初始化
// 日期: 2003/6/9
//============================================================
.INCLUDE hardw
www.eeworm.com/read/213757/15126210
ico system (linux).ico
www.eeworm.com/read/212775/15149781
ini system.ini
//说明:True 代表该项有或是真;False 代表该项没有或是假
[DCS]
Name=安徽 太和泰和化工有限公司
Version=2.1.5
[Host]
Name=Server
System=0
UserID=2
OPCS=False
[Server_Client]
LocalHost=192.168.0.21
RemoteHost=192.168.0.21
Rem
www.eeworm.com/read/212498/15155585
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/212346/15159179
bin system.bin
www.eeworm.com/read/212345/15159198
bin system.bin
www.eeworm.com/read/212344/15159221
bin system.bin
www.eeworm.com/read/212230/15162701
h system.h
/*文件名: system.h
说明: 系统指令接口
作者: Linus Torvalds
日期: 2005/12/20
*/
#define set_trap_gate(index, fun_addr) \
setup_IDT_entry(&idt[index], 0x08, (u32) & fun_addr, ACS_INT, 0)
#define