搜索资源列表
spareness_matrix
- 一本关于稀疏矩阵的算法与实现,适合作为稀疏矩阵的参考-a sparse matrix on the algorithm and implementation for sparse matrix as a reference
Kru
- Kruskal算法,Kruskal算法的时间复杂度为 ,与图中边数有关,而与图中的顶点数无关,因此该算法适合与求边稀疏的网的最小生成树。-Kruskal algorithm, the algorithm Kruskal time complexity of, and chart the edge, with map unrelated to the number of vertices, and the algorithm for edge for the sparse network of m
hashmap
- 用hashmap实现查找,存储等功能 定义了一个接口,并用稀疏矩阵实现-hashmap with Lookup, storage, and other functions defined by an interface, and using sparse matrix to achieve
plus1122
- 1问题描述: 设计一个实现稀疏多项式乘法的程序 2需求分析: 编程实现两个一元多项式相乘,要求: 2.1输入并建立多项式; 2.2输出多项式,输出形式为整数序列:n,c1,e1,c2,e2``````,cn.,en,其中n是多项式的系数,ci和ei分别是第i项的系数和指数,序列按指数降序排列。 2.3多项式a和b相乘,建立结果多项式a*b -a Problem descr iption : Design a sparse polynomial multiplicat
GreedyBasisPursuit
- a new algorithm for computing sparse signal representations using overcomplete dictionaries
yiyuanduoxiangshi
- 一元稀疏多项式的设计-one yuan sparse polynomial design
laishaoshi_37
- 一元稀疏多项式计算器-one yuan sparse polynomial Calculator
xishujuzhenyunsuanqi
- 用java编写的稀疏矩阵运算器,能实现简单的稀疏矩阵的运算,属于菜鸟的作品,呵呵,仅供参考哦~-Prepared using java sparse matrix operations, and to achieve a simple sparse matrix computation, which works rookie, huh, huh, oh, for reference purposes only ~
SkipList
- A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency comparable to balanced binary se
java-jizhengyunsuan
- 面向对象矩阵运算库的设计与实现,压缩包中以稀疏矩阵为例,包换了相关的文档和设计实现,为学习Java编程提供一个良好的例子。-Object-oriented matrix operations database design and implementation of compressed package in order to sparse matrix, for example, replacement and the related documents and design implemen
polynomial
- 在JAVA 实现了一元稀疏多项式的加减乘除运算以及求职预算-Implemented in JAVA dollar sparse polynomial multiplication and division addition and subtraction operations and job budget
SparseMatrix
- Sparse matrixes play an important role in numerical analysis. in this project, Sparse Matrixes are implemented!
data-struct-program
- 一元稀疏多项式计算器、迷宫问题、成绩分析问题、图的基本操作与实现以及背包问题的求解-One yuan sparse polynomial calculator, maze, performance analysis of the problem, graph realization of the basic operations and the knapsack problem and the solution
Sparse-Signal-Reconstruction-
- 稀疏信号重构的远景分析与传感器信源定位综述分析 -A Sparse Signal Reconstruction Perspective for Source Localization With Sensor Arrays
Calcule
- java一元稀疏多项式计算器的编写,用于java课程设计的资料-the preparation of the java one yuan sparse polynomial calculator for java course design information
s
- 一元稀疏多项式计算器,的栈内存储版本的实现-The realization of one yuan sparse polynomial calculator stack stored version
MyJuzhenSystem
- 稀疏矩阵三元组单链表 使用单链表作为成员变量声明稀疏矩阵三元组单链表类,实现构造、矩阵相加(+=和+)、比较相等、转置等功能-Single linked list sparse matrix triples Use single linked list as a member variable declaration sparse matrix triples singly linked list class that implements the structure, matrix a
SwitchData
- Pseudo-instruction which holds switch data. The switch data is a map of values to target addresses, and this class writes the data in either a "packed" or "sparse" form.
sparse-array-reverse
- Test reverse on small and large arrays for Java scr ipt.
SCCP
- A small variant of Wegman and Zadeck s Sparse Conditional Constant Propagation algorithm.