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

搜索资源列表

  1. pok

    0下载:
  2. 用于扑克的识别 主要原理是 先把左上角的截去一个角(涉及到智能判断切片大小) 之后通过区域查找和HSV模型 辨别出颜色 和找出相应的区域 然后利用编码形式 识别数字和花式-The main principle for the identification of poker is to first truncate the top left corner (relating to intelligence judgments slice size) after the
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1279941
    • 提供者:陈乐吉
  1. SoundSim_2p5D_AcousticBeta

    1下载:
  2. 2.5D弹性波波场模拟matlab程序 弹性波波场模拟matlab程序,是一个可以模拟波场传播切片的动态模拟过程。-2.5D simulation of elastic wave field simulation of elastic wave field program matlab matlab program can simulate the wave field is spread a slice of the dynamic simulation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:245690
    • 提供者:田飞
  1. Visual3D

    0下载:
  2. dephi实现切片图像三位重建,算法是MC-to achieve three dephi slice image reconstruction algorithm is MC
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6438571
    • 提供者:刘平
  1. os

    0下载:
  2. 实现模拟的进程调度:时间片轮转,高优先级,多级反馈队列-Analog of the process scheduling: time slice rotation, high-priority, multi-level feedback queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:577356
    • 提供者:wumai
  1. bao

    0下载:
  2. 多级反馈队列进程调度算法 1. 实验目的: 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 2. 实验内容: 编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。 -The process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:2321
    • 提供者:Jun
  1. 图形化界面模拟操作系统OS的作业调度算法

    2下载:
  2. 通过图形化界面模拟操作系统的作业调度算法中的时间片轮转和动态抢占式优先权算法,同时模拟内存的分配和回收-Simulation of the operating system through the graphical interface of the job scheduling algorithm in the time slice rotation and dynamic preemptive priority algorithm, and simulation of memory allo
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-22
    • 文件大小:22055
    • 提供者:老班
  1. FIRST2

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 -Write and debug a simulation of the process scheduling program, a "Round-Robin" scheduling algorithm for scheduling the five process. Round-Robin Round-Robin method can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1084
    • 提供者:sylvia
  1. OS5

    0下载:
  2. 程序开始运行时选择调度算法,创建进程时输入进程所需服务时间以及到达时间。 根据当前所设定调度算法,连续调度所有进程,并计算每个进程的周转时间和带权周转时间、所有进程的平均周转时间和平均带权周转时间。 调度时应适当输出调度过程中各进程状态队列的变化情况以及进程的已执行时间、还需服务时间(针对时间片轮转算法)。-Routine is executed choice when scheduling algorithm, create process input process required
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:4134
    • 提供者:若瓷
  1. 3D_Surface_Reconstruction_Using_Marching_Cube

    0下载:
  2. 使用Marching Cube方法进行3D表面重建,切片数据在这里: http://graphics.stanford.edu/data/voldata/ CThead.tar.gz-Marching Cube method using 3D surface reconstruction, slice data here: http://graphics.stanford.edu/data/voldata/CThead.tar.gz
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:20824
    • 提供者:felixwang
  1. OFDM_cyclic_spectrum

    3下载:
  2. % 仿真主要完成OFDM系统建模,实现OFDM系统传输流程, % 并对OFDM信号的时域波形及功率普密度进行分析.进行循环谱相关切片的分析。- Simulation of the main complete OFDM system modeling, the realization of OFDM transmission system process, of the OFDM signal in time domain waveforms and power density analysi
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10186
    • 提供者:fuhaitao
  1. timeslicingsystem

    0下载:
  2. 时间片系统time slicing system ,基于PICDEM 2 PLUS开发板pic16f877a芯片上的代码。-Time slice system time slicing system, based on the PICDEM 2 PLUS development board PIC16F877A chip code.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:20306
    • 提供者:wugp
  1. cpu_mem

    0下载:
  2. 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2968
    • 提供者:只取一片
  1. RR

    0下载:
  2. 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1973
    • 提供者:
  1. Cpp1

    0下载:
  2. 模拟操作系统中进程调度,时间片轮转,优先级调度。用PCB代表进程,随机生成n个进程-Simulation of the operating system process scheduling, time slice rotation, priority scheduling. With PCB on behalf of the process of randomly generated n-process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1781
    • 提供者:x
  1. done

    0下载:
  2. 本系统的同步机构采用信号量上的P、V操作的机制;控制机构包括: (1)阻塞和唤醒操作; (2)时间片中断处理程序模拟时间片中断; (3)进程调度程序负责为各进程分配处理机。 系统中涉及了3个并发进程。它们之间的关系是: (1) 3个进程需要互斥使用临界资源S2。 (2)进程1和进程2又需互斥使用临界资源S1. 本系统在运行过程中随机打印出各进程的状态变换过程,系统的调度过程及公共变量的变化情况。-Synchronization of the sy
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2542
    • 提供者:leekingdom
  1. ispdown

    0下载:
  2. Plait distance machine, very friendly of download line, a lot of list slice machine all can total use
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:694457
    • 提供者:李波
  1. jincheng

    0下载:
  2. char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/-char name [10]/* process identifier*/int prio/* process priority number*/int round/* process tim
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2294
    • 提供者:WZZ
  1. 22

    0下载:
  2. 进程调度程序,实现fifo,sjf,抢占式优先权,时间片轮转实验。-The process of scheduling procedures to achieve fifo, sjf, Preemptive priority, time slice rotation experiment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5164
    • 提供者:lin
  1. tc

    0下载:
  2. 基于DOS的多任务操作系统,时间片轮转,优先级,用TC编译-DOS-based multi-tasking operating system, time slice rotation, priority, compiled by TC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:3074
    • 提供者:陈希
  1. time2.cpp(2)

    0下载:
  2. 时间片的模拟试验,进程先来先服务原则,逐个执行时间片-Time slice of the simulation tests, the process of the principle of first come, first served, by the implementation of time slice
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1269
    • 提供者:ruchy
« 1 2 3 4 56 7 8 9 10 ... 31 »
搜珍网 www.dssz.com