Welcome![Sign In][Sign Up]
Location:
Search - slice

Search list

[Other时间片轮转法.

Description: 操作系统时间片轮转法-OS time slice Round
Platform: | Size: 1024 | Author: 王克迅 | Hits:

[Otherucos_time

Description: UCOS一种只支持优先级抢占型调度的操作系统。它不支持同一个优先级有2个及以上的任务同时运作。 本文修改的UCOS支持不同优先级调度的同时,支持同一个优先级有2个以上的任务以时间片轮转方式进行调度。 这个就是UCOS和修改的UCOS的区别。-UCOS only support a priority-based scheduling of the operating system to seize. It does not support the same priority level 2 and above have the task of operating at the same time. This article uCOS modified to support different priority scheduling at the same time, support the same priority level has two more tasks to the time slice approach to scheduling rotation. This is uCOS uCOS and modified difference.
Platform: | Size: 176128 | Author: 范特西 | Hits:

[TreeViewTASK

Description: 线程调度,时间片轮转,优先级设置,对于多任务系统的认识有一定的积极性的斑竹-Thread scheduling, time slice rotation, priority setting, for the understanding of multi-tasking system has some positive Chiloscyllium
Platform: | Size: 2048 | Author: wabf | Hits:

[OS programRR

Description: Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Platform: | Size: 148480 | Author: 邓思兵 | Hits:

[matlabvolume_browser

Description: MATLAB三维显示地震数据, 开放小工具。 这个开放MABLAB三维绘图小工具, 非常好用, 可进行SLICE, CONTOUR, 等交互功能. -MATLAB display three-dimensional seismic data, open the gadget. An open three-dimensional graphics MABLAB gadget, very easy to use, it can conduct SLICE, CONTOUR, and other interactive features.
Platform: | Size: 239616 | Author: 刘小龙 | Hits:

[CSharpMapX4

Description: - 采用多级反馈轮转法调度算法,从而了解多级反馈轮转调度算法的优点与缺点. 先要随机产生几个进程,初始化进程.确定进程的的优先顺序,定义时间片的长度. -- The use of multi-level feedback scheduling algorithm Round-Robin method to understand multi-level feedback scheduling algorithm rotate the advantages and disadvantages. First randomly generated a number of process initialization process. To determine the priority of the process, the definition of the length of time slice.
Platform: | Size: 200704 | Author: 黄飞 | Hits:

[matlab123

Description: 在matlab的环境下证明傅里叶切片定理-At the matlab environment Fourier slice theorem proved
Platform: | Size: 151552 | Author: 王彬 | Hits:

[JSP/JavaTestThreadOne

Description: thread进程调用,根据优先级 时间片调用运行进程-thread process to call, according to the priority call to run the process time slice
Platform: | Size: 1024 | Author: 勒娇囡 | Hits:

[GDI-BitmapImagePlaneWidgetDICOMview4

Description: VTk三维重建,定义X,Y,Z轴切片,利用vtkImagePlaneWidget定义切片,三维切割与读取数据。-VTk three-dimensional reconstruction, the definition of X, Y, Z axis slices, using the definition of slice vtkImagePlaneWidget, three-dimensional cutting and read data.
Platform: | Size: 1073152 | Author: hero | Hits:

[Communicationslice+

Description: This example utilizes time-slice scheduling among three tasks of equal priority. A fourth task of higher priority periodically preempts execution.-This example utilizes time-slice scheduling among three tasks of equal priority. A fourth task of higher priority periodically preempts execution.
Platform: | Size: 126976 | Author: xpert | Hits:

[OpenGL programslice

Description: 对三维图像进行XYZ3个方向的切片并给出所指点的坐标(基于VTK)-Three-dimensional images of the slice XYZ3 directions given by the pointing coordinates (based on VTK)
Platform: | Size: 17408 | Author: 闵曙辉 | Hits:

[matlabsliceomatic-2.2

Description: This sliceomatic file is coded based on the slice fucntion in MATLAB It can be used to view the shape of various 3D strucntures,whoes cross sections can also be shown.-This sliceomatic file is coded based on the slice fucntion in MATLAB It can be used to view the shape of various 3D strucntures,whoes cross sections can also be shown.
Platform: | Size: 35840 | Author: Judy | Hits:

[matlabthefouriermatlab

Description: 用matlab语言实现傅里叶切片定理,以及基于反投影及滤波反投影的CT图像重建的程序设计试验-Matlab language with Fourier slice theorem, and on the back projection and filtered back projection image reconstruction program design CT test
Platform: | Size: 200704 | Author: 戚曼 | Hits:

[VHDL-FPGA-Verilogslice

Description: A technique for constructing a processor from modules,each of which processes one bit-field or “slice” of an operand.Bit slice processors usually consist of an ALU of 1,2,4 or 8-bits and control lines including carry or overflow signals usually internal to the CPU.For example,two 4-bit ALUs could be arranged side by side,with control lines between them,to form an 8-bit ALU.Asequencer executes a program to provide data and control signals.Slice construction conceptually proceeds in two phases.(1) detecting the slice, and (2)extracting the instructions for storage in the slice cache.Detection is done by propagating a dependance vector or DV as follows:Starting from the candidate load send its DV to the immediate preceding slicer entry.Entry checks the bit of the incoming DV .Because it is zero,it just propagates the DV as is to entry 8-A technique for constructing a processor from modules,each of which processes one bit-field or “slice” of an operand.Bit slice processors usually consist of an ALU of 1,2,4 or 8-bits and control lines including carry or overflow signals usually internal to the CPU.For example,two 4-bit ALUs could be arranged side by side,with control lines between them,to form an 8-bit ALU.Asequencer executes a program to provide data and control signals.Slice construction conceptually proceeds in two phases.(1) detecting the slice, and (2)extracting the instructions for storage in the slice cache.Detection is done by propagating a dependance vector or DV as follows:Starting from the candidate load send its DV to the immediate preceding slicer entry.Entry checks the bit of the incoming DV .Because it is zero,it just propagates the DV as is to entry 8
Platform: | Size: 1024 | Author: gopan | Hits:

[matlab3Dslice_show

Description: 一个用matlab编写的用以显示3D slice的程序,非常使用-a matlab code to show 3d form a serial 2d image sequence,typically in medical image
Platform: | Size: 11264 | Author: mick | Hits:

[matlabviewer3d_version9a

Description: This function(s) can be used to interactively view any kind of 3D image volumes like CT and MRI, and for distance measurements or ROI selection in 2D slices. It includes Maximum intensity projections (MIP), Volume Rendering (VR) , Slice render, and colored and Phong shaded Volume rendering. Voxel opacity and color tables can be changed on the fly allowing also iso surface kind of renders. The fast render algorithm which renders a 3D volume to a 2D image, is based on a Matlab coded implementation of the Shear-Warp transform, in which instead of rotating the viewer rays the slices are sheared.
Platform: | Size: 870400 | Author: Colin.hit | Hits:

[Special Effectsslice

Description: solidworks二次开发,对三维图像切片-solidworks secondary development of three-dimensional image slices
Platform: | Size: 1024 | Author: xiaotaozhu | Hits:

[Mathimatics-Numerical algorithmsTime-slice-rotation

Description: 时间片轮转算法,包括详细代码,可供参考学习-Time slice rotation algorithms, including detailed code, for reference study
Platform: | Size: 1712128 | Author: jinlihua | Hits:

[SCMSingle-slice-the-machine-principle

Description: 一些单片机的实例教程与源,学习单片机的好教程,很多算法可以拿来用-The classic source code of some C The solid example of some machines lectures and source, study a single slice the good lectures of the machine, a lot of calculate ways can go fetch to use
Platform: | Size: 4613120 | Author: 周龙飞 | Hits:

[OS Developtime-slice

Description: 操作系统处理机处理线程时间片轮转算法实现 -Operating system processor time slice rotation algorithm processing thread
Platform: | Size: 1024 | Author: 王易 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 36 »

CodeBus www.codebus.net