搜索资源列表
新科库存管理系统
- 新科库存管理系统~1、问题描述(功能要求): 新科公司现有以下设备:普通电视机、DVD、带DVD的电视机,带DVD的电视机的售价为普通电视机和DVD单价之和的80%,要求对所有的库存设备都能按照品名进行显示、查找、增加和删除、保存的功能。 -new branch inventory management system to a problem descr iption (functional requirements) : existing and new companies the fo
SPOOLing输出模拟系统
- 操作系统实验(设备管理)源码,SPOOLing输出模拟系统-experimental operating system (facilities management) of the source code, SPOOLing output simulation system
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
previnstance
- 一个好好好用的软件!! .禁用外设,加速启动 在WinXP中暂时禁用一些外设,可以有效地减少系统启动时需要调入的外设驱动程序数量,从而加快系统的启动速度,因为WinXP在启动时会自动扫描硬件的变化。首先打开该设备的电源,然后打开“设备管理器”窗口,单击工具栏中的“扫描硬件改动”按钮,或者直接用鼠标右键单击已禁用的设备,在弹出的快捷菜单中选择“启用”即可。 2.用软件,让WinXP启动如飞 微软提供了一个专用来加速WinXP启动的补丁程序──BootVis,
ARM_00_OS
- 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
tinixsystem
- 一个小型操作系统雏形,实现了基本的启动以及基础的内存设备管理功能-a small operating system prototype, to achieve the basic infrastructure as well as the start of the memory management functions of equipment
java_osdesign
- 一个整体操作系统的主要功能的计算机模拟实现(含进程、内存与设备管理)-an overall system of the main functions of the computer simulation (including the process, memory management and equipment)
vc2
- 这是一个在C环境下编写的操作系统课程设计 包含了内存管理 CPU管理 文件管理 设备管理-This is an environment in C curriculum design to prepare the operating system includes a memory management CPU Management Document Management Equipment Management
Operating_System
- 包括操作系统引论,进程管理,作业管理,存储器管理,I/O设备管理,文件管理,多处理机操作系统,网络操作系统和分布式操作系统,UNIX系统的内部结构,SHELL等章节内容-Including the operating system introduction, process management, operations management, memory management, I/O device management, document management, multi-processo
66
- 试验室设备管理系统,通过这个程序可以很轻松的管理试验室里的设备,使用Delphi7编写-Laboratory equipment management system, through the process of management can easily test the equipment room, the use of the preparation Delphi7
del917423524524
- 一个小的设备管理系统,可以打印报表,还可以进行模糊查询-A small device management system that can print statements can also be used for fuzzy query
zichanshebeiguanli
- 系统开发完全手册——资产设备管理 C++,SQL,ADO-Completely manual system development- Asset Equipment Management C++, SQL, ADO
USBFilter
- 设备管理程序,可以禁用,启用指定的设备,同时还可以对优盘读写,或只读
AppGdzc
- Java数据库编程,资产设备管理系统。较复杂,初学者进阶用-Java database programming, equipment or property management system. More complex and advanced beginners to use
Delphi
- 一个DELPHI开发的设备管理系统,,希望大家指教-delphi
sbglxt
- 设备管理系统,适用于单位的资产和设备管理、查询。-Equipment management system for units of asset and equipment management, query.
os_shiyan
- 操作系统课程所有的试验的源码,包括处理及调度与死锁,可变分区存储管理,设备管理,文件管理,进程创建与撤销,进程同步,还有相关的报告。对于计算机专业操作系统学习很有用处的!-All of the tests the operating system source program, including processing and scheduling and deadlock, variable partition storage management, device management, do
computermanager
- 计算机设备管理软件,delphi开发,采用access数据库-Computer equipment management software, delphi development, with access database
1
- 模拟采用多道程序设计方法的单用户操作系统,该操作系统包括四部分内容: 文件管理和用户接口 存储管理 设备管理 进程管理 -os
c语言课程设计(教学设备管理系统)
- c语言课程设计(教学设备管理系统),c语言