代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/179737/9341249
m ex742.m
%----------------------------------------------------------------------------%
% Example 7.4.2
% to solve static 2-d truss structure
%
www.eeworm.com/read/179737/9341302
m ex893.m
%----------------------------------------------------------------------------%
% Example 8.9.3 %
% to solve a static beam deflection usin
www.eeworm.com/read/179737/9341322
m ex8102.m
%----------------------------------------------------------------------------%
% Example 8.10.2 %
% to solve the natural frequencies of a
www.eeworm.com/read/179737/9341339
m ex1091.m
%----------------------------------------------------------------------------
% Example 10.9.1
% A simply supported square plate is su
www.eeworm.com/read/375908/9343994
cpp matrixlyq.cpp
// MATRIX1.cpp: implementation of the MATRIX class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MatrixLYQ.h"
#include "math.h"
///
www.eeworm.com/read/375766/9350015
txt vc_simply.txt
//线性规划的单纯形法;
//C++实现,在VC++6.0中通过
#include
#include
#include
floatmatrix[100][100],x[100];/*记录总方程的数组,解的数组*/
inta[100];/*记录基础,非基础的解的情况,0:非基础,1:
www.eeworm.com/read/375337/9363656
m aalms1.m
function[w,y,e,J,w1]=aalms1(x,dn,mu,M)
%function[w,y,e,J,w1]=aalms1(x,dn,mu,M);
%this function provides also the changes of filter coefficients
%versus iterations;
%all quantities are real-value
www.eeworm.com/read/179210/9365097
m anal2.m
function [E,Nc,mC,T] = anal2(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determines the Minima
www.eeworm.com/read/375212/9369262
m replace.m
function rm = replace(r,vars)
%REPLACE Replaces variables based on PCA or PLS models
% This function generates a matrix that can be used to
% replace "bad" variables from data matrices with the
www.eeworm.com/read/179095/9373317
dat ldltpara.dat
# If the line begin with '#', then this line will be ignored.
# There should not be empty line.
# The first line must be 'n =' and followed by a number for dimension n.
# 以'#'开头的行将被忽略掉, 是注释行. 不要有空行