代码搜索:内核分析
找到约 10,000 项符合「内核分析」的源代码
代码结果 10,000
www.eeworm.com/read/264013/11332578
c main.c
/*******************************************************
*************基于51内核的圈圈操作系统*****************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
main.c file
Created by Computer-lov
Date: 2005.10.27
Ed
www.eeworm.com/read/261889/11617451
makefile
# $Id: Makefile 463 2004-05-18 01:47:51Z mcgrof $
KVER := $(shell uname -r)
#KDIR := /lib/modules/$(KVER)/build############内核源代码根目录,可以自行修改
KDIR := /linux-2.6.17
KMISC
www.eeworm.com/read/344028/11911792
c task_switch.c
/*******************************************************
*************基于51内核的圈圈操作系统*****************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
Task_Switch.c file
Created by Computer-lov
Date: 2005.10.27
www.eeworm.com/read/344028/11911828
c main.c
/*******************************************************
*************基于51内核的圈圈操作系统*****************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
main.c file
Created by Computer-lov
Date: 2005.10.27
Ed
www.eeworm.com/read/269549/11094689
c coreutils.c
/* coreutils.c :
* 内核系统核心函数, C语言函数部分.
*
* Copyright(c) 2007, Alex P.Wonder
* phoenixwonder@gmail.com
*
*/
#include "coreutils.h"
static unsigned long int next=1;
/* 随机数 */
int
www.eeworm.com/read/188375/8545533
txt 3319235ex.txt
/*******************************************
词法分析程序
作者:龚勋
学号:200131500342
计科系 13班
********************************************/
#include
#include
#include
/