登录
首页 » 操作系统 » 经典的DOS操作系统源代码,对与学习还是很有用的。

经典的DOS操作系统源代码,对与学习还是很有用的。

于 2023-07-18 发布 文件大小:217.10 kB
0 98
下载积分: 2 下载次数: 1

代码说明:

经典的DOS操作系统源代码,对与学习还是很有用的。-Classic DOS operating system source code, or with the study very useful.

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

发表评论

0 个回复

  • BIOS 的设置与调整一直以来都是电脑使用的热点,尤其是大多数初、中级 用户都希望能够有资料帮助他们,本书以BIOS 的基础知识为起点,针对主板、 显卡...
    BIOS 的设置与调整一直以来都是电脑使用的热点,尤其是大多数初、中级 用户都希望能够有资料帮助他们,本书以BIOS 的基础知识为起点,针对主板、 显卡、调制解调器等的BIOS 设置、升级、优化进行了系统的讲解,教读者如何 通过BIOS 来达到优化系统、解决常见问题。本书的读者定位为:电脑初、中级 用户。-BIOS setup and adjust the use of computers has always been hot, especially the majority of the early, intermediate users wish to have information to help them, this book to BIOS basic knowledge as a starting point, for motherboards, graphics cards, modems, BIOS, etc. settings, upgrade, and optimize the system to explain, teach readers how to achieve optimized system BIOS to resolve common problems. Readers of this book as: computer early, intermediate users.
    2022-02-06 12:24:37下载
    积分:1
  • 动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然...
    动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配,完成主存空间的回收;最后编写主函数对所作工作进程测试。存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区-dynamic storage management through the distribution of the main deposit recovery. Dynamic Storage Management Division"s management style and preparation procedures are completed through dynamic storage management of main memory allocated to achieve recovery. Experiments including : first to identify the main deposit space allocation table; Then using the optimal algorithm to adapt to the completion of main memory space allocated main memory space complete recovery; Final preparation of the main function of the work done by the process of testing. When you deposit allocated for distribution free zone, and then fill in forms have been allocated to the district, mainly operating in the district idle
    2022-07-03 06:52:38下载
    积分:1
  • 、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调...
    、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调试数据(至少两个用户,若干文件),能实施多个命令操作 4. 上机编辑、编译源程序,并进行调试 5. 利用准备好的调试数据,运行测试程序, 观察运行结果,并作记录和分析 -, Class-based content and Step 1. Digest algorithm based lesson ideas and sample program are given the corresponding module (function) of the flow chart 2. Prepared to establish, delete, open, closed, read, write, function 3. Ready debugging data (at least two users, a number of documents), to implement a number of commands to operate 4. on the machine to edit, compile source code, and debugging 5. preparation good use of debugging data, run test procedures, observing the results, and for recording and analysis
    2022-02-09 14:21:26下载
    积分:1
  • developed abroad MACH
    国外开发的著名分布式操作系统mach的有关代码文章,很有参考价值-developed abroad MACH-distributed operating system code in the articles of great reference value
    2022-03-24 06:53:50下载
    积分:1
  • Orange s:一个的实现(书附源码)chapter6.rar
    Orange s:一个操作系统的实现(书附源码)chapter6.rar-Orange" s: an operating system implementation (source code attached to the book) chapter5.rar
    2022-01-31 18:40:29下载
    积分:1
  • 页面置换算法模拟的简单实现,及相关过程.
    页面置换算法模拟的简单实现,及相关过程.-page replacement algorithm simulation of a simple realization, and the related process.
    2023-01-18 12:05:03下载
    积分:1
  • 本代码实现了中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V后写的,希望于大家分享。...
    本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。-the code of the operating system and the driver and conductor of the bus synchronization, application of the VC"s appearance, I studied End P, V written after the operation, which we hope to share with you all.
    2022-05-05 23:41:27下载
    积分:1
  • 基于Linux的GUI库的跨平台的简单的DOS MGUI库,Linux和…
    Linux based MGUI Library for cross platform simpe GUI library for DOS, Linux and Windows
    2022-03-01 20:51:35下载
    积分:1
  • 控制光驱,可最小化的小程序
    控制光驱,可最小化的小程序-control drive, the smallest of the small programs
    2023-07-06 04:50:02下载
    积分:1
  • 51单片机
    这是一个基于时间片的操作系统  通过时间分割 将51单片机 独立出N个低频单片机 并行运行程序,该系统有一定的实用性,特别是要驱动TFT屏的时候,在刷屏的同时单片机任能做其他事情,如果不是用操作系统,像51这种低端的单片机是做不到同时的,所以这个代码非常有学习的价值
    2022-01-21 21:11:52下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载