CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - algorithm system

搜索资源列表

  1. bankprofessor

    0下载:
  2. 简单的银行家算法用于处理操作系统死锁安全性算法-Bankers simple algorithm for dealing with operating system security algorithm deadlock
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1209
    • 提供者:hxmlvffl
  1. os

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:43993
    • 提供者:liuqiang
  1. VC_Matlab

    0下载:
  2. Vc与Matlab混合编程的一些实例,比较有用,对于混合编程中常用的数据类型转换,系统设计以及算法设计等等,以实例展现,可以稍加修改即可投入实用。-Vc mixed with Matlab programming examples, more useful for mixed programming commonly used data type conversion, system design and algorithm design, etc., with examples to show
  3. 所属分类:Console

    • 发布日期:2017-05-13
    • 文件大小:3309534
    • 提供者:builder
  1. ysf

    0下载:
  2. 约瑟夫的C++ 在windows操作系统下的算法用VC来实现,算法简单效率较高-Joseph' s C++ in the windows operating system to use VC to implement the algorithm, the algorithm simple and efficient
  3. 所属分类:Console

    • 发布日期:2017-03-25
    • 文件大小:579
    • 提供者:eis
  1. ShortestTimeFirst

    0下载:
  2. 操作系统中CPU调度问题,采用最短剩余时间优先算法,但是仅是模拟,不涉及实体进程-Operating system, CPU scheduling problem, using the shortest remaining time first algorithm, but only a simulation, does not involve physical processes
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:118404
    • 提供者:billchuang
  1. file_operation

    0下载:
  2. 采用一级目录结构实现的磁盘文件系统操作系统模拟算法-Using a directory structure to achieve the operating system disk file system simulation algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:3459
    • 提供者:tanjing
  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:327158
    • 提供者:元宝
  1. R_WP1

    0下载:
  2. 操作系统中生产者与消费者问题的模拟,对于出现的死锁情况,采用置换算法解决。-Producers and consumers in the operating system simulation problems, for the deadlock situation occurs, the use of replacement algorithm to solve.
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:256204
    • 提供者:hawstein
  1. LRU

    0下载:
  2. 模拟LRU页面置换算法---操作系统的相关知识-Simulate LRU page replacement algorithm--- operating system
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:10721
    • 提供者:杨兵
  1. resource-management-system

    0下载:
  2. 利用银行家算法和安全性算法验证的模拟资源管理系统-The use of the the bankers algorithm and security algorithm validation analog resource management system
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:316584
    • 提供者:颜圣涛
  1. os

    0下载:
  2. 一个操作系统的进程调度的实验。三种调度算法分别为 FCFS、优先级、时间片轮转。 其中优先级算法设置了三个级别的优先级。分别为0、1、2 。0为最高 2为最低。-An operating system process scheduling experiment. The three scheduling algorithm respectively FCFS, priority, time slice rotation. The priority algorithm set three leve
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:82558
    • 提供者:程龙
  1. DES

    0下载:
  2. 用分组密码加密体制,实现DES加密解码的算法。-Block cipher encryption system, DES encryption decoding algorithm.
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:917084
    • 提供者:Carina
  1. Memory-Management

    0下载:
  2. 操作系统中,采用首次适应算法+最佳适应算法实现内存管理,用C进行模拟-Operating system, using the first-fit algorithm the+ best fit algorithm memory management, simulation in C
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:7539391
    • 提供者:jiang_xl
  1. c-code

    0下载:
  2. 可变分区管理/时间片轮转算法/位示图管理磁盘存储空间 操作系统基本算法实现,亲测可用 -Variable partition management/time slice Round Robin/diagram Management disk storage space the operating system the basic algorithm, pro-test available
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:5090
    • 提供者:lazy
  1. CPP-LYG-Journey

    0下载:
  2. 一个用C++写的课程设计,关于旅游的一个系统,用到了最短路径算法-A with C++ write curriculum design of a system on tourism, use the shortest path algorithm
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:21029
    • 提供者:wangliang
  1. dian-ming-xi-tong

    0下载:
  2. 点名系统,是我的一份大作业来的,主要是用了C,里面也有简单的算法-The naming system is a big job for me to use C, there is also a simple algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:693884
    • 提供者:胡坤
  1. BankWw

    0下载:
  2. 操作系统银行家算法的实现,我试过了,可以使用,请放心-Banker algorithm realization of the operating system, I tried, you can use, please rest assured
  3. 所属分类:Console

    • 发布日期:2017-12-07
    • 文件大小:179700
    • 提供者:ww
  1. bank

    0下载:
  2. 银行家算法,自己写的。有比较漂亮的界面,可以清晰的模拟银行家算法的每一步。是操作系统的实验-Banker' s algorithm, write your own. There are more beautiful interface, you can clear every step of the analog bankers algorithm. Experimental operating system
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:207682
    • 提供者:周周
  1. Bankers-Algorithm

    0下载:
  2. 本科生操作系统课程关于因皇家算法的课程设计代码很基础的-Undergraduate courses on operating system on Royal algorithm because it is based curriculum design code
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1303
    • 提供者:程昱
  1. Process-scheduling

    0下载:
  2. 进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:841
    • 提供者:程昱
« 12 »
搜珍网 www.dssz.com