搜索资源列表

  1. shiyanbaogao

    0下载:
  2. 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:124928
    • 提供者:张周
  1. xishujuzhenzhuanzhi

    0下载:
  2. 11、 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构-11, sparse matrix transpose: Enter the sparse matrix in each element of the line number, column number, value, and the establishment of the triple spars
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:bjtupro
  1. Matrix

    0下载:
  2. 本程序实现两个矩阵相加、相减和相乘的运算和求稀疏矩阵的转置矩阵-Implementation of this program add two matrices, subtraction and multiplication operations and seek sparse matrix transpose
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:
  1. RecPF_v2.2_pub

    0下载:
  2. MRI稀疏重建,基于TV正则,使用TV加性模型。-TV based MRI partial K-space reconstruction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:2653184
    • 提供者:xiaohui Liu
  1. MATLAB6Math

    0下载:
  2. 本教程提供了使用MATLAB的实践性指导,它基于MATLAB6.0版,内容由浅入深,特别是本书对每一条命令的使用格式都作了详细而又简单明了的说明,并配备了例题加以说明其用法,因此,对于初学者自学是很有帮助的;同时,又对数学中的一些深入问题如数值分析、稀疏矩阵、优化理论以及模糊数学等问题进行了较为详细的论述,因此,该书也可作为科技工作者的科学计算工具书。-This tutorial provides a practical guide f
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:2392064
    • 提供者:臧文乾
  1. maxsize

    0下载:
  2. 稀疏矩阵采用三元组表示。 (1)求两个具有相同行列数的稀疏矩阵A和B的相加矩阵C,并输出C。 (2)求出C的转置矩阵D,输出D。-Sparse matrix expressed by triples. (1) Find the ranks of the two have the same number of sparse matrix A and B of the sum matrix C, and the output C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:紫阳
  1. Sparsematrix(sequencetable)

    0下载:
  2. 大学本科数据结构课程实验,稀疏矩阵C语言实现,采用顺序表存储结构。内有清晰注释-Undergraduate data structures course experiment, sparse matrix C language, using the order form storage structures. There are clear comments
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:199680
    • 提供者:chenshuyi
  1. SPARSKIT2.tar

    0下载:
  2. SPARSKIT 是一个 FORTRAN 子程序包用来求解稀疏矩阵。它包含了基本的稀疏矩阵运算代码以及一些迭代算法。-SPARSKIT is a package of FORTRAN subroutines for working with sparse matrices. It includes general sparse matrix manipulation routines as well
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1172480
    • 提供者:平卫
  1. l1_ls_matlab_(new-2008)

    0下载:
  2. l1_ls 是一个目前最好的求解稀疏矩阵方程解的算法之一,这是作者发布的最新 MATLAB 源代码。-l1_ls: A Matlab solver for l1-regularized least squares problems. BETA version, May 10 2008 COPYRIGHT (c) 2007 Kwangmoo Koh, Seung-Jean Kim and Stephen Boyd.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:79872
    • 提供者:bsmsht
  1. l1magic-1.1-(new)

    0下载:
  2. L1-magic 是一个求解矩阵方程稀疏解的工具包,这是原作者发布的最新 MATLAB 源代码。- l1 magic (new) -------- This package contains code for solving seven optimization problems. A detailed explanation is given in the file l1magic.pdf.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:389120
    • 提供者:bsmsht
  1. l1benchmark

    0下载:
  2. l1benchmark 这个算法包提供了十种求解带稀疏约束的矩阵方程 AX=b 的 MATLAB 实现代码,并提供了一个比较各种算法求解结果的演示。-An L1-norm minimization benchmark package, which contains an implementation of ten L1-norm minimization algorithms in MATLAB. The package also pr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:46080
    • 提供者:bsmsht
  1. matrix

    0下载:
  2. 稀疏矩阵运算器,可以实现自动根据矩阵的各种判定条件来判断该矩阵是否有解的问题,并且求解出来。-Sparse matrix calculator, you can automatically determine the conditions under various matrix to determine whether a solution to the problem of the matrix, and solving them.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:李晓东
  1. SparseMatrixOfExamples

    0下载:
  2. 稀疏矩阵的实例,讲述如何用稀疏矩阵进行实际的编程。本例是以超市购物为实际背景。-Examples of sparse matrix
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:月亮
  1. sparse_representation

    0下载:
  2. 带有visual接口的matlab稀疏表示算法,以及对应的文章-Visual interface with matlab sparse representation algorithm, and the corresponding articles
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:133120
    • 提供者:刘慧
  1. sparsematrix

    0下载:
  2. 稀疏矩阵运算器,包括稀疏矩阵的运算,说明-Sparse matrix solver, including sparse matrix computation shows that
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1145856
    • 提供者:陈小姐
  1. MATLAB_sparse_matrix_and_variable_tutorial

    0下载:
  2. MATLAB稀疏矩阵和变量教程MATLAB sparse matrix and variable tutorial-MATLAB sparse matrix and variable tutorial MATLAB sparse matrix and variable tutorial
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:286720
    • 提供者:jdf
  1. SLEP

    0下载:
  2. 非常强大的稀疏性分析的工具包,提供了多种稀疏性分析的工具,是研究的有效助手!-Very powerful tool for analysis of sparse package, to provide a variety of sparse analysis tool is an effective research assistant!
  3. 所属分类:波变换

    • 发布日期:2024-05-12
    • 文件大小:209920
    • 提供者:苏航
  1. match

    0下载:
  2. 本源码是关于未校正图像的稀疏点匹配与重建的代码,其中还包括了用于实验的图像-The source is sparse on the uncorrected image point matching and reconstruction code, which also includes images used in experiments
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1404928
    • 提供者:李咋
  1. mp030211

    0下载:
  2. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:16083968
    • 提供者:lidan
  1. SparseMatrix

    0下载:
  2. 用十字链表表示稀疏矩阵,进行存储、运算操作。-Cross linked with that sparse matrix manipulation and storage
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:690176
    • 提供者:kevin Ning
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org