代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/431154/1909523
doc sparse.doc
/*
* Revision Control Information
*
* /projects/hsis/CVS/utilities/sparse/sparse.doc,v
* rajeev
* 1.2
* 1995/08/08 22:41:02
*
*/
/*
* sparse matrix element
*/
struct sm_element {
int ro
www.eeworm.com/read/431154/1909524
h sparse.h
#ifndef SPARSE_H
#define SPARSE_H
#include "util.h"
/* hack to fix conflict with libX11.a */
#define sm_alloc sm_allocate
#define sm_free sm_free_space
/*
* sparse.h -- sparse matrix package head
www.eeworm.com/read/428548/1958761
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/418008/2094489
c sparse.c
/*
* 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.
*
* %Begin-Header%
* T
www.eeworm.com/read/385462/2591075
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/374581/2749688
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/357352/3016312
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/253336/4398503
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/473219/6849188
m sparse.m
function Y=sparse(varargin)
%SPARSE (overloaded)
% Author Johan L鰂berg
% $Id: sparse.m,v 1.4 2004/08/04 21:55:05 johanl Exp $
if nargin < 3
error('At-least 3 arguments needed');
end
www.eeworm.com/read/193277/8242582
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