CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - priority

搜索资源列表

  1. 作业调度11

    1下载:
  2. 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3648
    • 提供者:江大
  1. hsdfhjshdj

    0下载:
  2. 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath first), mountaineering (Hill C
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1749656
    • 提供者:yao
  1. os_2

    0下载:
  2. 本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1087
    • 提供者:紫水晶
  1. 要求

    0下载:
  2. 本程序是一个操作系统关于进程调度的程序,其中有,进程的优先权和先进先出等模拟调度功能-this process is a process of the operating system on the activation procedures, which, the process priority and FIFO scheduling simulation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1446570
    • 提供者:帅哥
  1. CS_高级smtp客户端

    0下载:
  2. C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:20046
    • 提供者:张杰
  1. 11_1

    0下载:
  2. 按优先数调度算法实现处理器调度的程序,静态-few priority scheduling algorithm processor activation procedures, static
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3161
    • 提供者:yy
  1. PROCESS1

    0下载:
  2. 进程调度,包括FIFO算法,优先数调度算法,时间片轮转调度算法-scheduling process, including FIFO algorithm, a few priority scheduling algorithm, time-Cycle Scheduling Algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1534
    • 提供者:spice
  1. suanfuyouxian

    0下载:
  2. 是计算机编译原理的课程设计 算符优先算法的源代码-computer compiler theory of curriculum design operator priority algorithm source code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1564
    • 提供者:wuyanru
  1. Spf_and_rr

    0下载:
  2. 短进程优先算法和时间片轮转调度算法自己写的望指正-short algorithm and the process of priority-time Web Scheduling Algorithm himself wrote the correct look
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1338
    • 提供者:xiaoxiao
  1. suan

    0下载:
  2. 算符优先 算符优先 算符优先-operator priority op erator priority op erator priority op erator priority op erator priority
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2062
    • 提供者:bestjilei
  1. tubianli

    1下载:
  2. 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-table adjacent to the structure for storage, connectivity to the map without the depth and breadth of priority priority traversal. Users designated as a starting point node, the out
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:82749
    • 提供者:李文欢
  1. SFFX

    1下载:
  2. 是算符优先分析算法 通过编译并且已经运行-priority is the operator through the analysis algorithm has been compiled and run
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1212
    • 提供者:rudongwu
  1. QueryTextLanguageSystemInCSharp

    0下载:
  2. 本系统支持文本的单个单词查询和多个单词的逻辑综合查询。可以使用逻辑运算符进行与,或,非的逻辑运算,可以判断括号优先级。具体使用说明见压缩包里的说明文件-version of the system to support a single word queries and the number of words logic synthesis inquiries. Can be used for logic Operators with, or, in the non-logic operation
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:101552
    • 提供者:zy
  1. 模拟进程调度

    0下载:
  2. 模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6537
    • 提供者:杨鼎新
  1. suanfu

    0下载:
  2. 用算符优先文法制作的算符优先分析器,实现了FIRSTVT跟LASTVT的输出跟优先表的输出以及栈的输出以及到文件的输出。-priority grammar operator with the operator priority to the production analyzer, achieved with LASTVT FIRSTVT output with the output of the priority list and stack output and the output of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10850
    • 提供者:姜鹏
  1. 操作系统_作业调

    0下载:
  2. 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1228
    • 提供者:尹亮
  1. 操作系统2

    1下载:
  2. 本程序是操作系统的处理机调度问题的c原代码包括三种调度算法:时间片轮转法,短作业优先算法,动态优先级算法-this process is the operating system processor scheduling problems c original code includes three Scheduling Algorithm : Time Web tablets, short operating priority algorithms, dynamic priority algo
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10781
    • 提供者:陈明
  1. priority

    0下载:
  2. 模拟动态优先级调度算法,程序内有详细的中文注释,方便理解。-Simulate dynamic priority scheduling algorithm, the procedures detailed notes in Chinese, easy to understand.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1285
    • 提供者:周莹
  1. semi_persistent-with-priority

    1下载:
  2. 研究LTE系统中半静态调度引入优先级后,用户吞吐量与SNR的关系-After studying the LTE system, the introduction of the semi-static scheduling priority, and user throughput and the relationship between SNRoutput of the converted character encoding. If the input aAb, output cCg
  3. 所属分类:CSharp

    • 发布日期:2015-04-23
    • 文件大小:2048
    • 提供者:李顺
  1. priority

    0下载:
  2. 通过控制台环境下实现两个线程运行时优先级处理的演示-Achieve priority processing two threads running through the console demo environment
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:27385
    • 提供者:wnl
« 12 3 4 »
搜珍网 www.dssz.com