代码搜索:system verilog
找到约 10,000 项符合「system verilog」的源代码
代码结果 10,000
www.eeworm.com/read/465763/7045280
s system_call.s
/*
* linux/kernel/system_call.s
*
* (C) 1991 Linus Torvalds
*/
/*
* system_call.s contains the system-call low-level handling routines.
* This also contains the timer-interrupt handler, as
www.eeworm.com/read/465806/7046344
~dpr system1.~dpr
program System1;
uses
Forms,
windows,
ServerUnit in 'ServerUnit.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2},
Sharing in 'sharing.pas',
procesy in 'procesy.pas';
{$R *.RES}
var
www.eeworm.com/read/465806/7046347
dpr system1.dpr
program System1;
uses
Forms,
windows,
ServerUnit in 'ServerUnit.pas' {Form1},
Sharing in 'sharing.pas',
procesy in 'procesy.pas';
{$R *.RES}
var extstyle:integer;
ver:_osver
www.eeworm.com/read/465806/7046356
res system1.res
www.eeworm.com/read/465806/7046357
dof system1.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/465806/7046360
cfg system1.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/465237/7059720
css calendar-system.css
/* The main calendar widget. DIV containing a table. */
div.calendar { position: relative; }
.calendar, .calendar table {
border: 1px solid #556;
font-size: 11px;
color: #000;
cursor: defau
www.eeworm.com/read/378796/7069955
bak system.h.bak
//// 切换到用户模式运行。
// 该函数利用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/378796/7069994
s system_call.s
;/* passed
;* linux/kernel/system_call.s
;*
;* (C) 1991 Linus Torvalds
;*/
.386p
.model flat
;/*
;* system_call.s contains the system-call low-level handling routines.
;* This also contains the tim
www.eeworm.com/read/378796/7070053
bak system.dsp.bak
# 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