搜索资源列表
thefouriermatlab
- 用matlab语言实现傅里叶切片定理,以及基于反投影及滤波反投影的CT图像重建的程序设计试验-Matlab language with Fourier slice theorem, and on the back projection and filtered back projection image reconstruction program design CT test
3Dslice_show
- 一个用matlab编写的用以显示3D slice的程序,非常使用-a matlab code to show 3d form a serial 2d image sequence,typically in medical image
123
- 在matlab的环境下证明傅里叶切片定理-At the matlab environment Fourier slice theorem proved
slice+
- 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 high
slice
- 对三维图像进行XYZ3个方向的切片并给出所指点的坐标(基于VTK)-Three-dimensional images of the slice XYZ3 directions given by the pointing coordinates (based on VTK)
sliceomatic-2.2
- 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 use
slice
- 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 inter
viewer3d_version9a
- 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,
slice
- solidworks二次开发,对三维图像切片-solidworks secondary development of three-dimensional image slices
Time-slice-rotation
- 时间片轮转算法,包括详细代码,可供参考学习-Time slice rotation algorithms, including detailed code, for reference study
Single-slice-the-machine-principle
- 一些单片机的实例教程与源,学习单片机的好教程,很多算法可以拿来用-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
time-slice
- 操作系统处理机处理线程时间片轮转算法实现 -Operating system processor time slice rotation algorithm processing thread
Time-slice-rotation-algorithm
- 这是一个时间片轮转算法的用C语言写的算法-It was a time slice rotation algorithm using C language to write algorithms
Round-Robin-time-slice
- 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
prc5
- image bit plane slice and bit plane anding
Kinect-fruit-slice
- 基于微软Kinect传感器开发的C++程序 切水果-fruit slice based on Microsoft Kinect
Fourier-slice-proof-of-the-theorem
- 该源代码是以matlab内置的体模为例,分别从0和90度来证明傅里叶切片定理,包括源代码和结果的截图。-Fourier slice proof of the theorem
3D-data-slice
- 在分析SEGY格式地震数据文件的结构及其读写方法的基础上,介绍了三维地震数据 体的任意剖面抽取算法及C语言程序代码-introduce the method of the slice in the 3D segy data in matlab
Process-time-slice-rotation
- 时间片的轮转调度算法是一种最古老,最简单,最公平且使用最广的算法。-Time slice rotation scheduling algorithm is one of the oldest, most simple, the most fair and the most widely used algorithm.
Cycle-time-slice-rotary-algorithm
- 实验任务 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。 调度算法: 时间片循环法 1、 设计进程控制块PBC表结构,适用循环时间片轮转算法。 2、 PBC结构通常包括以下信息:进程名、进程优先数、轮转时间片、进程的CPU时间,进程状态等。根据调度算法不同,PCB结构可作适当的调整。 3、 建立进程队列。对不同的算法编制不同的入链程序。 程序要求达到的运行效果:在设置好进程数量、调度算法后,系统能按设定的参数运行,并在屏幕上交替显示就绪队列和完成队列的进程名等