代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/364233/9917656
java smo.java
import java.util.*;
import java.lang.*;
import java.io.*;
import java.rmi.*;
import java.math.*;
class sparse_binary_vector
{
Vector id = new Vector();
}
class sparse_vector
{
Vecto
www.eeworm.com/read/168156/9936469
m ldpc_decode.m
function [x_hat, success, k] = ldpc_decode(y,f0,f1,H)
% decoding of binary LDPC as in Elec. Letters by MacKay&Neal 13March1997
% For notations see the same reference.
% function [x_hat, success, k]
www.eeworm.com/read/358669/10182438
m go_calib_stereo.m
% go_calib_stereo.m
%
% Script for Calibrating a stereo rig (two cameras, internal and external calibration):
%
% It is assumed that the two cameras (left and right) have been calibrated with the
www.eeworm.com/read/357617/10204925
txt 04-351.txt
% An example of sparse matrix operation
i=ceil(rand(10,1)*10);
j=ceil(rand(10,1)*10);
s=ceil(rand(10,1)*10);
S=sparse(i,j,s,10,10)
X=full(S);
num=nnz(S)
non0=nonzeros(S)
Amount_of_storage=nzma
www.eeworm.com/read/356588/10224251
m make.m
% This make.m is used under Windows
mex -O -c svm.cpp
mex -O -c svm_model_matlab.c
mex -O svmtrain.c svm.obj svm_model_matlab.obj
mex -O svmpredict.c svm.obj svm_model_matlab.obj
mex -O read_sp
www.eeworm.com/read/162604/10291830
c sarray.c
/* Sparse Arrays for Objective C dispatch tables
Copyright (C) 1993, 1995, 1996, 2002, 2004 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it
www.eeworm.com/read/275194/10829928
hpp tcovar.hpp
// $masm\tcovar.hpp 1.5 milbo$
// Warning: this is raw research code -- expect it to be quite messy.
// milbo jul06 Gardens
#if !defined(tcovar_hpp)
#define tcovar_hpp
// Row layout is:
// 1st
www.eeworm.com/read/274278/10879202
m make.m
% This make.m is used under Windows
mex -O -c svm.cpp
mex -O -c svm_model_matlab.c
mex -O svmtrain.c svm.obj svm_model_matlab.obj
mex -O svmpredict.c svm.obj svm_model_matlab.obj
mex -O read_sp
www.eeworm.com/read/418304/10954387
m fm_dfig.m
function fm_dfig(flag)
% FM_DFIG define Constant Speed Wind Turbine
%
% FM_DFIG(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
%
www.eeworm.com/read/418304/10954454
m fm_cswt.m
function fm_cswt(flag)
% FM_CSWT define Constant Speed Wind Turbine
%
% FM_CSWT(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
%