CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 矩阵

搜索资源列表

  1. bankSys

    0下载:
  2. 题目:银行家算法 具体要求:屏幕提示:输入申请资源的进程和各资源数目,程序通过对预先输入的资源的矩阵分析。给出当前系统是否安全的提示,若安全,给出安全序列。 -topics : bankers algorithm specific requirements : screen Tip : resources for the importation of the process and the number of resources, procedures for the importati
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3102
    • 提供者:周子藤
  1. graph

    0下载:
  2. 数据结构有关图的算法。矩阵和链表实现的都有。实现先序中序后序遍历算法。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10607
    • 提供者:hanjianya
  1. 2005

    1下载:
  2. ⑴模拟一个死锁检测算法; ⑵该算法能通过简化资源分配图来检测死锁; ⑶资源分配图可以用矩阵的形式表示; ⑷输出结果为有死锁或无死锁。
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:73310
    • 提供者:gaoliang
  1. yasuojuzhen

    0下载:
  2. 本程序是一个对压缩矩阵问题的演示程序,详细演示里其过程
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2144
    • 提供者:liqipeng
  1. 3x4keyboraddriver

    0下载:
  2. arm linux 3x4的矩阵键盘驱动-arm linux 3x4 matrix keyboard driver
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:5343
    • 提供者:错误
  1. zernike_coeffs

    0下载:
  2. 在matlab里利用逆矩阵算法对于一个给定的波前来算它的泽尼克系数-Zernike Polynomial Coefficients for a given Wavefront using Matrix Inversion in Matlab
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:2192
    • 提供者:孙彤
  1. 2

    1下载:
  2. 银行家算法可以避免死锁。算法结构 n : 系统中进程个数 m :系统中的资源类数 1)available(m):现有资源向量 2) max(n,m):资源最大申请量 3)allocation(n,m):资源分配矩阵 4)need(n,m):进程以后还需要的资源矩阵 5)request(n,m):进程申请资源矩阵-Banker s algorithm to avoid deadlock. Algorithm structure n: the system proc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1054
    • 提供者:斜阳
  1. FindTheCurrentEvents

    0下载:
  2. 一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1274
    • 提供者:jianwei yang
  1. duoxianchengjuzhenxiangcheng

    0下载:
  2. 用多线程实现矩阵的相乘,这个是操作系统课程的一个简单实验,有linux和win下的实现-To achieve with multi-threaded matrix multiplication, this is a simple operating system, the experimental course, there are under linux and win the realization of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:5460
    • 提供者:lyd
  1. DeadlockAvoidance

    0下载:
  2. 实验要求:(1)程序运行开始时,资源全部可用。资源种类约10种,每种资源数目为1~10。 (2)不断随机产生或手工输入新的“进程资源需求向量”,并填写到最大需求矩阵。 (3)在各进程的最大需求数量范围内(因此需作是否超出范围的检验),为各进程随机生成或手工输入资源请求。经银行家算法后输出系统是否安全的信息。当一个进程的资源请求全部发完后,认为它结束。 -Experimental requirements: (a) program run begins, all of the avai
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:378396
    • 提供者:lili
  1. ssssffkjfkljfl

    0下载:
  2. 稀疏矩阵计算器,能够很好的运行较简单的稀疏矩阵的加法减法和乘法-Sparse matrix calculator that can run well over the simple sparse matrix multiplication, addition and subtraction
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3460
    • 提供者:李胜甲
  1. Matrix

    0下载:
  2. 本程序实现两个矩阵相加、相减和相乘的运算和求稀疏矩阵的转置矩阵-Implementation of this program add two matrices, subtraction and multiplication operations and seek sparse matrix transpose
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1907
    • 提供者:
  1. MultipleMatrix

    0下载:
  2. 操作系统实验,利用多线程实现矩阵的乘法问题-Operating system experiments, the use of multi-threading to achieve matrix multiplication problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1069
    • 提供者:Jack
  1. matrix

    1下载:
  2. 假设稀疏矩阵A和B均以三元组表作为存储结构,试写出矩阵相加(相乘—选做)的算法,另设三元组表C存放结果矩阵。 -Assuming a sparse matrix A and B are in triples table as a storage structure, try to write the matrix (multiplied by- election) algorithm by adding additional triples Table C store the resulti
  3. 所属分类:OS Develop

    • 发布日期:2014-11-13
    • 文件大小:2048
    • 提供者:zhengchaojie
  1. matrix

    0下载:
  2. 矩阵管理器,必须有相应的数据库才能使用,用来转换健盘开发中的编码,,内含十六进制和二进制相互转换的相关应用,-Matrix Manager, you must have the appropriate database to use for converting healthy dish Development encoding, containing hexadecimal and binary conversion of related applications,
  3. 所属分类:OS Develop

    • 发布日期:2017-12-09
    • 文件大小:2469
    • 提供者:百晓生
  1. main

    0下载:
  2. 实现矩阵键盘功能,包括初始化、写数据、读数据、延时等。-matrix keyboard
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:838
    • 提供者:赵巍巍
  1. tanxin

    0下载:
  2. 使用C语言,利用贪心算法解决经典的旅行商问题,手动输入城市间的距离矩阵,输出最佳路径-Using the C language, the greedy algorithm to solve the classic traveling salesman problem, manually enter the distance matrix between cities, the best path output
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5515
    • 提供者:苗少卿
  1. 3

    0下载:
  2. 银行家算法的实现,allocate,need,maximum等矩阵算出request是否安全-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2776
    • 提供者:jill
  1. 1

    0下载:
  2. 通过矩阵键盘控制步进电机的转向,转速,转的圈数, 对直流电机的控制转速,与转向(Control the steering of the stepping motor by the matrix keyboard, the speed and the number of the rotating rings. Control speed of DC motor and steering)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:usdhiada
搜珍网 www.dssz.com