代码搜索:Os 有哪些应用?
找到约 10,000 项符合「Os 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/162192/10327408
c os_core.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/162192/10327418
s os_cpu_a.s
;**********************************************************************
;****************************************************
; $Workfile: os_cpu_a.S for SkyEye simulator $
; $Revision: 1.
www.eeworm.com/read/162163/10331426
h os_cfg.h
/* os_cfg.h for prot to ARM/Samsung SNDS300 board.
*
* (c) Copyright 1992-2001, Jean J. Labrosse, Weston, FL All Rights Reserved
* ChronOS modifications Copyright 2002 by Interniche Technologie
www.eeworm.com/read/425738/10331504
cpp os4.cpp
//os4.cpp--采用FIFO的页式虚拟存储管理的地址转换和缺页中断
#include
#include
#include
//页表用数组模拟,在实验中页表数据结构定义为:
#define N 32 //实验中假定的页表长度,页表的长度实际上是由系统按照作业长度决定的
#define M 4 //实验中用
www.eeworm.com/read/425738/10331507
tds os4.tds
www.eeworm.com/read/425738/10331510
exe os4.exe
www.eeworm.com/read/425738/10331511
obj os4.obj
www.eeworm.com/read/280395/10333026
os2 makefile.os2
# make file for "flex" tool, emx+gcc
release:
$(MAKE) -f Makefile.os2 flex.exe \
CC="gcc -Zomf -O" O=".obj" A=".lib" AR="emxomfar" \
LDFLAGS="-s -Zcrtdll -Zstack 512"
debug:
$(MAKE) -f Mak
www.eeworm.com/read/162128/10333997
c os_ver.c
#include
#include
void main (void)
{
printf("Operating system version number %d.%d\n",
_osmajor, _osminor);
printf("Operating system version number %d.%d\n",
www.eeworm.com/read/162078/10337718
c os_ver.c
#include
#include
void main(void)
{
printf("Operating system version number %d.%d\n",
_osmajor, _osminor);
printf("Operating system version number %d.%d\n",