搜索资源列表
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
GetHostInfo
- VC++获取主机信息,包括操作系统名称,SP版本,当前版本,产品ID,注册名,CPU信息。-VC + + mainframe access information, including name of the operating system, the SP version, the current version, product ID, registration, and CPU information.
dcache
- 数据cache的访问方法&过程,其中的读写操作,包括失效和命中的处理过程。-data cache access method & process, which read and write operations, including failure and hit part of the process.
enumkey
- 获得系统的信息:硬盘、显示器、内存、鼠标、等等信息...。-access system information : hard disks, monitors, memory, mouse, and so on information ....
efiramdisk
- EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efiramdisk.zip:提供EFI平台下的RAM DISK的源码,使得计算机在EFI环境下,就能够把部分内存映像成为一个具体物理硬盘,加速文件的访
osapi-2.0.tar
- osapi 2.0 操作系统抽象层 \"系统抽象层\"使得你可以实现一种对于RTOS、CPU和所运行产品物理特性完全透明的软件。使用这种公共通用接口,高层软件在并不了解底层硬件特性的情况下也可以访问底层服务,比如对非易失性内存的读写。 -osapi 2.0 Operating System Abstraction Layer "system abstraction layer" allows you to achieve an RTO S, CPU and the ope
ajaxNetdropdownlist_51aspx
- asp.net + access 无刷新三级联动菜单使用简单 方便 容易学习
libfat.tar
- Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems - Includes a FUSE filesystem module to access FAT volumes which uses the library
dfg
- 此系统都是基于ASP+ACCESS技术开发的电子商务平台,多种网站风格后台自由更换,属于全自动化、全智能的在线方式管理、维护、更新的网站管理系统
雷客图ASP站长安全助手
- 雷客图ASP站长安全助手 功能: 1、ASP*查找(能够查出现在几乎所有的ASP*) 2、文件篡改检查 3、可疑文件搜索 4、Access数据库保护 5、记录入侵者信息
20075416414763048
- 一、设置数据源 如果设置数据源,不论是服务器是tomcat还是resin,都无需更改任何文件。 数据源设置步骤:(windows操作系统) 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop
sender
- SMT365 has 1MBytes of internal memory to store program and fast access buffers (0x00000 -> 0xFFFFF). To display data captured, use Test.m (MATLAB application)
cp
- 操作系统模拟生产着消费者问题,包括缓冲池满或空之后的阻塞、唤醒处理以及对于缓冲池访问权的阻塞、唤醒处理。个人编写,与网上版本不同-Simulate the production of consumer operating systems, including the buffer pool is full or empty block after the wake-up process and for blocking access to the buffer pool, wake-up pro
scz
- 操作系统中生产者与消费者问题实验源代码 全部都编译通过,需要的可直接使用.-Producers and consumers operating system problems all experiments the source code through the compiler, we need direct access.
vbxueji
- 目 录 前 言 1 第一章 概述 1 1.1课题来源 1 1.2 开发工具的选用 2 1.2.1 Visual Basic的使用 2 1.2.2 Microsoft Access的使用 3 1.3 系统的初步调查 3 1.4 系统的可行性研究 4 1.4.1技术上的可行性 4 1.4.2管理上的可行性 4 1.4.3安全上的可行性 4 1.5 系统分析 4 1.5.1系统的安全性 4 1.5.2系统的快捷性 5 1.5.3系统的准
user_interface
- 仿真MS_DOS用户访问界面编程 目的:加深对操作系统作为人机接口的认识,初步熟悉编写操作系统接口的步骤和方法-MS_DOS simulation programming user access interface Objective: To deepen their understanding of the operating system as an awareness of man-machine interface, the initial preparation of the op
pv
- 信号量也称为信号锁,主要应用于进程间的同步和互斥,在用于互斥时,通常作为资源锁。信号量通常通过两个原子操作wait(P)和signal(V)来访问。wait操作使信号量的值+1,signal操作使信号量的值-1。本程序模拟了操作系统的pv操作-Semaphore is also known as signal lock, mainly used in inter-process synchronization and mutual exclusion, are used in mutually
Clock
- 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
qudongdiaodu
- 这是一个驱动调度的设计,用电梯算法实现对磁盘的存取.-This is a design-driven scheduling with elevator algorithm for disk access.
HD28M62
- TDL HD28M62场、行设置默认资料。请下载使用。出场默认值。方便帖哦接。-TDL HD28M62 field, the default data set. Please use the download. Out default values. Oh Convenience with access.
