代码搜索:CArray
找到约 509 项符合「CArray」的源代码
代码结果 509
www.eeworm.com/read/289289/8561102
txt vc++最小二乘法曲线拟合.txt
//最小二乘法曲线拟合
typedef CArrayCDoubleArray;
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N
www.eeworm.com/read/176537/9494065
txt 2.txt
//最小二乘法曲线拟合
typedef CArrayCDoubleArray;
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N
www.eeworm.com/read/365849/9844093
m findcstr.m
function index=findcstr(carray,str)
% Searches for a given string in a cell array of strings.
%
% Syntax: (* = optional)
%
% index = findcstr(carray,str);
%
% In arguments:
%
% 1. carray
% A
www.eeworm.com/read/365849/9844176
m sortlengths.m
function [carray, order]=sortlengths(carray);
%EXT2INT Input arguments:
% 1) cell (char) array
%
% Sorts the cell array with respect to element length.
% Returns the sorted array and the corresp
www.eeworm.com/read/325790/13184689
m findcstr.m
function index=findcstr(carray,str)
% Searches for a given string in a cell array of strings.
%
% Syntax: (* = optional)
%
% index = findcstr(carray,str);
%
% In arguments:
%
% 1. carray
% A
www.eeworm.com/read/325790/13184736
m sortlengths.m
function [carray, order]=sortlengths(carray);
%EXT2INT Input arguments:
% 1) cell (char) array
%
% Sorts the cell array with respect to element length.
% Returns the sorted array and the corresp
www.eeworm.com/read/250239/12421751
txt 2.txt
//最小二乘法曲线拟合
typedef CArrayCDoubleArray;
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N
www.eeworm.com/read/122918/14657021
txt 最小二乘法曲线拟合.txt
//最小二乘法曲线拟合
typedef CArrayCDoubleArray;
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N
www.eeworm.com/read/219223/14891043
txt 新建 文本文档.txt
最小二乘法曲线拟合
//最小二乘法曲线拟合
typedef CArrayCDoubleArray;
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结
www.eeworm.com/read/217591/14957740
m lsm.m
typedef CArrayCDoubleArray;
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//