-
快速获取3D重建切片的算法
本程序由kyungsang基姆制作。如果你有问题或问题,发送电子邮件到me.kssigari@gmail.complease试试这些测试步骤1。模拟器是用于测量投影。2。demo2是解析重建众所周知过滤backprojection3。Demo3 is the iterative reconstruction using the maximum likelihood expectation maximization (MLEM) method.nx: number of image pixels of x-directionny: number of image pixels of y-directionnz: number of image pixels of z-directionsx: real size (length) of x-axis of the image -> resolution of a pixel = sx/nxsx: real size (length) of y-axis of the image -> resolution of a pixel = sy/nysx: real size (length) of z-axis of the image -> resolution of a pixel = sz/nznu: number of detector pixels of x-direction (u)nv: number of detector pixels of z-direction (axial) (v)su: size of real (length) of detector u-direction -> resolution of a pixel = su/nusv: size of real (length) of detector v-direction -> resolution of a pixel = sv/nvDSD: distance between source to detectorDSO: distance between source to iso-center (image center).dir: rota
- 2022-07-08 11:47:05下载
- 积分:1
-
ASN.1样例工程代码
ASN.1样例工程代码-ASN.1 type example project code
- 2022-02-13 08:09:01下载
- 积分:1
-
这是扬辉三角的算法
这是扬辉三角的算法-Jan- 1.30 Algorithm
- 2022-02-05 19:54:47下载
- 积分:1
-
线段覆盖程序
基于c++的线段覆盖程序 本段程序采用的是贪心算法,初始化之后对线段进行预处理,如果读入的左端点比右端点大,那么调换一下位置。先用快速排序对线段的左端点排序, 排序结束之后,从左到右进行扫描,对线段的右端点的几种情况分别讨论保留还是舍去,最终输出结果即可。
- 2022-04-16 03:58:19下载
- 积分:1
-
计算方法c牛顿插值函数
计算方法c牛顿插值函数-calculation c Newton interpolation function
- 2022-02-12 05:09:10下载
- 积分:1
-
这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。...
这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。-tacticians on the simplex method source code, the use of this method is a two-stage method.
- 2022-05-23 17:42:09下载
- 积分:1
-
内含一个高斯随机数的发生程序,实现语言为C++,对某些工程人员可能会有用。...
内含一个高斯随机数的发生程序,实现语言为C++,对某些工程人员可能会有用。-containing a Gaussian random occurrence of procedures to achieve language C++, some staff may be used.
- 2023-03-22 13:45:04下载
- 积分:1
-
数学算法C#实现矩阵Matrix各种算法
资源描述判断矩阵是否规律,如m x n。判断两个矩阵是否为同阶矩阵,是否为同型矩阵。计算矩阵的转置矩阵。判断两个矩阵是否一模一样。计算两个同型矩阵的乘法、加法、减法。计算数与矩阵的乘法。
- 2022-05-07 01:43:05下载
- 积分:1
-
利用自动机上加语义动作实现对所有常数的正确处理以及显示其结果。...
利用自动机上加语义动作实现对所有常数的正确处理以及显示其结果。-The use of automatic machines plus semantic actions to achieve the proper handling of all constants and display the results.
- 2022-01-28 03:16:49下载
- 积分:1
-
C++链表操作
C++链表操作,从创建一个链表到对链表的增删改查,适合初学算法的朋友学习参考,转自别处,对其进行了一些修改。
- 2022-03-03 19:09:06下载
- 积分:1