CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - algorithm

搜索资源列表

  1. 算法2

    0下载:
  2. 还是一个银行家算法,不过这一个要更加深奥这个可厉害啊 -or a banker's algorithm, but this one should be more difficult this can be powerful ah
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.15kb
    • 提供者:小宫
  1. 亲密数

    0下载:
  2. 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1023byte
    • 提供者:姚紫欣
  1. i2c-algo-pxa

    0下载:
  2. I2C algorithm for the PXA I2C bus acce
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.06kb
    • 提供者:blind2804189
  1. memoryyyyy

    0下载:
  2. 存储管理实验 内存页面调度算法比较 理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。 -experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15.49kb
    • 提供者:wodanige
  1. wrprogram

    0下载:
  2. linux环境下的快速因式分解算法-linux environment of rapid factorization algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.35kb
    • 提供者:秦青
  1. 109201279openssl-0.9.6h.tar

    0下载:
  2. 包含md4/md5算法的一套好用工具,里面有好多算法,对于搞安全的人来说非常有用-md4/md5 algorithm includes a set of useful tools, there are many algorithms, for those who engage in security is very useful
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.08mb
    • 提供者:michael
  1. AhoCorasick-string-matching-algorithm

    0下载:
  2. Aho–Corasick string matching algorithm Aho Corasick Implementation in c , UNIX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:228.56kb
    • 提供者:shahar
  1. MD5算法

    0下载:
  2. MD5算法的例子--Example of MD5 algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-11-11
    • 文件大小:6.15kb
    • 提供者:站长
  1. distributed-fair-scheduling-in.ps

    0下载:
  2. 进行IEEE 802.11e中的HCCA的分布式公平调度算法的仿真-For HCCA in IEEE 802.11e Distributed Fair Scheduling Algorithm Simulation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:91.31kb
    • 提供者:mengman
  1. price

    0下载:
  2. linux平台下,在ns2里面实现的基于价格的分布式优化算法源代码-linux platform, in which the realization of ns2 Distributed price-based optimization algorithm source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:87.38kb
    • 提供者:yi laiya
  1. Data-Mining-AssociationRules-0.10.tar

    0下载:
  2. perl implementation of the apriori algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:17.27kb
    • 提供者:mohsin
  1. CLICKS

    0下载:
  2. clique code with sample data set. clique is a data clustering algorithm which follows hierarchical clustering method.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:734.1kb
    • 提供者:kkolli
  1. GlVideoManager

    0下载:
  2. VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways. With Vid
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:202.7kb
    • 提供者:Mzong
  1. gmmbayestb-v0.1.tar

    1下载:
  2. This package contains Matlab m-files for learning finite Gaussian mixtures from sample data and performing data classification with Mahalanobis distance or Bayesian classifiers. Each class in training set is learned individually with one of the three
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-05-28
    • 文件大小:20.07kb
    • 提供者:
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:234.43kb
    • 提供者:luoang
  1. Algorithm

    0下载:
  2. Linux C 编程下的最,最基本的数据算法。包括链表(单向与循环)、队列、栈。-Linux C programming, basic program algorithm. Include list, queue, stack.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2.91kb
    • 提供者:
  1. a-program-for-distance-vector-algorithm-to-find-s

    0下载:
  2. a program for distance vector algorithm to find suitable path for transmission
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1.31kb
    • 提供者:garv24
  1. algorithm

    0下载:
  2. algorithm.c,v 1.15 2006/05/23 20:23:09 manubsd Exp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:6.23kb
    • 提供者:wuirennu
  1. RGB-scaling-algorithm

    0下载:
  2. 在linux环境下基于c语言的RGB缩放算法-RGB scaling algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.55kb
    • 提供者:唐明智
  1. Java+linux

    0下载:
  2. 操作系统相关内容。包括了java的一些简单程序和绘图程序以及SOCKET,银行家算法的实现,另外还有Linux平台的shell的实现以及多线程实现。(Operating system related content. Including the Java some simple procedures and drawing procedures, and SOCKET, bankers algorithm implementation, in addition to the Linux plat
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-16
    • 文件大小:282kb
    • 提供者:Sbj
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com