代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/152288/12124220
m 3-5.m
S1 = sparse(1:4,1:4,-2*ones(1,4),4,4,4);
% 创建主对角线上的元素
S2 = sparse(2:4,1:3,3*ones(1,3),4,4,3);
% 创建主对角线下面一条对角线上的元素
S3 = sparse(1:3,2:4,4*ones(1,3),4,4,3);
% 创建主对角线上面一条对角线上的元素
S = S1+S2+S3
% 计算稀疏
www.eeworm.com/read/339620/12217018
m calib_stereo.m
% calib_stereo
% 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 pattern
www.eeworm.com/read/225935/14510470
m calib_stereo.m
% calib_stereo
% 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 pattern
www.eeworm.com/read/123658/14618644
h sarray.h
/* Sparse Arrays for Objective C dispatch tables
Copyright (C) 1993, 1995 Free Software Foundation, Inc.
Author: Kresten Krab Thorup
This file is part of GNU CC.
GNU CC is free software; you can
www.eeworm.com/read/123658/14618675
c sarray.c
/* Sparse Arrays for Objective C dispatch tables
Copyright (C) 1993, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modif
www.eeworm.com/read/216864/14990405
c mem.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/212602/15152399
m fm_exc.m
function fm_exc(flag)
% FM_EXC define Automatic Voltage Regulators
%
% FM_EXC(FLAG)
% FLAG = 3 differential equations
% FLAG = 4 state matrix
% FLAG = 5 non-windup limits
%
%see als
www.eeworm.com/read/171344/5396417
c mem.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/169197/5425722
c mem.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/168845/5436114
cpp bench22.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted