搜索资源列表
VC++Delaunay
- 采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。
Model
- 采用距离反比加权算法,对三维离散数据进行插值,可以插出地形,采用分层插值,提高了插值速度
KrigingInterpolation
- 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
KalmanFilter
- 简单的三维kalman滤波程序,这里没有给出l滤波数据,需要使用者自己生成-Simple three-dimensional kalman filtering procedure here did not give l filtering data, the need for users to generate their own
matlab1
- 三维体数据成像vol3d(源于matlab central)-function [model] = vol3d(varargin)
3-LOCPOT
- 可以处理三维矩阵数据,三维数组的线性化处理,-#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
Source1
- 输出三维数据可供tecplot软件读取的二进制文件-Output data for three-dimensional software to read the binary file tecplot
DXF_wg
- 有限元前处理程序,用于将生成的三维有限元数据在商业软件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
10102130203
- 与矩阵连乘最小乘法数问题类似,虽然不需要记录加括号的方式,但是需要纪录下从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
doa
- 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
nihe
- 二维、三维、四维数据拟合,主要是矩阵计算。类初始化中可以控制拟合的变量为n次。-2D, 3D, 4D data fitting, matrix calculation. The fitting can control the class initialization variable n times.
4
- 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的复数为基础,采用继承的方式构造三维数据类(包括无参和有参构造函数
theinterp
- 自己写的一个程序,利用matlab的interp3实现三维数据插值-it s a program using matlab to achieve a three-dimensional data interpolation of interp3
LeastSquareFitting
- 利用最小二乘方法,对三维数据进行平面拟合,并对数据进行误差提出-least square plane fitting
qiufashil
- 计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果--The method to calculate the three-dimensional vector data and make adjustments, which includes the experimental data and the results of their own-
foumei_v55
- 主要为数据分析和统计,仿真图是速度、距离、幅度三维图像,相参脉冲串复调制信号。- Mainly for data analysis and statistics, FIG simulation speed, distance, amplitude three-dimensional image, Complex modulation coherent pulse train signal.
neimou
- 多元数据分析的主分量分析投影,中介真值程度度量,基于中介真值程度度量的图像分割有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
tenglun
- 仿真图是速度、距离、幅度三维图像,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.
资料
- 资料中提供了对应的数据和程序,其中程序能够实现对三维数据的拟合。(It can realize data fitting)
火焰三维温度场-Fortran
- 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.)