搜索资源列表
PCA-and-rebuild
- 主要介绍主分量分析,怎样提取主要特征来重构原始信号。-Introduces the principal component analysis, extracting the main features of how to reconstruct the original signal.
rebuild
- 根据先序和中序遍历的结果,重新构造二叉树-According to the results of the PreOrder and InOrder visit,rebuild the bitree
1111111111111111111
- Struts+Hibernate+Spring做的新闻系统,是MYECLIPSE下的工程,重建数据库,修改数据库配置,然后就可以直接发布了-With Struts+ Hibernate+ Spring to do the news system is MYECLIPSE works to rebuild the database, modify database configuration, and then can be directly released
Rebuild-binary-tree
- Rebuild binary tree 根据输入的二叉树前序和中序遍历序列重构二叉树,输出对应节点的左右子节点。-Rebuild binary tree
3Drebuild
- 三维图像重建的matlab实现,将输入图像还原成三维形式并显示。-3d rebuild
rebuild-the-binary-tree
- 二叉树重建 scily1935 根据二叉树的前序遍历和中序遍历的节点序列,输出二叉树的层序遍历的节点序列-rebulit the binary tree
xiaobolvboqi-rebuild
- 此函数用于研究Mallet算法及滤波器设计,此函数仅用于消噪。-This function is used to study the Mallet algorithm and filter design, this function is only used to eliminate noise.
Generate_SystemMatrix
- 本程序在matlab中运行。 Generate_SystemMatrix是一个计算OSEM,MLEM迭代图像算法中系统矩阵的函数,其用法Generate_SystemMatrix(pixel),为所要重建图像的大小,一般为64,128,256,pixel也大运算越慢。 里面的diedai-test文件是一个简单的MLEM重建算法,其中要加载SystemMatrix矩阵就是Generate_SystemMatrix(128)的结果,注意如果要运行diedai-test,生成的系统矩阵名
Rebuild
- POJ 由中根和后根序列重建二叉树并由前根序列输出-POJ Central roots and root sequence reconstruction after anterior root binary sequence output
TV-reconstruction-Toolbox
- TV 重建工具箱,用于处理图像的去噪,去模糊,修补等,是很好的学习工具。-TV rebuild Toolbox for denoising image to blur, repair, etc., is a good learning tool.
REBUILD-BINARY-TREE.cpp
- 我们知道如何按照三种深度优先次序来周游一棵二叉树,来得到中根序列、前根序列和后根序列。反过来,如果给定二叉树的中根序列和后根序列,或者给定中根序列和前根序列,可以重建一二叉树。本题输入一棵二叉树的中根序列和后根序列,要求在内存中重建二叉树,最后输出这棵二叉树的前根序列。 用不同的整数来唯一标识二叉树的每一个结点,下面的二叉树 中根序列是9 5 32 67 后根序列9 32 67 5 前根序列5 9 67 32 -We know how to
Larcondelfav
- Our world is three-dimensional, but camera image is two-dimensional, in order to obtain the three-dimensional information of objective object’s by the two-dimensional images, we need to rebuild the three-dimensional model of the target so that we
vns-mpso
- 将NSGA-II 的理念融入粒子群中,并加入保存优秀解的机制,提出MPSO算法。针对MPSO 易陷入局部极值的缺点,加入变邻域机制,通过随机的破坏旧解和重建新解,找到全局最优解,以达到帮助粒子跳出局部极值的目的,提 出VNS-MPSO 算法。-Will the NSGA- II concept into particle swarm, and join save good solution mechanism, MPSO algorithm is put forward. Against d
landweber
- landweber是一种代数重建算法,相对别的算法,它的重建速度较快,用于图像重建等-landweber is an algebraic reconstruction algorithm, compared to other algorithms, it is faster to rebuild, for image reconstruction
rebuild(1).C语言课程设计(餐馆)
- 高级语言程序设计,餐馆管理系统的模拟……(High level language programming, simulation of restaurant management systems......)