搜索资源列表
-
0下载:
需要利用有序链表来实现一元稀疏多项式的表示及加法运算的简单计算程序,其基本功能有:
(1)输入并建立两个多项式;
(2)多项式f1(x)与f2(x)相加,建立和多项式f3(x);
(3)输出多项式f1(x),f2(x),f3(x)。-Need to use ordered lists to implement a dollar sparse representation of polynomials of simple addition operations and calculat
-
-
0下载:
一元稀疏多项式的表示及运算。根据多项式的结构特点,利用线性链表来实现多项式相加,结点中存放各项的系数和指数,构造相应的多项式。将链表初始化为空,将多项式中的每一项顺序插入链表中,并将链表中多项式按升幂排列。进行多项式加法是,先将其中一多项式a存入链表c中,然后将多项式b的每一项一次插入链表c中,最后得到结果多项式c。-Unary representation of sparse polynomials and operations. According to the structural cha
-
-
0下载:
利用三元组表存储表示,求稀疏矩阵的转置矩阵-Using the table triples storage representation, find the sparse matrix transpose
-
-
0下载:
实现稀疏矩阵的表示方法及其运算,实现稀疏矩阵在三元组表示下的运算并分析其效率。
-Sparse matrix representation to achieve its operation, to achieve sparse matrix triple in the next, and analyze its computational efficiency.
-
-
0下载:
一元稀疏多项式的表示及加法运算
(1) 多项式以指数递增的顺序输入。
(2) 设计的数据结构应有利于表示任意一元稀释多项式。
(3)输出原始多项式及运算结果。
-One yuan sparse polynomial representation and addition operations
-
-
0下载:
以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵的相加,相减,相乘的功能。稀疏矩阵的输入形式采用三元组表示,而运算的结果的矩阵则以通常的阵列形式列出,并输出每一行的第一个非零元的位置。此外,能实现把以三元顺序表表示的稀疏矩阵转换为用十字链表表示的稀疏矩阵,结果按十字链表的每一行和每一列输出稀疏矩阵-The " logical link with a line of information," said the triple sparse matrix sequen
-
-
0下载:
三元组表示稀疏矩阵,实现稀疏矩阵的创建、输出、转置及两个系数矩阵的乘法。-Triples representation of the sparse matrix, sparse matrix creation, output, transpose, and the two coefficient matrix multiplication.
-
-
1下载:
这是线性训练K-SVD词典的一种新算法
表示的信号。给定一组信号,K-SVD试图
提取物,可以稀疏表示这些信号最好的词典。
深入讨论了K-SVD算法中可以找到的:
“K-SVD:设计的超完备字典的一个算法
稀疏表示”,由M.阿哈,M. Elad和点写,适应性,
在IEEE Transactions出现。在信号处理,卷54,11号,
第4311-4322,十一月2006。-he K-SVD is a new algorithm
-
-
0下载:
编写一段程序,使其可以满足一元稀疏多项式的表示以及加法运算功能.
其要求如下:
(a) 多项式以指数递增的顺序输入。
(b) 设计的数据结构应有利于表示任意一元稀疏多项式。
(c) 输出的原始多项式及运算结果。
-Write a program so that it meets one yuan sparse polynomial representation and an adder function whose requirements are as follows: (
-
-
5下载:
此程序为袁晓彤CVPR论文“基于多任务联合稀疏表示的的视觉分类”的主代码部分-The program for Yuan Xiaotong CVPR paper " visual classification with Muti-task joint sparse representation" main code of the parts
-