CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - rebuild

搜索资源列表

  1. PCA-and-rebuild

    0下载:
  2. 主要介绍主分量分析,怎样提取主要特征来重构原始信号。-Introduces the principal component analysis, extracting the main features of how to reconstruct the original signal.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.1kb
    • 提供者:莲城
  1. rebuild

    0下载:
  2. 根据先序和中序遍历的结果,重新构造二叉树-According to the results of the PreOrder and InOrder visit,rebuild the bitree
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:706byte
    • 提供者:方四季
  1. 1111111111111111111

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:475.37kb
    • 提供者:罗宽
  1. Rebuild-binary-tree

    0下载:
  2. Rebuild binary tree 根据输入的二叉树前序和中序遍历序列重构二叉树,输出对应节点的左右子节点。-Rebuild binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:533byte
    • 提供者:
  1. 3Drebuild

    2下载:
  2. 三维图像重建的matlab实现,将输入图像还原成三维形式并显示。-3d rebuild
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:633byte
    • 提供者:高天博
  1. rebuild-the-binary-tree

    0下载:
  2. 二叉树重建 scily1935 根据二叉树的前序遍历和中序遍历的节点序列,输出二叉树的层序遍历的节点序列-rebulit the binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:13.13kb
    • 提供者:liaoyuhui
  1. xiaobolvboqi-rebuild

    0下载:
  2. 此函数用于研究Mallet算法及滤波器设计,此函数仅用于消噪。-This function is used to study the Mallet algorithm and filter design, this function is only used to eliminate noise.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:950byte
    • 提供者:刘有为
  1. Generate_SystemMatrix

    2下载:
  2. 本程序在matlab中运行。 Generate_SystemMatrix是一个计算OSEM,MLEM迭代图像算法中系统矩阵的函数,其用法Generate_SystemMatrix(pixel),为所要重建图像的大小,一般为64,128,256,pixel也大运算越慢。 里面的diedai-test文件是一个简单的MLEM重建算法,其中要加载SystemMatrix矩阵就是Generate_SystemMatrix(128)的结果,注意如果要运行diedai-test,生成的系统矩阵名
  3. 所属分类:matlab例程

    • 发布日期:2013-04-12
    • 文件大小:168.75kb
    • 提供者:cc
  1. Rebuild

    0下载:
  2. POJ 由中根和后根序列重建二叉树并由前根序列输出-POJ Central roots and root sequence reconstruction after anterior root binary sequence output
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.06kb
    • 提供者:Liloy
  1. TV-reconstruction-Toolbox

    0下载:
  2. TV 重建工具箱,用于处理图像的去噪,去模糊,修补等,是很好的学习工具。-TV rebuild Toolbox for denoising image to blur, repair, etc., is a good learning tool.
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6.07mb
    • 提供者:lihao
  1. REBUILD-BINARY-TREE.cpp

    0下载:
  2. 我们知道如何按照三种深度优先次序来周游一棵二叉树,来得到中根序列、前根序列和后根序列。反过来,如果给定二叉树的中根序列和后根序列,或者给定中根序列和前根序列,可以重建一二叉树。本题输入一棵二叉树的中根序列和后根序列,要求在内存中重建二叉树,最后输出这棵二叉树的前根序列。 用不同的整数来唯一标识二叉树的每一个结点,下面的二叉树 中根序列是9 5 32 67 后根序列9 32 67 5 前根序列5 9 67 32 -We know how to
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:nature
  1. Larcondelfav

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-02
    • 文件大小:13.42mb
    • 提供者:杨松
  1. vns-mpso

    3下载:
  2. 将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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4.13kb
    • 提供者:钱小莉
  1. landweber

    1下载:
  2. landweber是一种代数重建算法,相对别的算法,它的重建速度较快,用于图像重建等-landweber is an algebraic reconstruction algorithm, compared to other algorithms, it is faster to rebuild, for image reconstruction
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.76kb
    • 提供者:cxy
  1. rebuild(1).C语言课程设计(餐馆)

    0下载:
  2. 高级语言程序设计,餐馆管理系统的模拟……(High level language programming, simulation of restaurant management systems......)
  3. 所属分类:数据结构

    • 发布日期:2017-12-21
    • 文件大小:1.6mb
    • 提供者:罗琪
搜珍网 www.dssz.com