代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/384898/8835048
txt 大地四边形算例.txt
已知:
Xa: 107248.61 Ya: 570286.23 Xb: 108451.062 Yb: 570006.645
1:53.0915
2:33.3554
3:30.0455
4:63.0959
5:62.5106
6:23.5406
7:30.013
8:63.1312
结果:
Xc: 107502.016 Yc: 569208.429
www.eeworm.com/read/384713/8850137
cpp kalmanview.cpp
// KalmanView.cpp : implementation of the CKalmanView class
//
#include "stdafx.h"
#include "Kalman.h"
#include "math.h"
#include "KalmanDoc.h"
#include "KalmanView.h"
#include "Select.h"
www.eeworm.com/read/187057/8859330
m 复件 pcarecognition.m
% Face recognition program
clear all
close all
clc
% number of images on your training set.
M=20;
%Chosen std and mean.
%It can be any number that it is close to the std and mean of most of
www.eeworm.com/read/428507/8862820
log cc_build_debug.log
----------------------------- matrix.pjt - Debug -----------------------------
Build Complete,
0 Errors, 0 Warnings, 0 Remarks.
www.eeworm.com/read/384512/8866343
m som_fuzzycolor.m
function [color,X]=som_fuzzycolor(sM,T,R,mode,initRGB,S)
% SOM_FUZZYCOLOR Heuristic contraction projection/soft cluster color coding for SOM
%
% function [color,X]=som_fuzzycolor(map,[T],[R],[mode]
www.eeworm.com/read/428451/8867183
m validate.m
function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct)
% Validate a trained model on a fixed validation set
%
% >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/384340/8879864
m butler.m
%This Program is Designed To Simulate The Operation Of Butler Matrix Using Hamming Window
%General Antenna Array Specifications
m = input ('The Number of Array Elements : ') ;
Msgbox ('Enter The I
www.eeworm.com/read/384289/8881708
m contents.m
% LAMBDA toolbox
% Version V2.1 dd. 05-MAR-2001
%
% Main routines:
% lambda1 - Integer estimation, extended options
% lambda2 - Integer estimation, basic options
%
% Demonstration:
% ldemo
www.eeworm.com/read/384289/8881727
m lambda2.m
function [afixed,sqnorm,Qahat,Z] = lambda2 (afloat,Qahat)
%LAMBDA2: Integer ambiguity estimation using LAMBDA (basic version)
%
% This routine performs an integer ambiguity estimation using the
% LAM
www.eeworm.com/read/384265/8884745
inl linearequation.inl
//LinearEquation.inl 线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _LINEAREQUATION_INL
#define _LINEAREQUATION_INL
//全选主元高斯消去法
template
int L