CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - sparse data

搜索资源列表

  1. caculater

    0下载:
  2. 数据结构实验,实现一元稀疏多项式的加减乘除,并可计算一元多项式方程组-Experimental data structure to achieve a dollar sparse polynomial addition, subtraction, and calculation of a polynomial equation
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1927263
    • 提供者:程序猿
  1. MatrixTranspose

    0下载:
  2. 数据结构中实现矩阵转置功能,利用随机数产生稀疏矩阵。-Data structure to implement matrix transpose function, sparse matrix using random number generator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:明峰
  1. rfc5015.txt

    0下载:
  2. This document discusses Bidirectional PIM (BIDIR-PIM), a variant of PIM Sparse-Mode that builds bidirectional shared trees connecting multicast sources and receivers. Bidirectional trees are built using a fail-safe Designated Forwarder (DF) ele
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:43251
    • 提供者:lie
  1. 3

    0下载:
  2. 数据结构经典制作内容--- 稀疏矩阵的建立十字链表表示稀疏矩阵- 1.稀疏矩阵的加法运算 2.稀疏矩阵乘法运算-- 3.稀疏矩阵的转置-- 4.退出功能)-The contents of the data structure--- the classic production create the sparse matrix sparse matrix that cross list- 1. Sparse matrix addition operation 2. Sparse
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3161
    • 提供者:shaluo025
  1. xishujuzhenyunsuanqi

    0下载:
  2. 三元数组描述的稀疏矩阵加法,减法,乘法运算。是稀疏矩阵数据结构的运算器。-Array of sparse matrix described ternary addition, subtraction, multiplication. Sparse matrix data structure is the computing device.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:182836
    • 提供者:王恺
  1. transform_matrix

    0下载:
  2. 是数据结构中常用的程序,这个程序能够实现稀疏矩阵的快速转置-Data structure is commonly used procedures, which enables fast sparse matrix transpose
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1566
    • 提供者:溪云
  1. 3_106-6

    0下载:
  2. This paper present a Template Sparse Library for Power Systems (TSLPS) developed in C++. Its aim is to provide a coherent platform for many power system applications such as Load Flow(LF), Short Circuit(SC), Optimal Power Flow(OPF) and Transient
  3. 所属分类:Energy industry

    • 发布日期:2017-03-31
    • 文件大小:128034
    • 提供者:montather
  1. xishujuzhenzhuanzhi

    0下载:
  2. 数据结构之稀疏矩阵的转至。程序完整有主程序。-The sparse matrix data structures go. Integrity of the process are the main program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:671
    • 提供者:zrf
  1. crosslink

    0下载:
  2. 本代码是根据数据结构的只是,采用C语言编译代码,用十字链表实现稀疏矩阵相加-This code is based on data structure only, the use of C language compiled code, with the sum of cross-linked to achieve sparse matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1482
    • 提供者:杨全校
  1. skiplist.c.tar

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1229
    • 提供者:read1
  1. TransposeSMatrix

    0下载:
  2. 数据结构中稀疏矩阵的转置,使用C语言实现-Sparse matrix data structure transpose, use the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:8189
    • 提供者:LZ
  1. ICCV09codes

    0下载:
  2. Sparse recovery algorithms from exact and incomplete data
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:46598
    • 提供者:dungnm
  1. Programs

    0下载:
  2. 数值分析算法,密码Jacobi符号计算,数据结构中二叉树判定及一元稀疏多项式计算。-Numerical analysis algorithms, password Jacobi symbol calculations, the data structure sparse binary polynomial to determine and calculate a dollar.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:10560
    • 提供者:郭旭阳
  1. zhongjidaima

    0下载:
  2. 数据结构的作业,一元稀疏多项式计算机的设计,C语言编程,希望对大家能有所帮助-The data structure of homework, a dollar sparse polynomial computer design, the C programming language, hope to everybody can help
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2320
    • 提供者:秋风扬起
  1. MatrixY

    0下载:
  2. 程序的功能(应用在电力系统中) (1) 网络数据输入的内容包括节点信息和支路信息 (2) 可适合任意规模的网络 (3) 可查询节点、支路信息(根据节点名或支路名) (4) 形成导纳矩阵及输出 (5) 导纳矩阵稀疏处理 (6) 基于导纳矩阵的稀疏表示,获取Yij-Functionality of the program (application in the power system) (1) network includes data input nodes and br
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:294322
    • 提供者:sylvia
  1. dianliMatrixY

    0下载:
  2. 程序的功能(应用在电力系统中) (1) 网络数据输入的内容包括节点信息和支路信息 (2) 可适合任意规模的网络 (3) 可查询节点、支路信息(根据节点名或支路名) (4) 形成导纳矩阵及输出 (5) 导纳矩阵稀疏处理 (6) 基于导纳矩阵的稀疏表示,获取Yij-Functionality of the program (application in the power system) (1) network includes data input nodes and br
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:2300
    • 提供者:sylvia
  1. SparseMatrix

    0下载:
  2. 大学课程数据结构用稀疏矩阵及其实现,这个是win32控制台程序 -University courses with a sparse matrix data structure and its implementation, this is a win32 console application
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:900905
    • 提供者:林烽
  1. Researeh-on-trajeetoy

    0下载:
  2. 首先,探讨了映射方法的选择。此步骤是整个规划方法的基础。协调映射因为具有 变形小、网格不会重叠等优点,被作为最佳选择。根据协调映射的理论,建立了平面上 圆形域、矩形域、多边形域等参数域的映射模型,可根据轨迹规划的需要来选择映射的 边界。由于协调映射时所需处理的数据量很大,本文给出了编程时具体的数据结构,其 中大型稀疏矩阵采用三元组压缩存储。 -First, the choice of the mapping method. This step is the basis for
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:3261201
    • 提供者:周保兴
  1. ItemClusteringRecomAlg

    0下载:
  2. 针对传统推荐算法的数据稀疏性问题和推荐准确性问题,提出基于粒子群优化的项聚类推荐算法。采用粒子群优化算法产生聚类中心,在此基础上搜索目标项目的最近邻居,并产生推荐,从而提高了传统聚类算法的推荐准确性及响应速度。实验表明改进的项聚类协同过滤算法能有效提高推荐精度-Aiming at the problems that the data are sparse and the results are not accurate in traditional recommendation algorith
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:366649
    • 提供者:ming
  1. polynomail

    0下载:
  2. 稀疏多项式 数据结构的 绿皮版的 希望有用-Sparse polynomial data structure version of the Green Paper seek to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2539
    • 提供者:张华
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com