登录
首页 » 数据结构 » 360度采样获取的仿真的投影数据

360度采样获取的仿真的投影数据

于 2022-02-05 发布 文件大小:51.52 kB
0 148
下载积分: 2 下载次数: 1

代码说明:

360度采样获取的仿真的投影数据,可以通过它进程iradon变换直接获取切片锥形束CT模拟按:德山杨,博士 放射肿瘤学杂志华盛顿大学圣路易斯系,医学院, 电子邮件:dyang@radonc.wustl.edu 文件: compute_projections.m - 主程序,来计算所有投影和保存2D投影图像放到一个文件夹 compute_one_projection.m - 由主程序调用,以计算仅一个投影图像 straight_line_integral.m - 的核心功能,通过一个三维矩阵来计算线积分         很多行注释掉这个文件,因为该文件最初写         在MATLAB而已,laterly改写成C的速度提高。 straight_line_integral_inner.c - 这是在C从straight_line_integral.m什么改写 sort_ts1_ts2.c - 一个效用函数两个有序数组合并为一个有序数组。         它是用C语言编写,以提高速度  create_CSV_file_for_OSCaR.m - 要创建一个用于奥斯卡CBCT重建的CSV文件         (http://www.cs.utoronto.ca/~nrezvani/OSCaR.html)         然而,奥斯卡不支持保存垫子数据文件,而无需修改。         我有修改奥斯卡功能。       

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1・能够创建链表,只须输入便能自动生成升序排列的单链表; 2・能够把已存在的两个自动升序的链表合并成一个链表,并保留其中的相同元素; 3・...
    1・能够创建链表,只须输入数据便能自动生成升序排列的单链表; 2・能够把已存在的两个自动升序的链表合并成一个链表,并保留其中的相同元素; 3・有友好的人机卷面;-To create one list, only the input data can be automatically generated single-linked list in ascending order 2 can has been in existence for two automatic ascending the list into a list, and retains the same elements 3 have卷面friendly
    2022-03-19 06:12:31下载
    积分:1
  • 大型 作业3.1输入一个列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出果;3.3计算二叉排序树T的平均查找长度, 输出果...
    数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结果。3.6分析对比未平衡化的二叉排序树和平衡的二叉排序树的查找效率(最好、最坏平均比较关键字数)-data structure large operations into a 3.1 L series, generating a binary tree Sort T; 3.2 pair of two fork-tree T for medium preorder, output results; 3.3 Ranking calculation Binary Tree Search T"s average length of the output; 3. four judgment ordering two trees T fork whether balanced binary tree, the output message "OK!"/"NO!" ; again using the 3.5 series L, generate balanced binary tree sort BT, whenever insert a new element, found the current binary sort tree is not-BT Value of two binary sort tree, it will be immediately converted into the new balance of the two fork-tree BT; 3.6 Calculation balanced binary tree sort BT search length of the average output results. 3.6 Comparative Analysis of
    2022-04-09 01:41:30下载
    积分:1
  • Function is to map the function of the traversal algorithm, the adjacency matrix...
    此函数功能是图的遍历算法,用邻接矩阵存储图,然后求出其拓扑排序,再输出其图的信息-Function is to map the function of the traversal algorithm, the adjacency matrix storage map, then calculated the topological sort, then the output of its map information
    2023-03-04 23:15:03下载
    积分:1
  • 本书是关于计算机科学与工程领域的基础性研究科目之一――与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树
    本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。-the book is on the computer science and engineering fields, the basis for one of the subjects of study-- data structure and algorithm monographs. The book in a brief review of the basic design concept C program on the basis of a comprehensive and systematic introduction of the queue, stack, trees and map basic data structure and the greedy algorithm, divide and conquer algorithm, branch-and-bound algorithm multiple algorithm design methods, data structures and algorithms for continuous learning Research and lay a solid foundation. Even more valuable is that the book not only on the theoretical knowledge but also provided more than 50 application examples and more than 600 Exercises Road. The contents broad authority, a clear and reasona
    2022-01-21 04:28:51下载
    积分:1
  • ADO&VC&SQL的例子,很经典
    ADO&VC&SQL的例子,很经典-ADO
    2022-07-09 05:36:04下载
    积分:1
  • 八皇后问题,用vc编写了一个可以解决八皇后问题的程序,实现了递归调用。...
    八皇后问题,用vc编写了一个可以解决八皇后问题的程序,实现了递归调用。-The eight queens problem, using vc write a means of solving the eight queens problem program to achieve the recursive calls.
    2023-03-04 03:20:03下载
    积分:1
  • 完成界面功能,与库连接,完成查询 插入 删除 登陆等功能...
    完成界面功能,与数据库连接,完成查询 插入 删除 登陆等功能-Completion of the interface functions, and database connection, complete the inquiry landing insert delete function
    2022-01-21 05:03:26下载
    积分:1
  • 精密单点定位程序,需要下载精密星历与精密接手记钟差!
    精密单点定位程序,需要下载精密星历与精密接手记钟差!-precision single-point positioning procedures need to download precise ephemeris and sophisticated access Notes bell worse!
    2023-04-08 09:25:04下载
    积分:1
  • Binary Tree Application
    二叉树应用-线索化二叉树遍历的源码以及实验报告!-Binary Tree Application- threaded binary tree traversal of the source and the experimental report!
    2022-05-24 23:37:42下载
    积分:1
  • 数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构数据结构
    2022-08-10 06:02:56下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载