CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法分析与设计 源码

搜索资源列表

  1. phonebook

    0下载:
  2. 电话簿管理程序课程设计VC++(源码+详细报告) 阐述了选择电话簿管理程序的理由和要完成的目标,对本程序要实现的各项功能进行了需求分析;详细介绍了程序的核心数据结构——单向链表的原理和各种操作的实现方法;分析了新加入的函数——模糊比较所采用的算法,简要说明了“课程设计要求”中要求加入的功能的实现方法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;最后对本次课程设计进行了回顾与总结。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:136509
    • 提供者:zhx
  1. 200811

    0下载:
  2. 此为最优二叉搜索树程序源码,属软件工程算法设计与分析类
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:29731
    • 提供者:何妮
  1. qipan

    0下载:
  2. 此程序源码为算法分析与设计中的棋盘覆盖问题,以经过调试,可以根据需要在源码中改棋盘大小。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8434
    • 提供者:zhu
  1. 21

    0下载:
  2. 分治策略求最值,是算法设计与分析书的源码改进版。-Sub-rule strategy of seeking the most value, is the algorithm design and analysis of source code to improve the version of the book.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:4750
    • 提供者:L
  1. algorithm

    0下载:
  2. 王晓东算法设计与分析源码。vc下编译通过能够运行。且运行效率较高-Xiaodong algorithm design and analysis of source code. under vc compiler be able to run through. Operating efficiency and higher
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2688
    • 提供者:leo
  1. algorithm2

    0下载:
  2. 王晓东算法设计与分析课后一些题目的源码。vc下全都编译通过。且在学校网站上提交通过。是学习算法较好的参考资料-Xiaodong algorithm design and analysis of the source after some of the topics. Compiling under vc all through. And in the school site is presented for adoption. Learning algorithm is a good refer
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2723
    • 提供者:leo
  1. MATLABlanguageandapplication

    6下载:
  2. < 控制系统计算机辅助设计--MATLAB语言与应用>>系统地介绍了国际控制界最流行的控制系统计算机辅助设计语言MATLAB,侧重于介绍MATLAB语言编程基础与技巧、数学问题的MATLAB求解、线性系统计算机辅助分析、控制系统与其他复杂系统的Simulink建模,控制系统的计算机辅助设计方法,包括串联控制器、状态反馈控制器、多变量系统频域设计、PID控制器设计、最优控制器设计、LQG/LTR控制器设计、H2=H1 最优控制、分数阶控制、自适应控制、模糊控制、神经网络控制、遗传
  3. 所属分类:matlab

    • 发布日期:2016-01-15
    • 文件大小:2136608
    • 提供者:任勇
  1. suanfa

    0下载:
  2. 算法分析与设计课程实验报告 有重复元素的排列问题 有源码和报告流程图等-Algorithm Analysis and Design course experiment reported in the arrangement of repeating elements in source code and report problems such as flow charts
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:20431
    • 提供者:Ivan
  1. ChessBoard

    0下载:
  2. 算法分析与设计中用分治法解决棋盘覆盖问题。-Algorithm Analysis and Design using divide and conquer to solve the problem the board cover.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2232772
    • 提供者:草人
  1. matchain

    0下载:
  2. 这是一个算法设计与分析课程的实验,对曼彻斯特乘法链进求最有运算顺序的源码。由本人自行编写,希望和大家交流与分享。-This is an algorithm design and analysis of the experimental program, the multiplication of Manchester into the demand chain operations in order to source the most. Prepared by me on their own,
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:2035
    • 提供者:Tiger
  1. Queen

    0下载:
  2. 算法分析与设计 用回溯法实现n皇后问题(java源码)-Algorithm Analysis and Design N-queens Problem Using Backtracking
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:715
    • 提供者:jing
  1. IntegerMultiply

    0下载:
  2. 算法分析与设计 用递归分治算法解决大整数乘积问题(java源码)-Algorithm Analysis and Design Recursive divide and conquer algorithm to solve the problem of large integer multiplication. (Java source code)
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:636
    • 提供者:jing
  1. MatrixMultiply

    0下载:
  2. 算法分析与设计 用动态规划法计算矩阵乘积(java源码)-Algorithm Analysis and Design Matrix Multiply with Dynamic Programming Method. (Java source code)
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:743
    • 提供者:jing
  1. Subset

    0下载:
  2. 算法分析与设计 用回溯法解决子集合问题(java源码)-Algorithm Analysis and Design Subset Issues with Backtracking. (Java source code)
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:754
    • 提供者:jing
  1. suanfa

    0下载:
  2. (C语音)算法分析与设计课上老师给的素材。有一部分是书中源码,有一部分是老师给的素材。仅供参考。有一部分是伪代码,需要自己调通。- (C) The teacher gave the material algorithm analysis and design course. In part, the source book, in part, the teacher gave material. for reference only. There are some pseudo-code, we
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:780235
    • 提供者:Jane
  1. exercise2

    0下载:
  2. 算法分析与设计ex2源码 算法分析与设计ex2源码 算法分析与设计ex2源码-Algorithm analysis and design ex2 source
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:234579
    • 提供者:魏筝
  1. secmsd

    0下载:
  2. 数据结构原代码,从事算法设计与分析技术,不错的源码()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-01
    • 文件大小:132096
    • 提供者:QJBvkej_577
  1. gndex-dispatch

    0下载:
  2. 此程序源码为算法分析与设计中的棋盘覆盖问题,以经过调试,可以根据需要在源码中改棋盘大小,()
  3. 所属分类:数据挖掘

  1. 算法设计与分析

    0下载:
  2. 算法设计与分析,分析常见的算法及其应用,附源码。(Algorithm design and analysis, analysis of common algorithms and their applications, with source code.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-08
    • 文件大小:3302400
    • 提供者:香茗
  1. tcwkej

    0下载:
  2. 此程序源码为算法分析与设计中的棋盘覆盖问题,以经过调试,可以根据需要在源码中改棋盘大小,()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-02
    • 文件大小:8192
    • 提供者:Ceuilha
« 12 »
搜珍网 www.dssz.com