代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/133875/14019201
c my_ex1.c
/*
* ex1.c
*
* Copyright (c) 1995-1999 by The Mathworks, Inc. All Rights Reserved.
*/
/* $Revision: 1.6 $ */
#include
#include /* used for EXIT_SUCCESS */
#i
www.eeworm.com/read/132706/14077915
m makeb.m
function [Bp, Bpp] = makeB(baseMVA, bus, branch, alg)
%MAKEB Builds the FDPF matrices, B prime and B double prime.
% [Bp, Bpp] = makeB(baseMVA, bus, branch, alg) returns the two
% matrices B
www.eeworm.com/read/200131/15440285
c my_ex1.c
/*
* ex1.c
*
* Copyright (c) 1995-1999 by The Mathworks, Inc. All Rights Reserved.
*/
/* $Revision: 1.6 $ */
#include
#include /* used for EXIT_SUCCESS */
#i
www.eeworm.com/read/104632/15686556
txt aashtnm.txt
Short Name For The Matrices :
===========================
F : Fraction
I : Integer
R : Random
m : matrix
v
www.eeworm.com/read/103618/15727474
c my_ex1.c
/*
* ex1.c
*
* Copyright (c) 1995-1999 by The Mathworks, Inc. All Rights Reserved.
*/
/* $Revision: 1.6 $ */
#include
#include /* used for EXIT_SUCCESS */
#i
www.eeworm.com/read/391686/8391205
m parafilters.m
function [y1, y2] = parafilters( f1, f2 )
% PARAFILTERS Generate four groups of parallelogram filters.
% PARAFILTERS generates four groups of parallelogram filters from a pair of
% diamond f
www.eeworm.com/read/282438/9093559
h quant_matrix.h
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Quantization matrix management header -
*
* Copyright(C) 2002 Michael Militzer
www.eeworm.com/read/164554/10103419
m orrsom.m
% The script file orrsom.m computes the eigenvalues of the Orr-Sommerfeld
% equation using NxN Chebyshev differentiation matrices.
% S.C. Reddy, J.A.C. Weideman 1998
N = input(' Order of the diff
www.eeworm.com/read/296909/8072947
m plus.m
function r = plus(obj1, obj2)
% GPVAR/PLUS Implements '+' for GP variables.
%
sz1 = size(obj1); sz2 = size(obj2);
% adding two scalar GP vars together (to get a posynomial)
if( length(obj1) == 1 &
www.eeworm.com/read/311447/13630898
m parafilters.m
function [y1, y2] = parafilters( f1, f2 )
% PARAFILTERS Generate four groups of parallelogram filters.产生四组平行四边形过滤器
% PARAFILTERS generates four groups of parallelogram filters from a pair of
%