搜索资源列表

  1. Data-Mining-AssociationRules-0.10.tar

    0下载:
  2. perl implementation of the apriori algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-08
    • 文件大小:17408
    • 提供者:mohsin
  1. receiver4

    0下载:
  2. OFDM transmitter & receiver block implementation
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:amit
  1. JMAC

    0下载:
  2. It is a Java implementation of Monkey s Audio Compression decoder. JMAC is a Java library that decodes, converts and plays Monkey s Audio files (.MAC, .APL, .APE) in real time. JMAC doesn t need JMF. It runs under J2SE.
  3. 所属分类:Audio

    • 发布日期:2024-05-08
    • 文件大小:1459200
    • 提供者:Kan
  1. k_means

    0下载:
  2. this code is a faster kmeans clustering implementation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:farooq
  1. C4_5

    0下载:
  2. C4.5算法 matlab实现的,感觉还可以,大家可以看看!-the implementation of C4.5 using matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:dizhaung
  1. A.Software.Defined.GPS.and.Galileo.Receiver

    0下载:
  2. Software-defined radios (SDRs) have been around for more than a decade. The first complete Global Positioning System (GPS) implementation was described by Dennis Akos in 1997. Since then several research groups have
  3. 所属分类:GPS编程

    • 发布日期:2024-05-08
    • 文件大小:1932288
    • 提供者:hamed
  1. 2

    0下载:
  2. 扩展欧几里德算法不但能计算(a,b)的最大公约数,而且能计算a模b及b模a的乘法逆元。平方和乘算法的复杂度:执行次数至少要k次模乘,最多需要2k次模乘。-Extended Euclidean algorithm for computing not only (a, b) the common denominator, and to calculate a modulus b and b modulus a multiplicative
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:俞佳
  1. fpt

    0下载:
  2. This the implementation the fp growth algorithm implemented c language where this algorithm normally finds the frequenttly generated itemmsets-This is the implementation the fp growth algorithm implemented c language whe
  3. 所属分类:百货/超市行业

    • 发布日期:2024-05-08
    • 文件大小:27648
    • 提供者:santu
  1. Apriori

    0下载:
  2. Implementation of Apriori algorithm, using C#. Apriori is a classic algorithm for learning association rules. Apriori is designed to operate on databases containing transactions (for example, collections of items bou
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:38912
    • 提供者:gabi4488
  1. pagerank

    0下载:
  2. PageRank的MapReduce(hadoop)实现,包括链接关系的抽取,PageRank值的计算和结果的排名显示。-implementation of PageRank using hadoop.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:ke qing
  1. JPDA

    3下载:
  2. 用来进行多目标跟踪的JPDA算法的MATLAB程序包. 跟踪效果还行. -An MATLAB implementation of JPDA multitarget tracking algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:22528
    • 提供者:Ren Xiaoyi
  1. MPTK-Windows-bin-0-5-6-beta

    0下载:
  2. The Matching Pursuit ToolKit provides a fast implementation of the Matching Pursuit algorithm for the sparse decomposition of audio signals. It comprises a library, some standalone utilities and some scr ipts to plot the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:6457344
    • 提供者:Galilleo
  1. MIPS-Implementation

    0下载:
  2. mips 32 implementation
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-08
    • 文件大小:3658752
    • 提供者:aladin6891
  1. apriorialgorithmimplementation

    0下载:
  2. Apriori Algorithm implementation source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:Lee seunghyun
  1. gobackn

    0下载:
  2. implementation of go back n protocol
  3. 所属分类:Modem编程

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:ido
  1. MST

    0下载:
  2. Minimum Spanning Tree implementation using kruskal and prims algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:shi
  1. LDPC_matlab

    0下载:
  2. LDPC在matlab下的实现。包括误码率仿真,还有girth的求解程序等。在德国求学时候小课题的成果。-the implementation of LDPC in matlab, which includes girth calculation, simulation and so on. The final results of one lab course when i was in Germany.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:bin
  1. Research-and-Implementation-of-USB-Device-Driver-f

    0下载:
  2. 通过分析linux下蓝牙协议栈blueZ的源代码,给出了blueZ的组织结构和特点,在了解linux USB设备驱动架构的基础上详细分析了蓝牙USB传输驱动机制和数据处理过程,给出了实现蓝牙设备驱动的重要数据结构和流程,最后总结了linux下开发蓝牙USB设备驱动的一般方法和关键技术。-Based on analyzing the source code of linux bluetooth stack blueZ, depicted
  3. 所属分类:软件工程

    • 发布日期:2024-05-08
    • 文件大小:173056
    • 提供者:梁军学
  1. jamod-1.2rc1-src

    0下载:
  2. 100 java实现modbus 从站、主站-This project represents a Modbus implementation in 100 Java. It can be used to implement Modbus masters and slaves in various flavors: Serial: ASCII, RTU (Master only), BIN IP: TCP,UD
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:868352
    • 提供者:hemu
  1. CanopenIndicator

    0下载:
  2. This recommendation intends to specify the implementation of status LEDs (Light Emitting Diode) on CANopen devices.
  3. 所属分类:状态条

    • 发布日期:2024-05-08
    • 文件大小:64512
    • 提供者:nparat
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org