代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/329247/12967119
c lianp.c
char KeyPress(void)
{
char keyp=0;
union REGS regs0;
regs0.h.ah=1;
int86(0x16,®s0,®s0);
if((regs0.x.flags & 0x0040)==0)
{
regs0.h.ah=0;
int86(0x16,®s0,®s0);
keyp=regs
www.eeworm.com/read/141739/12988754
m som_fuzzycolor.m
function [color,X]=som_fuzzycolor(sM,T,R,mode,initRGB,S)
% SOM_FUZZYCOLOR Heuristic contraction projection/soft cluster color coding for SOM
%
% function [color,X]=som_fuzzycolor(map,[T],[R],[mode]
www.eeworm.com/read/328976/12991347
m plotcov2.m
% PLOTCOV2 - Plots a covariance ellipsoid with axes for a bivariate
% Gaussian distribution.
%
% Usage:
% [h, s] = plotcov2(mu, Sigma[, OPTIONS]);
%
% Inputs:
% mu - a 2 x 1
www.eeworm.com/read/328976/12991402
m h2rot.m
% H2ROT - Converts a heading angles to a 2 by 2 rotation matrix.
%
% Usage:
% A = pry2rot(h)
%
% Inputs:
% h - the heading angle (clockwise about the z-axis from the
% positive x-axi
www.eeworm.com/read/242663/12994247
m interleaving.m
function s = interleaving(r,n,m)
%r: input signal
%s: output signal
%n: number of rows in the interleaving matrix
%m: number of colums in the interleaving matrix
% ------- interleaving.m -----------
www.eeworm.com/read/242594/12997639
m nlgen.m
function y = nlgen (x, h, q)
%NLGEN generates the output of a second order Volterra system
% y = nlgen (x, h, q)
% y(n) = sum_{k} h(k) x(n-k) + sum_{k} sum_{l} q(k,l) x(n-k)x(n-l)
% the
www.eeworm.com/read/328848/12998682
h decodeutil.h
#include
#include
#include
#include
int *ivector(int ilow,int ihigh);
int **imatrix(int ilow,int ihigh,int jlow,int jhigh);
double *vector(int ilow,i