Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
《操作系统》的实验代码。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
323
Commitit
2
Branchit
52 MiB
C
76.4%
Assembly
8.6%
Python
7.3%
Shell
4.2%
Makefile
3.3%
Puu:
53a62b70fc
main
x86-32
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '53a62b70fc'
${ noResults }
os_kernel_lab
/
related_info
/
lab1
/
lab1-ex1.c
5 rivejä
66 B
Raaka
Blame
Historia
#
include
<stdio.h>
void
main
(
void
)
{
printf
(
"
hello world
\n
"
)
;
}