代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/200523/5064748
andreas_sparse
# Prelude: analysis results
# #nodes : 50
# #anchors : 10 (20%)
# #undetermined: 1 ( 2%)
# #unknowns : 39 (78%), connectivity: 7.46 +/- 2.22
# #bad unknowns: 0 ( 0%)
www.eeworm.com/read/168081/5449212
txt sparse.txt
procedure SPARSE(B:array of real; N:integer;var X:array of real; RSQ:real);
label 1;
const
NMAX = 500; EPS = 0.000001;
var
G,H,XI,XJ:array[0..500] of real;
J,ITER,IRST:integer;
www.eeworm.com/read/327225/3463302
c sparse.c
/* vi: set sw=4 ts=4: */
/*
* sparse.c --- find the groups in an ext2 filesystem with metadata backups
*
* Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
* Copyright (C) 2002 Andreas Dilger.
www.eeworm.com/read/318961/3560043
c sparse.c
/* vi: set sw=4 ts=4: */
/*
* sparse.c --- find the groups in an ext2 filesystem with metadata backups
*
* Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
* Copyright (C) 2002 Andreas Dilger.
www.eeworm.com/read/307309/3725376
c sparse.c
/* vi: set sw=4 ts=4: */
/*
* sparse.c --- find the groups in an ext2 filesystem with metadata backups
*
* Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
* Copyright (C) 2002 Andreas Dilger.
www.eeworm.com/read/303463/3810429
m sparse.m
function Y=sparse(varargin)
%SPARSE (overloaded)
% Author Johan L鰂berg
% $Id: sparse.m,v 1.1 2006/08/10 18:00:22 joloef Exp $
if nargin < 3
error('At-least 3 arguments needed');
end
www.eeworm.com/read/295117/3912103
c sparse.c
/* vi: set sw=4 ts=4: */
/*
* sparse.c --- find the groups in an ext2 filesystem with metadata backups
*
* Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
* Copyright (C) 2002 Andreas Dilger.
www.eeworm.com/read/432906/1888087
sparse-merge
#!/bin/bash
# Generate a patch for each of the ia64 files in the linux-2.6-xen-sparse tree
# Path to mercurial tree of upstream Linux
# WARNING: This will do an 'hg up -C' on the upstream Linux tree,
www.eeworm.com/read/431154/1909306
c sparse.c
/*
* Revision Control Information
*
* $Source: /projects/mvsis/Repository/mvsis-1.3/src/sis/espresso/sparse.c,v $
* $Author: wjiang $
* $Revision: 1.1.1.1 $
* $Date: 2003/02/24 22:24:08 $
*
*/
www.eeworm.com/read/431154/1909522
make sparse.make
CSRC += cols.c matrix.c rows.c
HEADERS += sparse.h sparse_int.h
MISC += sparse.doc
DEPENDENCYFILES = $(CSRC)