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

搜索资源列表

  1. VC++Delaunay

    1下载:
  2. 采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:146.57kb
    • 提供者:追风
  1. Model

    0下载:
  2. 采用距离反比加权算法,对三维离散数据进行插值,可以插出地形,采用分层插值,提高了插值速度
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:99.63kb
    • 提供者:zz
  1. KrigingInterpolation

    1下载:
  2. Kriging 插值程序,实现二维三维数据插值 Makefile_hp700 Makefile_ibm6000 kriging.mdf kriging.c outboard.c inv_m.tar.gz The inverse matrix source codes which got from Netlib. f2c.tar.gz The head file and library which are used to inverse matrix sou
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:139.92kb
    • 提供者:吴义忠
  1. KalmanFilter

    0下载:
  2. 简单的三维kalman滤波程序,这里没有给出l滤波数据,需要使用者自己生成-Simple three-dimensional kalman filtering procedure here did not give l filtering data, the need for users to generate their own
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.57kb
    • 提供者:杨扬
  1. matlab1

    0下载:
  2. 三维体数据成像vol3d(源于matlab central)-function [model] = vol3d(varargin)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2.31kb
    • 提供者:liuyawen
  1. 3-LOCPOT

    0下载:
  2. 可以处理三维矩阵数据,三维数组的线性化处理,-#include<stdio.h> #define N 56 #define M 56 #define L 336 #define Leng 23.693 double V[N][M][L] void main() { int i, j, k double Z[L], ZL[L], S, A FILE*fp1,*fp2 if ((fp1 = fopen("LO
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:529byte
    • 提供者:王思栋
  1. Source1

    1下载:
  2. 输出三维数据可供tecplot软件读取的二进制文件-Output data for three-dimensional software to read the binary file tecplot
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.26kb
    • 提供者:yuhuashi
  1. DXF_wg

    0下载:
  2. 有限元前处理程序,用于将生成的三维有限元数据在商业软件CAD中显示,方便网格的检查-Finite element pre-processing program used to generate three-dimensional finite element data is displayed in the Business Software CAD, to facilitate the inspection of the grid
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.37kb
    • 提供者:yanjun
  1. 10102130203

    0下载:
  2. 与矩阵连乘最小乘法数问题类似,虽然不需要记录加括号的方式,但是需要纪录下从i乘到j的结果中为a、b、c的个数,以便在后续的计算中可以用到之前的数据,避免重复计算。所以就需要用三维数组来存储(当然用struct结构体数据类型也很方便)或者用两个数组。-With a matrix with minimal multiplication problem similar, although need not record bracketed style, but need to record from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:289.46kb
    • 提供者:张小迪
  1. doa

    0下载:
  2. DOA估计:最大熵算法、最小模算法、最小方差算法。输入: 快拍数据协方差矩阵R,观察范围内各方向导向矢量,三维矩阵phiyz。输出:最小方差谱估计矩阵P。-DOA Estimation: maximum entropy algorithm, the minimum norm algorithm, the minimum variance algorithm. Input: snapshot of the data covariance matrix R, the steering vector
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.02kb
    • 提供者:felix
  1. nihe

    0下载:
  2. 二维、三维、四维数据拟合,主要是矩阵计算。类初始化中可以控制拟合的变量为n次。-2D, 3D, 4D data fitting, matrix calculation. The fitting can control the class initialization variable n times.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:13.28kb
    • 提供者:解辉
  1. 4

    0下载:
  2. 1、定义一个复数类,要求包括 i、无参构造函数,初始化实部和虚部均为0 ii、有参构造函数,通过参数初始化实部和虚部 iii、输出复数的成员函数 iv、以成员函数的方式重载复数加法 v、以友元的方式重载复数加法 2、三维数据型如a+bi+cj(其中abc为实数),加法法则为 (a1+b1i+c1j)+(a2+b2i+c2j)=(a1+a2)+(b1+b2)i+(c1+c2)j 要求 i、以题目1的复数为基础,采用继承的方式构造三维数据类(包括无参和有参构造函数
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:34.69kb
    • 提供者:罗裕君
  1. theinterp

    1下载:
  2. 自己写的一个程序,利用matlab的interp3实现三维数据插值-it s a program using matlab to achieve a three-dimensional data interpolation of interp3
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:533byte
    • 提供者:毛子明
  1. LeastSquareFitting

    0下载:
  2. 利用最小二乘方法,对三维数据进行平面拟合,并对数据进行误差提出-least square plane fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:徐宁
  1. qiufashil

    0下载:
  2. 计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果--The method to calculate the three-dimensional vector data and make adjustments, which includes the experimental data and the results of their own-
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4.08mb
    • 提供者:朱新宇
  1. foumei_v55

    0下载:
  2. 主要为数据分析和统计,仿真图是速度、距离、幅度三维图像,相参脉冲串复调制信号。- Mainly for data analysis and statistics, FIG simulation speed, distance, amplitude three-dimensional image, Complex modulation coherent pulse train signal.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:7.88kb
    • 提供者:周小胜
  1. neimou

    0下载:
  2. 多元数据分析的主分量分析投影,中介真值程度度量,基于中介真值程度度量的图像分割有CDF三角函数曲线/三维曲线图。- Principal component analysis of multivariate data analysis projection, The true extent of the value of the intermediary measure, measure the true extent of the agency based on the value of ima
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.26kb
    • 提供者:魏勇
  1. tenglun

    0下载:
  2. 仿真图是速度、距离、幅度三维图像,D-S证据理论数据融合,可以实现模式识别领域的数据的分类及回归。- FIG simulation speed, distance, amplitude three-dimensional image, D-S evidence theory data fusion, You can achieve data classification and regression pattern recognition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.52kb
    • 提供者:沈德善
  1. 资料

    0下载:
  2. 资料中提供了对应的数据和程序,其中程序能够实现对三维数据的拟合。(It can realize data fitting)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:1kb
    • 提供者:Ready1998
  1. 火焰三维温度场-Fortran

    2下载:
  2. Fortran语言编写的火焰三维温度场并进行了网格划分,数据可导入tecplot绘图软件。(The three-dimensional temperature field of flame written in Fortran language is divided into grid, and the data can be imported into the Tecplot drawing software.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:1mb
    • 提供者:岛屿12
« 12 3 »
搜珍网 www.dssz.com