-
MarchingCubes算法的VTK实现(适合初学者)
MarhingCubes算法由二维断层图像序列构成的三维数据提供,在上下相邻的两层图像上取相邻的4 个点构成一个立方体体元。对体数据中的所有体元进行逐个遍历,对于每个被处理的体元,通过与给定的阈值进行对比确定等值点的位置,再通过线性插值的方法计算等值点坐标和法向量,最后以三角面片的方式连接成等值面显示。VTK移动立方体
- 2022-03-16 05:19:38下载
- 积分:1
-
FFT(快速傅立叶变换)的算法实现
FFT(快速傅立叶变换)的算法实现-FFT (Fast Fourier Transform) algorithm
- 2022-04-09 02:58:48下载
- 积分:1
-
一年的第多少天转成日期
本代码提供天数转日期的功能,方便易用,输入(例如) input year:2013,input days :134,输出 5 14,即5月14号,在遥感影像中,经常要将文件名中的天数转成日期,故写次程序,也分享给大家。目录中daystodate.exe可直接单独运行,算法实现在daystodate.cpp中。
- 2022-01-31 14:20:29下载
- 积分:1
-
这是一个小程序,用于二部匹配
This is a small program for bipartite matching-This is a small program for bipartite matching...
- 2022-09-18 09:35:03下载
- 积分:1
-
With the human genome project implementation, through genome sequencing, protein...
随着人类基因组计划的实施,通过基因组测序,蛋白质序列测定结构解析等实验,分子生物学家提供了大量的有关生物分子的原始数据,需要利用现代计算技术对这些原始数据进行收集、整理、管理以便于检索使用。而为了解释和理解这些数据,还需要对数据进行比对、分析,建立计算模型,进行仿真、预测与验证,因而出现生物信息学,它的出现,极大的促进了分子生物学的发展。-With the human genome project implementation, through genome sequencing, protein sequencing experiments such as structural analysis, molecular biologists to provide a large amount of biological molecules of the original data, the need to use modern technology to these raw data collection, collation and management in order to facilitate retrieval use. To explain and understand these data, and data need to be compared to analysis, model, simulation, prediction and validation, therefore, bioinformatics, and its emergence has greatly promoted the development of molecular biology.
- 2022-09-17 05:10:03下载
- 积分:1
-
一种求PI值的诡异算法
可以很快求到800位嗷
一种求PI值的诡异算法
可以很快求到800位嗷-A PI value for the strange algorithm can quickly seek to the sound of wailing 800
- 2022-01-27 15:40:48下载
- 积分:1
-
用C语言编写的八数码问题算法
用C语言编写的八数码问题算法-C language prepared by the eight digital Problem
- 2022-01-25 21:09:19下载
- 积分:1
-
整理分享:常用的数学运算程序源代码
包括常用的几种数学运算程序的C++代码,例如矩阵运算...
整理分享:常用的数学运算程序源代码
包括常用的几种数学运算程序的C++代码,例如矩阵运算-collate share : common mathematical procedures used in the source code of several mathematical programs in C code, for example, matrix operations, etc.
- 2023-06-02 04:45:03下载
- 积分:1
-
used to 计算p0点到直线p1p2的距离
used to 计算p0点到直线p1p2的距离-p0 points used to calculate the straight-line distance p1p2
- 2022-02-05 14:58:10下载
- 积分:1
-
打开bmp图
打开bmp图程序,精简!vc环境使用CDib类打开bmp格式图片的工程,可运行。
- 2022-07-20 05:31:44下载
- 积分:1