登录
首页 » 操作系统 » Orange s:一个操作系统的实现(书附源码)chapter2.rar

Orange s:一个操作系统的实现(书附源码)chapter2.rar

于 2023-01-12 发布 文件大小:4.04 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

Orange s:一个操作系统的实现(书附源码)chapter2.rar-Orange" s: an operating system implementation (source code attached to the book) chapter2.rar

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是一个潜入式开发的c语言代码,上面有通讯,采集和处理等功能模块...
    这是一个潜入式开发的c语言代码,上面有通讯,采集和处理等功能模块-This is a sneak into the development of the c-language code, the above communications, the collection and processing function modules
    2022-07-10 19:28:02下载
    积分:1
  • fsdfsd 好超级好是酷我
    废话废话 blahblahblahblahblahblah 使用系统 ; 使用 System.Collections.Generic ; 使用 System.Linq ; 使用 System.Text ; 使用 System.Data.SqlClient ; 使用 System.Data ; 使用 System.Threading ; ConsoleApplication3 的命名空间 { 类的程序 { 静态 void Main (字符串 [] args) { 字符串 connectionString = @"数据源 =。SQLEXPRESS2008R2 ; 初始目录 = lab8 ; 集成安全性 = True"; System.Data.SqlClient.SqlConnection cn = 新 System.Data.SqlClient.SqlConnection(connectionString) ; cn。Open (); 字符串路径 = @"c:lab8"; foreach (文件路径字符串中 System.IO.Directory.GetFiles(path)) { SqlCommand cmd = 新 SqlCommand ("插入到 Files2(Name,Date) 值 (@Name,@Date)",cn) ; SqlParameter param = 新 SqlParameter() ; param。ParameterName ="@Name"; param。值 = System.IO.Path.GetFileName(filePath) ; param。SqlDbType = SqlDbType.VarChar ; cmd.Parameters.Add(param) ; param = 新 SqlParameter()
    2023-07-19 16:15:03下载
    积分:1
  • 实验演示代码(三个实验,业管理,内存管理,文件管理)...
    操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
    2022-02-02 15:15:00下载
    积分:1
  • a micro
    一个微型操作系统源码-a micro-source operating system
    2022-03-28 23:46:04下载
    积分:1
  • operating system bankers algorithm source code
    操作系统银行家算法原代码-operating system bankers algorithm source code
    2022-06-20 00:40:48下载
    积分:1
  • 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的,{...
    1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anquan1()判断当前系统是否安全。GetAll()取得所有进程的的各个资源数据。详细说明请参见附录中的程序的文档说明。-1. The experiment : Simulation Algorithm bankers, bankers algorithm with the allocation of resources. 2. Experiment : Design 5 (process P0, P1, P2, P3, P4) (resource sharing three categories A, B, C), (A, B, C) amount of resources to 10,5,7. Dynamic process could apply to the resources and the release of resources, according to the system processes the application to dynamically allocate resources. Procedures required to display and print the process of a moment of the distribution of resources and safety sequence; Display and print the process followed for seeking resources, as well as a process of distribution of resources in the resource data. 3. Program design and description : F
    2022-04-07 18:24:35下载
    积分:1
  • 此代码为PXA270的EBOOT代码,代码包含了所有启动的信息.
    此代码为PXA270的EBOOT代码,代码包含了所有启动的信息.-This code for the PXA270
    2022-03-17 14:15:31下载
    积分:1
  • HDLC调试源代码,在ARM7上的测试(无)。
    HDLC调试源码,在ARM7上测试通过(不带操作系统的)。-HDLC debug source code, in the ARM7 on the test (without operating system).
    2023-02-25 12:20:03下载
    积分:1
  • 基于莱昂氏unix的x86实现代码
    基于莱昂氏unix的x86实现代码,或者说是unix的x86实现代码丰富非常适合学习操作系统原理
    2022-11-21 12:05:03下载
    积分:1
  • pc保护模式描述符分析工具,采用VC编写,是你了解保护模式,分析描述符的好工具....
    pc保护模式描述符分析工具,采用VC编写,是你了解保护模式,分析描述符的好工具.-pc protected mode descriptor analysis tools used to prepare VC, you know protected mode, Analysis descriptors good tool.
    2022-12-17 21:10:03下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载