CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - system capacity

搜索资源列表

  1. SimElavotor

    0下载:
  2. 电梯仿真系统设计(包含设计文档和源代码),利用多线程技术实现个电梯载客的仿真情况。-elevator simulation system design (including the design documents and source code), the use of multi-threading technology to achieve lift capacity of the simulation.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:318.4kb
    • 提供者:王锷
  1. Demand_Paging

    0下载:
  2. 实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simulation operating system replac
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:47.1kb
    • 提供者:陈妙
  1. yaffs_2.tar

    0下载:
  2. YAFFS/YAFFS2是效果很理想的NAND Flash上的文件系统,是专门为NAND Flash设计的嵌入式文件系统,适用于大容量的存储设备。-YAFFS/YAFFS2 effect is very ideal of NAND Flash File System. is dedicated to NAND Flash design of embedded file system, as applied to large-capacity storage devices.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:110.63kb
    • 提供者:cheng xun
  1. roguecleaner_PConline

    0下载:
  2. 快速清理系统临时文件,增加硬盘的可使用量,并可以清除藏在临时文件夹的病毒-rapid liquidation temporary file system, increase the use of hard disk capacity, and remove hidden in the temporary folder virus
  3. 所属分类:系统编程

    • 发布日期:2014-01-15
    • 文件大小:1.3mb
    • 提供者:王大雷
  1. BattInfo

    0下载:
  2. 可以在笔记本电脑上查看电池相关的信息,包括容量,当前放电电流,电压等等.程序展示了如何从系统取得相关的信息.-the notebook computer batteries View relevant information, including capacity, the current discharge current, voltage, etc.. Procedures demonstrated how the system related information.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30.75kb
    • 提供者:梁我我
  1. cipanguanli

    1下载:
  2. 编写C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。 1.定义一个记录磁盘块号的堆栈S—free[10],以及记录栈中现有磁盘块数的变量S—nfree。 2.定义一个由40个元素构成的结构数组block[40]用作磁盘块存放。 struct size { int blocl[10] } struct blocd { struct size a[10] //用于在空闲磁盘块号链中存放磁盘块号 }block[40] 3. 假设系统中文件的最大
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:8.21kb
    • 提供者:陈媛
  1. introducesthesingle-chipAT89S52

    1下载:
  2. 本文介绍了以单片机AT89S52、光电脉宽调制器芯片TL494核心通过用单片机控制调节PWM 的方法,实现单片机控制的DC-DC开关电源电路系统;以及由数模转换芯片ADC0804等构成反馈以得到精确的电压输出的电路系统。由于单片机的电压不稳以及带负载能力不强,所以还包括单片机到DC-DC开关电源之间的稳压以及低通滤波的设计,ADC0804芯片外围电路设计,以及相关的调试与测试方法。-This paper introduces the single-chip AT89S52, photoelect
  3. 所属分类:Network Security

    • 发布日期:2017-03-30
    • 文件大小:969.65kb
    • 提供者:沈燕
  1. yaffsforLINUX

    0下载:
  2. Yaffs(Yet Another Flash File System)文件系统是专门针对NAND 闪存设计的嵌入式文件系统,考虑到现在的NAND FLASH容量越做越大,该源码实现yaffs2在LINUX系统的自动选择挂载。-Yaffs (Yet Another Flash File System) file system is designed specifically for NAND flash memory embedded file system, taking into accou
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:7.31kb
    • 提供者:Xie QM
  1. 03

    0下载:
  2. 商品销售管理系统主要是对商品基础信息、商品入库信息、商品销售信息和商品退货信息进行管理,同时提供对商品销售额统计的功能。另外,系统还增添客户信息、供应商信息等基础信息模块。项目实施后,能够增强企业信息管理能力,提高工作效率,为商品销售环节提供可靠地信息保障,使企业能够宏观、有效地调控商品销售过程。 -Merchandise sales management system is mainly based on commodity information, commodity storag
  3. 所属分类:Network Security

    • 发布日期:2017-05-09
    • 文件大小:1.69mb
    • 提供者:
  1. disk

    0下载:
  2. 磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。-Disk is the high-speed, large capacity,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:229.22kb
    • 提供者:zsb
  1. buxian

    0下载:
  2. 网络系统集成与综合布线,提高综合布线能力。-System integration and network cabling, cabling capacity to improve.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-22
    • 文件大小:40.08mb
    • 提供者:赵洪飞
  1. ydfs_demo_1.07.tar

    0下载:
  2. ydfs is an open source mini distributed file system. It s major functions include: file storing, file syncing, and design for high capacity and load balance. -ydfs is an open source mini distributed file system. It s major functions include: file s
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:20.3kb
    • 提供者:清晨目觉
  1. storage_common.zip

    0下载:
  2. linux系统上,大容量存储功能的常见定义。,linux system, high-capacity storage capabilities on a common definition.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:6.37kb
    • 提供者:nasturium
  1. SystemInformation

    0下载:
  2. 用来查看cpu占用率,内存占用率,硬盘容量,系统进程等信息-To view the cpu usage, memory usage, hard disk capacity, system processes and other information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3.31mb
    • 提供者:denova
  1. diannaoyouhua

    0下载:
  2. 电脑装机后系统优化,非常适合装机人员使用-Computer installed after the system is optimized, very suitable for the use of installed capacity
  3. 所属分类:Network Security

    • 发布日期:2017-05-04
    • 文件大小:113.22kb
    • 提供者:
搜珍网 www.dssz.com