CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - c 算法

搜索资源列表

  1. des C语言简练代码

    0下载:
  2. 利用简单的C语言编程完成对des加密的一个较为完整的c程序。
  3. 所属分类:其他小程序

    • 发布日期:2011-06-21
    • 文件大小:11769
    • 提供者:vencentt
  1. C++MecrosoftWord

    0下载:
  2. 这是关于一部电梯的C++算法实现对于初学者很有帮助望大家借鉴下载-This is an elevator on the C++ Algorithm look very helpful for everyone from beginners to download
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17166
    • 提供者:xuyunjin
  1. C-algorithm-ssembly-code

    0下载:
  2. C算法小程序,里面包含有排序等的一些算法,能熟练运用链表,结构体来进行运算-The C algorithm applets, which contains some sort, such as algorithm, can skillfully use the linked list structure to operate
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:234074
    • 提供者:wilson
  1. c-suanfa

    0下载:
  2. c算法资料,提供多种c语言功能的学习案例,帮助大家学习c语言-c algorithm data, case study of a variety of c language function, to help you learn c language
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:417922
    • 提供者:wu
  1. MUSIC C MATLAB

    1下载:
  2. 对music算法 进行c语言编程 以及MATLAB仿真(MUSIC algorithm for C programming language, and MATLAB simulation)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:288768
    • 提供者:淇淇之水
  1. C程序设计竞赛训练题

    0下载:
  2. 一套C语言程序设计竞赛训练题,包含简单的算法练习(A set of C language programming contest training exercises, including simple algorithm exercises)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:118784
    • 提供者:喵呜呜
  1. c++实现0-1背包问题

    0下载:
  2. 用C++工具,使用动态规划算法实现0-1背包问题,(implementation of the 0-1 knapsack problem with C++)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:aoaopeng
  1. C语言经典100例

    0下载:
  2. 100个例子,100个说明,帮助初学的你很快明白算法和规范应用(100 examples, 100 instructions to help beginners, you quickly understand algorithms and specification applications)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:263168
    • 提供者:llbpp
  1. C-C Method

    0下载:
  2. 陆振波老师的关于c-c算法的代码,可以同时求时延与嵌入窗(Simultaneous delay and embedded window)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:11264
    • 提供者:liuwei5235110
  1. 616191算法作业

    0下载:
  2. 1.二分搜索技术2.最接近点对问题3.矩阵连乘问题4.电路布线5.单源最短路径Dijkstra算法6.最小生成树Prim算法7.最小生成树Kruskal算法C语言写的,全部能运行!(algorithm design assignment)
  3. 所属分类:其他

  1. 粒子群算法

    1下载:
  2. C/C++语言粒子群代码,求最大最小值问题(C/C++ language code of particle swarm optimization, for maximum and minimum problems)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:7168
    • 提供者:wm667
  1. VC++ 加密算法200多种

    0下载:
  2. 各种加密算法大全,再也不用到处去找了,收集整理非常完善。(All Sericute very very easy very very good)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:295936
    • 提供者:浪涛UFC
  1. 简单MATLAB感知机算法

    0下载:
  2. 用C语言写的一个简单的感知机算法,适合初学者学习,希望能帮到大家(i wish this algorithm can help everybody)
  3. 所属分类:其他

    • 发布日期:2017-12-12
    • 文件大小:12754
    • 提供者:笑似心酸
  1. C语言PID程序

    0下载:
  2. 控制算法的C语言实现问题,特地编写出来,初学者课供学习,网上也有一些特定例子供给参考。(Control algorithm C language implementation problems, specifically written out, beginners courses for learning, there are some specific examples of online reference.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:169984
    • 提供者:lian眷
  1. 常用算法程序集(C语言描述)源代码

    0下载:
  2. 常用算法程序集(C语言描述)源代码,你值得拥有(Commonly used algorithm assembly (C language descr iption) source code, you deserve)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:454656
    • 提供者:123568
  1. Bubble

    0下载:
  2. 提供了冒泡排序和选择排序的C算法,并从耗时上对两种算法进行了比较(C algorithm for bubble sorting and selection sorting is provided, and the two algorithms are compared with time consuming)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:312320
    • 提供者:李查查
  1. 算法导论

    0下载:
  2. 著名算法书《算法导论》的实现源码,采用了泛型编程, 非常适合于学习算法(the source code of the popular algorithm book Introduction to Algorithms)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:357376
    • 提供者:masterqkk
  1. 经典算法例子

    1下载:
  2. c/c++编程算法例子,包含常用的50多个算法例子(c / c + + programming algorithm example)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:5617664
    • 提供者:li58451845
  1. c++算法与实践

    0下载:
  2. C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:11286528
    • 提供者:一一飞
  1. c-c算法计算时间tau

    1下载:
  2. 在混沌时间序列方法进行风电功率预测用C-C算法tau时间(C-C algorithm tau time for wind power prediction using chaotic time series method)
  3. 所属分类:其他

    • 发布日期:2020-03-18
    • 文件大小:15360
    • 提供者:叶子1213
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com