代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/448096/7540250

py analyse_file.py

#! /usr/bin/env python import os import sys # # # #zc030x Register map #------------------- #0x01d to 0x020 HSYNC/VSYNC (same values as hv7131b) #0x090 to 0x094: i2c bus control #0x10a to 0x112: A 3
www.eeworm.com/read/447276/7555362

java ludecomposition.java

package Jama; /** LU Decomposition. For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n unit lower triangular matrix L, an n-by-n upper triangular matrix U,
www.eeworm.com/read/446769/7565352

m izigzag.m

% Inverse zigzag scan of a matrix % Arguments are: a 1-by-m*n array, % where m & n are vertical & horizontal sizes of an output matrix. % Function returns a two-dimensional matrix of defined sizes
www.eeworm.com/read/446490/7577649

m mspc.m

function ms=mspc(x,f) % The function MSPC calculates a normalized marginal damping spectrum % of x(k,n), where k specifies the number of frequencies, and % n is the number of time values. % % An in
www.eeworm.com/read/443851/7621906

m topologyfile.m

% This is the sample topology file, the node id should start with 0 % The format is % nodeid x y % Do not change the name of the matrix, keep it as "topology" topology = [ 0 0 1 0 2 0 3 0
www.eeworm.com/read/442847/7643535

m prm.m

function [b,wy,wt,T,P,R]=prm(X,y,h,fairct,opt) % PRM Partial Robust M-regression estimator % ------------------------------------------ % Inputs: y, vector of size (n,1): contains responses %
www.eeworm.com/read/442822/7644326

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/442265/7656126

m sima1.m

function [nw,a1,i] = sima1(w,p,lr,rho,pf) %SIMA1 ART1 simulation function. % Each input vector is presented to the network one at a time. % (See COMPET, HARDLIM) % % [NW,A1,
www.eeworm.com/read/441983/7661671

cpp homer1.cpp

// yunshu.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include float matrix[100][100],x[100]; /* 记录总方程的数组,解
www.eeworm.com/read/441620/7668159

java shixi.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Shixi extends JFrame implements ActionListener{ JTextField fieldAmount = new JTextField(10); JTextField fieldBegin