CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 算法 C实现

搜索资源列表

  1. 迷宫算法的实现

    0下载:
  2. 用c语言实现迷宫算法,程序中含有详细的说明-Realize the maze algorithm in c language, contain the detailed explanation in the procedure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8054
    • 提供者:张运福
  1. hmm的c++语言实现

    1下载:
  2. c++实现HMM,向前向后算法,Viterbi算法,Baum-Welch算法。其中包括用c++定义的HMM数据结构。全部是cpp和h的文件-c achieve HMM, forward backward algorithm, Viterbi algorithm, Baum-Welch algorithm. C including the use of the HMM definition data structure. Cpp all the documents and h
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:8119
    • 提供者:宋敏
  1. 作业调度算法的模拟

    0下载:
  2. 用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7216
    • 提供者:冯志强
  1. Divide22.c

    0下载:
  2. 分治算法的实现,输入N个节点数据(如个在一条直线上则只有一个数,平面上则以数据对形式实现),可以得到其中距离最近的两点数据及其距离。-partition algorithm implementation, the importation of N-node data (eg 000 in a straight line only a few. while data on the plane on the form), which can be from 2:00 recent data and
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22662
    • 提供者:李风
  1. 25814DES_100

    0下载:
  2. DES加密算法C++实现,简单易懂。 绝对好用!-DES encryption algorithm C realization of simple and understandable. Absolutely handy!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8038
    • 提供者:陈打开
  1. packageone

    0下载:
  2. 背包算法和0-1背包算法,c++实现,希望对大家有帮助!-knapsack algorithm and 0-1 knapsack algorithm, c achieve, and I hope to be helpful!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2152
    • 提供者:jun
  1. fft

    0下载:
  2. 快速傅里叶变换(FFT)算法C++实现代码 -Fast Fourier Transform (FFT) algorithms to achieve C code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1458
    • 提供者:沈斌峰
  1. 用C语言实现银行家算法

    0下载:
  2. 用C实现银行家算法-C algorithm to achieve bankers
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8680
    • 提供者:nL
  1. C++_memory

    0下载:
  2. C++ 内存管理算法和实现,C++ 内存管理算法和实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5730932
    • 提供者:chen
  1. 2dimaging.mpi.c.tar

    0下载:
  2. 主从模式粗粒级并行算法C程序:这是我以前研究生期间编写的叠前地震成像C源码,通过调用mpi库函数实现分频并行计算,为了实现负载均衡,采用了主从模式,由主节点负责任务的分发。 若需进一步了解,可通过版主与我联系讨论。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:7620
    • 提供者:Cheng bing
  1. 用C实现的bfs源程序

    0下载:
  2. 图论算法中必学的内容之一,希望能给学习编程的学弟学妹们有所帮助-graph algorithm will learn one of the elements in hopes of giving the incoming young men and women to learn programming help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:ipkh
  1. 字图像处理典型算法及实现

    1下载:
  2. visual c++数字图像处理典型算法及实现一书的所有源码,是图像处理入门的极好教程--图象处理,对图像处理新手有很大帮助
  3. 所属分类:书籍源码

  1. 计数排序-C#实现

    0下载:
  2. 算法导论里的 基数排序
  3. 所属分类:书籍源码

    • 发布日期:2010-09-30
    • 文件大小:549
    • 提供者:lykhhh@163.com
  1. C++实现数据无损压缩、解压(使用LZW算法).

    1下载:
  2. C++实现数据无损压缩、解压(使用LZW算法).
  3. 所属分类:其它

  1. 银行家算法(C语言)

    1下载:
  2. 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:21122
    • 提供者:Paine
  1. HMM

    0下载:
  2. 隐马尔科夫模型(HMM)算法 c++实现,于20世纪70年代在语音识别领域取得巨大的成功,之后被广泛应用到自然语言处理的各个领域,成为基于统计的自然语言处理的重要方法. -failed to translate
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1082438
    • 提供者:chengbo
  1. tulunsuanfa

    0下载:
  2. 图论中的各种算法及实现,编写流畅,希望有用,用pdf文档给出,编写质量比较高,适合初学图论算法的人。-A variety of data structure algorithms using C++ development, I hope useful, given a document with word, the preparation of relatively high quality, data structure suitable for beginner person.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:275034
    • 提供者:minisa
  1. the-codes-of-C-about-important-algorithms

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:7623
    • 提供者:jhy
  1. FCM

    0下载:
  2. 使用C++完成的模糊C均值聚类算法的实现-FCM algorithm document
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:218988
    • 提供者:jkjk
  1. 卡尔曼滤波算法C语言实现

    0下载:
  2. 卡尔曼滤波的c语言算法实现(Implementation of C language algorithm based on Calman filter)
  3. 所属分类:书籍源码

    • 发布日期:2018-05-03
    • 文件大小:102400
    • 提供者:清水无痕
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com