利用容积法从深度图像来构建复杂模型----A Volumetric Method for Building Complex Models from Range Images
标签: Volumetric Building Complex Method
上传时间: 2014-01-11
上传用户:qq1604324866
rls_AR_pred.m - use basic RLS algorithm to predict real-valued AR proce
标签: rls_AR_pred real-valued algorithm predict
上传时间: 2015-12-27
上传用户:缥缈
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
As science advances, novel experiments are becoming more and more complex, requiring a zoo of control devices and electronics executing complicated sequences of steps. Device availability and monetary constrains usually lead to a highly heterogeneous setup with components from several different manufacturers using many different protocols and interfacing mechanisms. This often results in control software being puzzled together to use and provide a multitude of interfacing and control functionality, each using their own calling conventions, data structures, etc. To make matters worse, usually a group of relatively independent programmers is trying to write and maintain the code base. Often this causes extensive duplication of effort as program segments are hard to reuse, since unpredictable changes to the segments by the original authors might compromise other code using these segments.
标签: more experiments requiring advances
上传时间: 2013-12-24
上传用户:qilin
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
complex network复杂网络 基本参数计算,度分布。
上传时间: 2016-09-04
上传用户:bakdesec
复杂网络complex netowrk 基本参数 聚类系数计算
上传时间: 2016-09-04
上传用户:372825274
复杂网络 complex network基本参数计算 边权重计算 根据定义不同 可以选择不同的计算方法
上传时间: 2016-09-04
上传用户:jichenxi0730
复杂网络complex network 生成幂律分布的网络矩阵或者邻接矩阵
上传时间: 2013-12-25
上传用户:王者A
fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
标签: complex-to-complex and imaginary computes
上传时间: 2016-09-17
上传用户:ljt101007