代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/339987/12188946
c ifratc.c
/* Inverse Finite Radon Transform
*
* Author: Minh N. Do
*
* Version history:
* November 1999: First running version
* June 2000: Modified variable name to conform with the paper
* Cha
www.eeworm.com/read/339987/12189006
m fratf.m
function [y, m] = fratf(x)
% FRATF Finite Radon Transform
%
% [y, m] = fratf(x)
%
% Input:
% x: a P by P matrix. P is a prime.
%
% Output:
% y: a P by (P+1) matr
www.eeworm.com/read/339929/12194691
m the 2 dof milling analysis.m
clear
% parameters
N=2; % number of teeth
Kt=6e8; % tangential cutting force coefficient(N/m^2)
Kn=2e8; % normal cutting force coefficient(N/m^2)
w0x=922*2*pi; %angular natural fr
www.eeworm.com/read/151567/12200448
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/339665/12211194
m conffig.m
function fh=conffig(y, t)
%CONFFIG Display a confusion matrix.
%
% Description
% CONFFIG(Y, T) displays the confusion matrix and classification
% performance for the predictions mat{y} compared with
www.eeworm.com/read/339665/12211254
m netgrad.m
function g = netgrad(w, net, x, t)
%NETGRAD Evaluate network error gradient for generic optimizers
%
% Description
%
% G = NETGRAD(W, NET, X, T) takes a weight vector W and a network data
% structure
www.eeworm.com/read/339665/12211767
m mlphess.m
function [h, hdata] = mlphess(net, x, t, hdata)
%MLPHESS Evaluate the Hessian matrix for a multi-layer perceptron network.
%
% Description
% H = MLPHESS(NET, X, T) takes an MLP network data structure
www.eeworm.com/read/253434/12221670
cc shape.cc
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/or
/
www.eeworm.com/read/339483/12230421
sh pw.sh
#!/bin/bash
# May need to be invoked with #!/bin/bash2 on older machines.
#
# Random password generator for Bash 2.x by Antek Sawicki <tenox@tenox.tc>,
# who generously gave permission to the
www.eeworm.com/read/151143/12233013
m correlate.m
function c = correlate(a,b,bool)
% Function computes the correlation of the two input vectors/matrices
% (if one of the inputs is a matrix, the other must either
% be a vector or a matrix with the