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

搜索资源列表

  1. banker

    0下载:
  2. C++实现操作系统中的银行家算法,只具有实现算法中的核心部分的代码,没有图形界面,有待修改.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:16577
    • 提供者:熊熊
  1. PID

    1下载:
  2. PID算法C语言程序,实现了简单的PID控制功能
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2024
    • 提供者:方圆
  1. 1-1

    0下载:
  2. c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:943
    • 提供者:zzlbly
  1. matlab

    0下载:
  2. MATLAB神经网络0-9数字识别 该程序利用神经网络对数字0-9...遗传算法优化小波神经网络源程序 基于C语言实现的人脸识别
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:61651
    • 提供者:李鹏
  1. wu-manber

    0下载:
  2. wu-manber算法纯c实现, wu-manber算法纯c实现-wu-manber algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:4301
    • 提供者:ole
  1. cheng

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by With the biological point
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:31308
    • 提供者:崔暁魏
  1. C

    0下载:
  2. 利用分支限界算法求解最优装载,实现了最优装载问题的求解-The use of branch and bound algorithm to solve the optimal load to achieve the optimal load for solving the problem
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1388
    • 提供者:郭碧坤
  1. C

    0下载:
  2. 用C++实现的BP神经网络算法程序, 用于预测数据及模数识别-C++ BP
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:6072
    • 提供者:李鸣
  1. RLS

    1下载:
  2. 通过均衡器的RLS算法在MATLAB中实现消除传输信道的噪声干扰。-Through the equalizer in the RLS algorithm in MATLAB to achieve elimination of the transmission channel noise.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3381
    • 提供者:毛毛
  1. C

    0下载:
  2. 主要介绍线性结构,树型结构,图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时,空效率分析.-Introduces the linear structure, tree structure, graph-like structure of three elements of the logical structure of the storage to achieve, on this basis are some typical algorithms in time, spac
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:370928
    • 提供者:pan
  1. DES-CPP-source-code

    0下载:
  2. DES算法用C++实现的源代码-The source code to achieve the DES algorithm C++
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:7858
    • 提供者:teng
  1. KMPsuanfa

    0下载:
  2. c语言 的 KMP算法(C语言实现) C语言字符串匹配KMP算法的简单实现。-The c language KMP algorithm (C language implementation) KMP algorithm simple realization of C language strings match.
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:897
    • 提供者:李一凡
  1. kruskal

    0下载:
  2. 最小生成树 用c++实现的,用的是kruskal算法实现的-Minimum spanning tree
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:316416
    • 提供者:林燕清
  1. fastica

    1下载:
  2. fastica算法的实现,基于visual C++平台,有结果-fastica algorithm, based on visual C platform, have been done with results
  3. 所属分类:汇编语言

    • 发布日期:2013-07-29
    • 文件大小:4877128
    • 提供者:何冠雄
  1. K_Means

    0下载:
  2. 该源代码主要是K_Means 聚类分析算法C++ 实现-The source code to achieve is K_Means clustering algorithm C++
  3. 所属分类:assembly language

    • 发布日期:2017-12-08
    • 文件大小:1512
    • 提供者:周建
  1. MoHu-pingpan--C-yuyan-code

    0下载:
  2. 模糊综合评判算法(C语言编程)的实现: 本算法采用了二级模糊综合评判法,评价集个数为4,评价因子个数为11,实现c语言编译过程 -Fuzzy comprehensive evaluation of the implementation of the algorithm (C programming language): This algorithm uses two fuzzy comprehensive evaluation method, the number of evaluati
  3. 所属分类:assembly language

    • 发布日期:2017-10-31
    • 文件大小:15501
    • 提供者:慕华
  1. RC4-C

    0下载:
  2. RC4加密算法的C语言实现,还包括它的带哦用示例,希望能够对大家有所帮助-The RC4 encryption algorithm C language implementation
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:10526
    • 提供者:mj
  1. AES

    0下载:
  2. C++实现AES的算法,支持128 256,支持自定义密钥,-C++ realize AES algorithm to support 128,256 to support custom keys
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4061
    • 提供者:Jerris
  1. rsa

    0下载:
  2. RSA加密解密算法C语言实现,代码思路清晰简洁明了。-RSA encryption and decryption algorithm C language, code ideas clear and concise.
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:11343
    • 提供者:
  1. C++实现神经网络算法

    2下载:
  2. BP神经网络 c++完整实现代码,加了非常详细的注释,代码可以直接运行
  3. 所属分类:汇编语言

« 12 3 »
搜珍网 www.dssz.com