CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 分区

搜索资源列表

  1. GDFQ.rar

    0下载:
  2. 固定分区模拟,按"回车"可以随机加入进程,对未获资源的进程自动排序,等待调度
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1536
    • 提供者:
  1. neichuo

    0下载:
  2. 操作系统作业 内存管理 功能 1 创建分区 2 查看分区 3 添加作业 4 回收分区-operating system memory management operation to create a functional area through 3 2 View added four recovery operations through
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9801
    • 提供者:wgz
  1. CLaugYM

    0下载:
  2. 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -case a huge memory game two cases calculators Case 3 Case 4 game reversi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:67067
    • 提供者:chenguoren
  1. OS_experiment

    0下载:
  2. 一些操作系统课程实验的程序,存储管理、单处理器系统的进程调度模拟实验、动态分区存储管理方式的主存分配回收-some experimental courses on operating system procedures, storage management, single processor system process scheduling simulation. dynamic storage management district's main memory allocation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7355
    • 提供者:黄晗
  1. CCodeExample

    0下载:
  2. c代码用例。内容包括案例一 贪吃蛇游戏(学习基于while(!keyhit())的即时原理) 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c code with cases. Case including a hu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73460
    • 提供者:maccoo
  1. Partition

    0下载:
  2. 在n维空间(每维范围为0-1)内对插入的数值根据坐标进行分区。从一个没有分区的空间开始插入,一旦规定的cache满了就申请新的cache空间。cache全满后存数值于文件。分区每次一分为2n,内建有2n叉树结构用于管理。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:9899
    • 提供者:shuai
  1. 1

    0下载:
  2. 动态分区分配算法的模拟要求设计主界面以灵活选择某算法,以下算法都要实现: 1、 首次适应算法 2、 循环首次适应算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2457
    • 提供者:肖龙平
  1. cure(Clustering)

    0下载:
  2. CURE(Clustering Using Representatives)是一种针对大型数据库的高效的聚类算法。基于划分的传统的聚类算法得到的是球状的,相等大小的聚类,对异常数据比较脆弱。CURE采用了用多个点代表一个簇的方法,可以较好的处理以上问题。并且在处理大数据量的时候采用了随机取样,分区的方法,来提高其效率,使得其可以高效的处理大量数据。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:21916
    • 提供者:肖宪
  1. MemoryManageFIFO

    0下载:
  2. 内存管理,可变分区的最先适应算法! 用链表做的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19277
    • 提供者:Rush
  1. yang

    0下载:
  2. 首次适应算法(First Fit): 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目的在于减少查找时间。为适应这种算法,空闲分区表(空闲区链)中的空闲分区要按地址由低到高进行排序。该算法优先使用低址部分空闲区,在低址空间造成许多小的空闲区,在高地址空间保留大的空闲区。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2000
    • 提供者:王峰
  1. ParMetis-3.1.1

    0下载:
  2. 这是一个科学并行计算中的重要的分区工具, 是著名的明尼苏达大学开发的。-This is a scientific parallel computing important partition tool, developed by the famous University of Minnesota.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:4113278
    • 提供者:Dennis
  1. MCB

    0下载:
  2. 实现动态分区内存管理: 1.数据结构、分配算法设计 2.加深对动态分区存储管理方式及其实现过程的理解。 -Dynamic partition memory management: 1. Data structure, distribution algorithm 2. Better memory management for dynamic partitions and its realization process of understanding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1958567
    • 提供者:jim
  1. metis-5.0pre2.tar

    0下载:
  2. 软件包Metis是由美国密西根大学G.Karypis和V.Kumar编写的用于图的分区和稀疏矩阵排序的串行包,提供多级k路图分区法对混合网格进行分区。-Metis package by the University of Michigan G. Karypis and V. Kumar, prepared for the graph partitioning and sparse matrix ordering of the serial package, providing multi-lev
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1762166
    • 提供者:flo
  1. GDFQ

    0下载:
  2. 固定分区模拟,按"回车"可以随机加入进程,对未获资源的进程自动排序,等待调度-Fixed partition simulation, press the Enter can be random to join the process has not been the resources of the process of automatic sorting, awaiting scheduling
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-16
    • 文件大小:1807
    • 提供者:echomails
  1. Clustering

    0下载:
  2. 根据节点分区情况,确定成簇数目是分簇算法设计的重点,这两个算法对成簇数目进行优化,均匀节点能耗,延长网络寿命。-According to the node partition, determine the number of clusters is a clustering algorithm is designed to focus on these two algorithms to optimize the number of clusters, uniform node energy c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:774759
    • 提供者:苏可
  1. dongtaifenqucunchumoni

    0下载:
  2. 通过程序模拟了动态分区分配方式,进而帮助理解动态分区分配方式中使用的数据结构和分配算法-The adoption of procedures to simulate the distribution of dynamic partitioning approach to help understand the dynamic partitioning allocation methods used in data structure and distribution algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2469
    • 提供者:郑琛
  1. FuzzyClusteringToolbox

    0下载:
  2. 程序包包含的验证方法,会根据以下的多个指数分配系数(Partition Coefficient),分类熵Classification Entropy ,分区索引,分离指数(Separation Index),Xie and Beni s的索引,严重聚类的算法-Package contains the authentication method will be based on the following number of index coefficient (Partition Coeffic
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2066760
    • 提供者:xuechaoling
  1. os5

    0下载:
  2. 设可供分配的内存储器为1MB(1000KB),内存分配采用动态分区分配策略,分区分配的数据结构为空闲分区链,分配算法采用首次适应算法(FF) 系统仅有一个CPU;作业提交时申明需要的CPU时间和内存大小(以KB为单位)。-Located within the memory available for allocation to 1MB (1000KB), memory allocation dynamic partition allocation strategies, area distrib
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3259
    • 提供者:yilijuan
  1. zxcvnjhjhkjk

    0下载:
  2. 最短路径----迪杰斯特拉算法这是用数据酷编写的超级还曾需飞行行分区地方人个还有就适合打击的假死优化哦----- Dijkstra shortest path algorithm which is used to prepare data super cool flight line had to be a district where there are suitable for people against the suspended animation optimization Oh
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:880280
    • 提供者:xiaokang87lk
  1. variable_distribution

    0下载:
  2. 采用最佳适配算法实验动态分区分配过程alloc()和回收过程recover()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间-Experimental best fit algorithm using the dynamic partition allocation process alloc () and the recovery process recover (). Among them, free partition management throu
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:508510
    • 提供者:luguifang
« 12 3 4 »
搜珍网 www.dssz.com