CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - distribution

搜索资源列表

  1. cunchuqifenpeiyuhuishou

    1下载:
  2. 存储器分配与回收,模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。 2. 采用最先适应法、最佳适应法、最坏适应法分配主存空间 -Memory allocation and recovery, simulation of the operating system main memory allocation, the use of variable partition algorithm design of main memory stora
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1447
    • 提供者:菜鸟小生
  1. psgl

    0下载:
  2. 本系统是一个配送管理系统,根据操作员的帐号及密码登录,包括商品基础信息管理、客户基础信息管理、操作员管理、配送申请、配送审核、配送查询、数据库备份与还原。-The system is a distribution management system, according to the operator' s ID and password, including commodity based information management, customer base and informa
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-16
    • 文件大小:4193442
    • 提供者:楠昌
  1. dongtaifenqu

    0下载:
  2. 模拟动态分区存储管理方式的主存分配与回收。具体包括: (1)确定主存空间分配表(空闲分区、已分配分区); (2)采用一种分配处理发(BF、WF、或FF等)完成主存空间分配和回收; (3)编写主函数对所有工作进行测试。 -Simulate dynamic partition management for main memory storage allocation and recovery. These include: (1) to determine the main memo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:9646
    • 提供者:王珏
  1. File

    0下载:
  2. wenjian 通过课程设计,要求学生主要掌握如下内容: 1.文件的物理结构可以选用顺序分配、链表分配或索引分配。 2.建立文件:从命令中得到文件名,得到该文件的文件长度,建立文件。修改目录表。 3.删除文件:回收文件占用的空间,修改目录表 4.读文件:read [文件名] [显示开始字节] [显示的字节数] ,直接显示所需要的字节数。 5.写文件:write [文件名] [插入的位置] [插入的内容] 6.查询属性:显示文件属性 文件名,类型,长度,时间
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:135086
    • 提供者:wangxiaomin
  1. group

    1下载:
  2.  模拟成组链接法的原理; 设系统具有7个可用磁盘块,每组3块。 编程模拟实现成组链接法。输入请求的磁盘块数,模拟成组链接分配;输入回收的磁盘块号,模拟成组链接回收。 -Simulation into a set of links  law principles based system with 7 free disk blocks, each 3. Programmed into a set of links to achieve simulati
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:241090
    • 提供者:李朗
  1. BitmapDiskManager

    0下载:
  2. 用位示图管理磁盘空间的分配与回收 要求打印或显示程序运行前和运行后的位示图,以及分配和回收磁盘的物理地址过程。-Management with the bit map display of disk space allocation and recycling requirements of the print or display program to run before and after running the bit map display, and distribution an
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-11
    • 文件大小:2717666
    • 提供者:huangchunyou
  1. suanfa

    0下载:
  2. 1、建立位示图,并给出初态。 2、给出文件名和分配块数,用位示图法管理文件存储空间的分配。 3、给出待回收的文件名,用位示图法管理文件存储空间的回收。 -1, establish a diagrams of, and given initial state. 2, give the file name and distribution, with a KuaiShu diagrams of law storage space distribution management files
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:2571
    • 提供者:yyy
  1. parallel

    0下载:
  2. 本程序是简单的矩阵乘法的并行计算实现,实现了均衡分配。-The procedure is simple matrix multiplication parallel computing to achieve, to achieve a balanced distribution.
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:3682
    • 提供者:helloyan
  1. jacobi

    0下载:
  2. 此程序是简单的雅克比函数在并行计算中有关均衡分配的实现。-This program is a simple Jacobi function on parallel computing to achieve a balanced distribution.
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:2203
    • 提供者:helloyan
  1. Float

    0下载:
  2. 唉,大出血,贡献一个从16进制转换成浮点型的dll源代码,谁叫我从程序员开发网下载那么多东西呢-Oh, bleeding, a contribution from the hexadecimal floating-point convert the dll source code, programmers who told me to open distribution networks from so many things to download it
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:58540
    • 提供者:何小青
  1. MPI

    1下载:
  2. MPI代码设计实例程序和论文教程,包含雅克比、小波变换、一维口袋问题动态规划、热分布问题等算法实现-MPI code design tutorial example programs and papers, including Jacobi, wavelet transform, one-dimensional dynamic programming problem pocket, heat distribution algorithm problems
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1739661
    • 提供者:王垚
  1. user_mm2

    0下载:
  2. 分析用户程序虚拟地址空间分布,用该代码可以查看程序虚拟地址如何分布的 -Analysis of user virtual address space distribution process, with the code to see how the distribution process virtual address
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:634
    • 提供者:zhanglingling
  1. chengxu

    0下载:
  2. 实现操作系统设备管理,设备分配的内存分配,调度算法-Management of operating system facilities, equipment, distribution of memory allocation, scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1315
    • 提供者:锋锋
  1. MonteCarlo

    0下载:
  2. MonteCarlo是金融风险中经典的概率分布算法-MonteCarlo is a financial risk in the classical probability distribution algorithm
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:1393642
    • 提供者:王杉杉
  1. 1

    0下载:
  2. 创建进程 本实验显示了创建子进程的基本框架。程序只是再一次地启动自身,并显示它的系统进程ID和它在进程列表中的位置。 步骤1:编译并执行2-1.exe程序, 完成下列问题。 程序2-1是一个简单的使用CreateProcess() API函数的例子。首先形成简单的命令行,提供当前的EXE文件的指定文件名和代表生成克隆进程的号码。大多数参数都可取缺省值,但是创建标志参数使用了:CREATE_NEW_CONSOLE 标志,指示新进程分配它自己的控制台,使得运行示例程序时,在任务栏上产生许
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:377426
    • 提供者:吴起
  1. 15646544213513

    0下载:
  2. 操作系统实验 实验一: 进程调度 实验二: 作业调度 实验三(综合性):主存空间的分配与回收 实验四:文件系统-Experimental operating system Experiment 1: the process of scheduling Experiment 2: job scheduler Experiment 3 (integrated): the distribution of main memory space and recycling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:16902
    • 提供者:
  1. ncgl

    0下载:
  2. 完成内存的动态管理过程,包括分配、回收和碎片移动的功能。能够动态增加作业-Dynamic memory management process, including the function of distribution, recovery and debris moving. The ability to dynamically increase operational
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:3576
    • 提供者:泡泡猪
  1. lmd70se_b6

    0下载:
  2. LMD-Tools is a collection of 476 native VCL components that can be compiled into your application royalty free, and without the need of additional files for distribution. Buttons, Dialogs, Multimedia, System, Data-aware, Container, Standard, Label, a
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-01
    • 文件大小:14106858
    • 提供者:set
  1. Memory-Allocation

    0下载:
  2. 1.内存的分配和回收是存储器管理的关键。理解和掌握常用的内存分配算法的内容和原理。 2.通过本实验,模拟实现可变式分区分配算法:首次适应算法、最佳适应算法、最坏适应算法等。尝试编写一个简单的动态分区存储器管理模拟系统。-1the distribution and recovery of memory is a memory management key. Understanding and mastering the memory allocation algorithm content a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1602
    • 提供者:苡莣
  1. WaveFunction

    0下载:
  2. 檔1為無限量子井, 利用數值解、分析解計算其波函數及機率分布, 並畫圖, 運行在MATLAB 檔2為有限量子井分析解, 檔3為有限量子井數值解 還有傳遞矩陣運算 最後附上繪圖code-Infinite quantum well, the use of numerical solutions, analytical solutions to calculate the wave function and probability distribution, and drawing
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2375
    • 提供者:ming-che
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com