登录
首页 » 操作系统 » the linux source code is very comprehensive ~ ~ basic integrity of the use of a...

the linux source code is very comprehensive ~ ~ basic integrity of the use of a...

于 2022-03-17 发布 文件大小:35.14 MB
0 117
下载积分: 2 下载次数: 1

代码说明:

这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very good

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

发表评论

0 个回复

  • 1 : Prepare a simulation and debugging process scheduling procedures, "Prio...
    1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 -1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority
    2022-03-26 12:38:45下载
    积分:1
  • 线程的调度模拟ok
    线程的调度模拟ok-thread scheduling simulation ok
    2022-04-09 15:03:44下载
    积分:1
  • Eight digital tube experiments S3C44B0 Example directory file structure: 8led_te...
    八段数码管实验用例S3C44b0 目录文件结构: 8led_test ├─ main.c C语言主源文件 └─ 8led.c 八段数码管处理函数源文件 如何烧写程序到Flash中,请阅读common目录下的ProgramFlash.txt文件。-Eight digital tube experiments S3C44B0 Example directory file structure: 8led_test ├ ─ main.c C language main source file └ ─ 8led.c eight digital tube function source file how to deal with procedures to the Flash programmer, please read the common directory ProgramFlash . txt file.
    2022-04-15 04:25:24下载
    积分:1
  • 存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本(读、写)。...
    存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本操作(读、写)。-Replacement algorithm for storage management, demand paging used FIFO FIFO, the most recent long-lost the use of LRU, the best OPT replacement algorithm. Are familiar with the basic file operations (read, write).
    2023-06-04 07:45:03下载
    积分:1
  • 可控硅过0检测 可控硅过0检测
    可控硅过0检测 可控硅过0检测-SCR had been 0 SCR 0 Detection Detection
    2022-02-06 15:00:42下载
    积分:1
  • OS模拟内存分配算法(链表处理) OS模拟内存分配算法(链表处理)...
    OS模拟内存分配算法(链表处理) OS模拟内存分配算法(链表处理)-os memory
    2022-05-18 23:35:54下载
    积分:1
  • 十大题型算法全实现――(二)可变分区存储管理方案中的内存分配...
    十大题型算法全实现――(二)可变分区存储管理方案中的内存分配 -10 types of agrithment implement memory allocate in the variable partion memory management.
    2022-03-13 03:28:24下载
    积分:1
  • 知识, 知识,
    操作系统知识, 操作系统知识,-Operating system knowledge, knowledge of the operating system, operating system knowledge,
    2022-02-07 08:55:37下载
    积分:1
  • 本项目是一款内存动态分区分配模拟程序。用户通过本程序可以了解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。...
    本项目是一款内存动态分区分配模拟程序。用户通过本程序可以了解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。-The project is a dynamic partitioning of memory allocation simulation program. Users through the process can understand the dynamic partition allocation methods used in data structure and distribution of algorithms, understanding of dynamic partitioning storage management approach and its realization process of understanding.
    2023-04-07 23:50:04下载
    积分:1
  • This is a process of the operating system's scheduling experiment, the sched...
    这是一个关于操作系统进程调度的实验,采用的是优先权调度算法-This is a process of the operating system"s scheduling experiment, the scheduling algorithm is priority
    2022-02-10 12:01:34下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载