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

搜索资源列表

  1. process

    0下载:
  2. 操作系统中时间片轮转的模拟,先创建进程及其需要的时间片,最后等待所有进程调度运行完毕-In the operating system time slice rotation of the simulation, first the time required to create a process and its films, finally finished running waiting for all process scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:202783
    • 提供者:fcwindpasss
  1. ImagePlaneWidget

    0下载:
  2. 实现png格式图片的面绘制 以及各个任意方向的切片显示 鼠标中键移动切片的位置-Png format images to achieve the surface rendering and various sections of arbitrary orientation of the middle mouse button displays the location of mobile slice
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1101581
    • 提供者:曹艳娟
  1. jmagick-win-6.3.9-Q16

    0下载:
  2. JMagick来实现图片的复制、信息获取、斜角、特效、组合、改变大小、加边框、旋转、切片、改变格式、去色等功能。-JMagick to achieve image reproduction, access to information, angle, special effects, combined, change size, add borders, rotate, slice, change the format to color and other functions.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:86293
    • 提供者:舒唯
  1. jmagick

    0下载:
  2. 实现图片的复制、信息获取、斜角、特效、组合、改变大小、加边框、旋转、切片、改变格式、去色等功能。-JMagick to achieve image reproduction, access to information, angle, special effects, combined, change size, add borders, rotate, slice, change the format to color and other functions.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:26007
    • 提供者:舒唯
  1. ProcessScheduling

    2下载:
  2. 设计一个有 N个进程并行的优先级调度程序:每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。   进程的运行时间以时间片为单位进行计算。   每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。   就绪进程获得 CPU后都只能运行
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1342
    • 提供者:程天晨
  1. Ice-1.3.0_cn

    0下载:
  2. ICE分布式系统程序设计。包括ICE服务、Slice语言-ICE distributed system programming. Including the ICE service, Slice languages, etc.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2897316
    • 提供者:明少
  1. 2

    0下载:
  2. 设计一个按时间片轮转法实现处理器调度的程序-Design a time-slice cycle method to achieve processor scheduling program
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-01
    • 文件大小:927784
    • 提供者:chenmin
  1. segment

    2下载:
  2. 基于CT切片的matlab分割程序,可以很好的分割CT切片图中的器官-Segmentation based on CT slices matlab program that can split a good map of the organ slice CT
  3. 所属分类:Graph program

    • 发布日期:2016-04-13
    • 文件大小:21399
    • 提供者:Carnegie
  1. jincheng

    0下载:
  2. 模拟高优先权优先的进程调度算法 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程),每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 进程的优先数及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 就绪进程获得CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1701285
    • 提供者:金小山
  1. JVT-X046

    0下载:
  2. Currently each picture can be encoded into only one slice, so we propose extending the JSVM software to support multi-slice per picture.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:35698
    • 提供者:鸣涧
  1. qiepian

    0下载:
  2. 对图像进行切片处理的程序,也就是说,某一部分不改变,但只突出某一部分的过程-Slice the image processing program, that is, a part of does not change, but only a part of the process highlights
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:36037
    • 提供者:ycg
  1. OS_exp1_process!!

    0下载:
  2. 实现了最短进程优先算法,以及时间片轮转算法-Process to achieve the minimum priority scheduling, and time slice Round Robin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:王洋
  1. jin

    0下载:
  2. 进程调度实验 * 本程序提供了以下几种进程调度方法 * 1、时间片轮询法 * 2、可强占优先法 * 3、非抢占算法 *-Process scheduling experiment * This program provides the following types of process scheduling * 1, polling time slice method * 2, can be preemptive priority method *
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2724
    • 提供者:mary
  1. video_slice

    0下载:
  2. Delphi实现的将视频切分为.jpg的单元-slice video file, such as avi, to jpeg format image file.
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:731
    • 提供者:银石
  1. Three-dimensional_slice

    1下载:
  2. 三维切片,根据数据将立体图形以二维的形式展现出来-Three-dimensional slice, according to data in the form of three-dimensional graphics to two-dimensional unfolded
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:10323
    • 提供者:sherry
  1. rmt

    0下载:
  2. 使用单片机PIC16F877A,实现遥控器代码识别及遥控器每一时间片的计算,在数码管上显示出来。-Use MCU PIC16F877A, to achieve remote control remote control code identification and calculation of each time slice, in the digital tube display.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2893
    • 提供者:liwenquan
  1. OSticktime

    0下载:
  2. 操作系统时间片轮转算法 用VC++6.0实现的代码 -Operating system time slice rotation algorithm implemented with VC++6.0 code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:201495
    • 提供者:zhang xiang
  1. sjp

    0下载:
  2. 操作系统进程调度时间片算法 可输入时间片大小 每个进程名字 到达时间和服务时间 计算出各个进程的调度时间 完成时间和带权周转时间-Operating system process scheduling time slice algorithm can enter the name of each process time slice size of the arrival time and service time to calculate the activation time to c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1075
    • 提供者:sht
  1. fbqueue_attemper

    0下载:
  2. :进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法-The process of scheduling the process of scheduling
  3. 所属分类:CSharp

    • 发布日期:2016-01-22
    • 文件大小:3756485
    • 提供者:杨振宇
  1. os

    0下载:
  2. 模拟时间片轮转算法的程序,文件里有使用说明-Round Robin time slice simulation program, file with instructions
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:359046
    • 提供者:胡明
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 31 »
搜珍网 www.dssz.com