搜索资源列表
bootf02
- John Fine的OS模型// 源代码// C & ASM// 英文 -John Fine s OS model//source code// C & ASM// english
C-S、B-S及三层结构
- 本书介绍了三层体系结构的基本概念及它的构造等。对于初学者很有帮助-the book introduced the three-tier structure of the system and its basic concepts such as the structure. Helpful for beginners
计机031蔡煊臻12号
- 里面是有关C++的程序,是“固定分区管理模拟器”的程序的源代码。而且已经试验过没有半点的错误,大家不信可以下载来看看。保证是正野来的-inside of the C procedures, "regional management simulator fixed," the program's source code. It has been tested has not the slightest mistake, we do not believe it can
39294
- Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386 & above CPU`s. Its completely written in C++. -Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386
C-os
- 用C语言设计一个有 N个进程并行的优先级调度程序的源代码-C language design is a process of parallel N-priority scheduling of a program's source code
jiaoshi
- 一款小型的C/S模式网络同步校时系统,应用Socket编程,实现服务器/可户端时间的同步校正。
the_Simulation_of_ucos(on_ARM)using_Proteus
- 在软件Proteus中仿真ucos(ARM) 1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data<16K), 注意使用了.a库文件(我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译
Operating+System+concepts+6th+Edition
- 操作系统概念(第六版)英文版的答案 INSTRUCTOR’S MANUAL TO ACCOMPANY OPERATING SYSTEM CONCEPTS SIXTH EDITION ABRAHAM SILBERSCHATZ Bell Laboratories PETER BAER GALVIN Corporate Technologies GREG GAGNE Westminster College Copyright c 20
Processor
- 本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。-This procedure has priority to count dispatcher s algorithm , the procedure that attach the source code and can be operated for the operating system processor , compile passing under VC, wrote with th
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
Bankers_algorithm
- 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
yinhangjiasuanfa
- 操作系统作业银行家算法的实现 用C++语言做的 含有 MFC 框架-The implementation of the banker s algorithm MFC framework
bank
- 用c++编的银行家算法-With c++ Made the banker s algorithm
VMwareChsBook
- vmware中文教程,你想让你的电脑变成多台进行使用吗?你也为没有多台电脑在多平台环境下进行C/S或B/S编程感到苦恼吗?请参考该文档,可以轻松解决你的问题,让你彻底发挥你的电脑的功能,可以一台变成多台并且在多个操作系统平台下进行使用。-vmware Chinese Course, you want your computer into a multi-use it? You do not have more than one computer in the multi-platform env
TCP
- 操作系统内核编程TCP通讯的服务器端与客户端的C语言源码-Operating system kernel programming server-side TCP communication with the client s C language source
standord.os.140
- 美国斯坦福大学操作系统课程讲义 c s 1 4 0-stanford university operating system lecture notes
JTron.tar
- 这个不是JTRON操作系统源代码,而是基于JTRON编写的c/s通信程序。-ddfaaaaaaaaaaaaadsssssssssssss
Minix1.1
- Andrew S.Tanenbaum大师所写的Minix操作系统1.1版,学习操作系统很好的参考资料-Minix operating system version 1.1, written by Andrew S. Tanenbaum master, learning the operating system a good reference
time
- 适用于创建C/S、B/S架构的时间表示方法,创建代码(Applies the time representation method for creating C/S and B/S architectures, creating code)
C s
- 模拟客户服务器模式,实现客户机与服务器端的接受消息与发送消息。(client send message to server)