登录
首页 » Delphi » !!real_information

!!real_information

于 2020-06-19 发布
0 182
下载积分: 1 下载次数: 4

代码说明:

说明:  System Info for Delphi 7

文件列表:

real_information, 0 , 2005-04-20
real_information\Project1.cfg, 386 , 2004-10-12
real_information\Project1.dof, 1465 , 2004-10-12
real_information\Project1.dpr, 188 , 2004-10-06
real_information\Project1.res, 876 , 2004-10-07
real_information\Project1.~dpr, 188 , 2004-10-06
real_information\Unit1.dcu, 32233 , 2004-12-17
real_information\Unit1.ddp, 51 , 2004-12-17
real_information\Unit1.dfm, 19363 , 2004-12-17
real_information\Unit1.pas, 26394 , 2004-12-17
real_information\Unit1.~ddp, 51 , 2004-10-12
real_information\Unit1.~dfm, 19363 , 2004-10-12
real_information\Unit1.~pas, 26394 , 2004-10-12
real_information\Unit2.dcu, 3139 , 2004-10-08

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

发表评论

0 个回复

  • ESP8266PConnectRouterPMQTT
    本程序是使用LUA语言编写,适用于ESP8266的node环境,已经测试通过。ESP8266操作系统为FREERTOS(This program is the use of LUA language, suitable for ESP8266 the node environment, has been tested. ESP8266 operating system FREERTOS)
    2015-09-09 09:08:14下载
    积分:1
  • 中断优先级
    说明:  中断系统是整个计算机系统必不可少的重要组成部分。利用中断屏蔽技术修改中断优先级(Modifying interrupt priority with interrupt mask technology)
    2020-05-05 09:14:38下载
    积分:1
  • zhexuejia
    哲学家问题,五个任务,吃饭,只有五支筷子不吃饭的时候思考(Allow phonetic typing EnglishSpanishArabicPhilosopher, five tasks, eating, and only five chopsticksDo not eat when thinkingAllow phonetic typing EnglishSpanishArabicPhilosopher, five tasks, eating, and only five chopsticksDo not eat when thinking)
    2016-05-08 14:31:56下载
    积分:1
  • FIFOLRU
    1.虚拟存储器的引入 局部性原理:程序在执行时在一较短时间内仅限于某个部分;相应的,它所访问的存储空间也局限于某个区域,它主要表现在以下两个方面:时间局限性和空间局限性。 2.虚拟存储器的定义 虚拟存储器是只具有请求调入功能和置换功能,能从逻辑上对内存容量进行扩充的一种存储器系统 (1. The introduction of virtual memory locality principle: program execution in a relatively short period of time limited to a particular part of it Accordingly, it has access to the storage space is also limited to a particular region, it is mainly manifested in the following two aspects: the time limitations and space limitations. 2. The definition of virtual memory Virtual memory is just a request for redeployment of functions and displacement functions, from the logical to expand the memory capacity of a memory system)
    2010-01-08 15:10:19下载
    积分:1
  • 基于c++的银行家算法
    说明:  基于c++的简易银行家算法。。。。....(A simple banker algorithm based on C + +....)
    2020-06-24 00:20:02下载
    积分:1
  • 4
    说明:  这是一个操作系统中关于调度问题中的先来先服务调度算法。(This is an operating system on the scheduling of a first-come first-served scheduling.)
    2011-06-19 22:42:58下载
    积分:1
  • BIOS-Update-Procedure
    BIOS Update Procedure
    2013-11-13 17:18:31下载
    积分:1
  • 1196084华工课程设计
    华南理工大学操作系统课程设计文件哈哈哈哈哈哈(hua nan li gong da xue cao zuo xi tong ke cheng she ji)
    2021-02-18 19:09:44下载
    积分:1
  • BIOS1121
    BIOS深度了解,图示介绍,对于初学者来说很有帮助,有需要的快下载吧(BIOS-depth understanding, icon introduced, useful for beginners, there is a need to download it fast)
    2011-10-23 14:42:03下载
    积分:1
  • ucore-lab1
    Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统做准备。proj1 提供了一个非常小的bootloader,整个bootloader 的大小小于512 个字节,这样才能放到硬盘的主引导扇区中。通过分析和实现这个bootloader,读者可以了解到:基于分段机制的存储管理、设备管理的基本概念、PC 启动bootloader 的过程、bootloader 的文件组成、编译运行bootloader 的过程、调试bootloader 的方法、在汇编级了解栈的结构和处理过程、中断处理机制、通过串口/并口/CGA 输出字符的方法。文件中包括源代码、实验指导书和实验报告。(Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore experiment 1: the system software boot process. Purpose: the operating system is a software, but also need some mechanism to load and run it. Here we will adopt another more simple software-bootloader to complete these tasks. To this end, we need to be able to complete a switch to the x86 protected mode and display the characters bootloader, the operating system to start to prepare for the future. proj1 provides a very small bootloader, the bootloader is less than 512 bytes in size, so as to put the hard disk master boot sector. Through the analysis and to achieve this bootloader, the read)
    2011-06-07 14:36:34下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载