代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/130982/14164351
cat bld_master_full.cat
function [Ef] = bld_master_full(vtx,simp,mat,elec,zc);
System matrix assembling based on the complete electrode model.
This function is called within fem_master_full.
Ef = The UNreferenced syst
www.eeworm.com/read/130982/14164436
m laserbeam.m
function [sel] = laserbeam(vtx,srf,cnts)
% function [sel] = laserbeam(vtx,srf,cnts)
%
%Auxiliary ploting function
%
%
%
%vtx = The vertices matrix
%srf = The boundary faces
%cnts = The coo
www.eeworm.com/read/130918/14167504
cpp linesearch_sm.cpp
/*单纯形法求解线性规划
bug:1 约束条件右端不能出现负值
2 不能用分数,只能用小数
3 默认自变量非负,如果有负值需要平移为正值,加一个正数,最优值不变,但是最优解需要减掉此正数平移量
4 目标函数中常量不被计算在内,如果含有常量,需要计算后自己加上
*/
#include
#include
#include ...
www.eeworm.com/read/233105/14169140
c 逆矩阵.c
#define N 5 /*[注]:修改6为你所要的矩阵阶数*/
#include "stdio.h"
#include "conio.h"
/*js()函数用于计算行列式,通过递归算法实现*/
int js(s,n)
int s[][N],n;
{int z,j,k,r,total=0;
int b[N][N];/*b[N][N]用于存放,在矩阵s[
www.eeworm.com/read/130648/14179777
txt id3.c.txt
#include
#include
#include
#include
#include
#include
#include
#include
typedef unsigned int UINT;
typede
www.eeworm.com/read/130491/14189833
risk toy.risk
categories {
one, two, three
}
prior {
2, 1, 1
}
loss_matrix {
"" one [ 0, 1, 2 ]
"" two [ 3, 0, 5 ]
"" three [ 1, 1, 0 ]
}
www.eeworm.com/read/232342/14197127
m percentile.m
%PERCENTILE: The kth percentile Pk is that value of X, say Xk, which
% corresponds to a cumulative frequency of Nk/100. ( cited from
% Eric W. Weisstein. "Percentile." From MathWorld--A Wolfram
www.eeworm.com/read/232339/14197976
m percentile.m
%PERCENTILE: The kth percentile Pk is that value of X, say Xk, which
% corresponds to a cumulative frequency of Nk/100. ( cited from
% Eric W. Weisstein. "Percentile." From MathWorld--A Wolfram
www.eeworm.com/read/130197/14203939
readme
Directory
../Utilities
Contents
colSum.m
Sums the columns of matrices.
diagProduct.m
Fast way to get the diagonal of the product of two matrices.
dupCol.m
Creates a matrix
www.eeworm.com/read/130071/14209365
txt 源码.txt
PROTO.H
NEGENTROPY negentropy ( REAL **, UINT, NODE*, UINT );
void print_tree ( NODE* , CHAR** );
void free_tree ( NODE * );
NODE* ID3 ( MATRIX * , NODE* , UINT , UINT );
void err_exit ( CHAR* ,