搜索资源列表
unix_V
- 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
memory-allocation
- use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space. -use double link list to a memory implenment llocation. There will not appear maloc, new,
driver.1.00.00.sh7145.tar
- T-Kernel Driver Sample-T-Kernel Driver Sample
tcpip.1.00.00.sh_m32r.tar
- T-kernel Tcp/ip Protocol Stack Sample-T-kernel TCP / ip Protocol Stack Sample
shelltsk.1.01.00.tar
- T-Kernel Shell Sample-T-Kernel Shell Sample
tmonitor.1.00.00.sh7727.tar
- T-kernel T-monitor Sample-T-kernel T-monitor Sample
chulijidiaodu_111
- 处理机调度,编写一个进程调度程序,允许多个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为输入进程的时间。 进程的运行时间以时间片为单位进行计算。
pathshortest
- this process is about how to get the shortest path, this process write by VC++.-this process is about how to get the shortes t path, this process write by VC.
xiaoqiangdevbkechengsheji
- vb1weqt rfwergertgerwtewr t
T-kernal
- 日本非常著名的嵌入式开发平台,成功应用于大量的日本电器,可以和osII媲美的嵌入式操作系统
T-Kernel_Specification
- T-Kernel Specification 源码公开的嵌入式实时操作系统T-Kernel的规范标准
tkernel_source
- T-kernel 操作系统源代码,应用十分广泛,性能优于uCOSII,可供参考,学习,使用!
tkernel_se_1.00.00.tar
- T-kernel 的extension源代码,是日本最著名的T-kernel所独有的,适合开发T-kernel的朋友们使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main p
tkernel.1.01.00.tar
- T-Kernel源代码,号称占有世界处理器操作系统60%的市场份额!
mysample
- 运行于T-engine(采用T-Kernel)之上的例子源代码,该T-Engine采用的处理器为mc9328
T-Engine-sh7727-sample1
- 运行于T-Engine(使用T-Kernel操作系统)的实例源码,该T-Engine采用处理器为sh7727
CPK6500.zip
- CPK for lantronix. Used to make own firmware for XPORT related hardware. Actually there is a lot of demo so you won t be lost,CPK for lantronix. Used to make own firmware for XPORT related hardware. Actually there is a lot of demo so you won t be los
tkernel_source
- 日本坂村健教授写的一个实时操作系统内核T-Kernel。-Japan Kin Sakamura, a professor of writing real-time operating system kernel T-Kernel.
PROCESS(1)
- 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(
tkernel.1.02.04.tar
- T-Engine源代码 基于ARM9平台,日本和嵌入式业界最流行的操作系统之一。-T-Engine source code based on the ARM9 platform, Japan and the embedded industry, one of the most popular operating system.