CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - issues

搜索资源列表

  1. BDFS

    0下载:
  2. 用邻接表表示无向图的深度优先搜索遍历 有助于大家理解图的优先遍历问题-adjoining table with no plans to the depth-first search traverse help you understand the plans of the priority issues Traversing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:ps
  1. unix suanfa

    0下载:
  2. 主要是一些算法问题 unix/C 开发,矩阵,网路等问题-algorithm is the main problem unix / C development, matrix, the Internet and other issues
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23396
    • 提供者:张真的
  1. 5地图染色d

    0下载:
  2. 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:405803
    • 提供者:李扬
  1. zzx

    0下载:
  2. 这是一道大学生信息学奥林匹克竞赛的试题的解答,里面应用了特殊的控制手段来限制递归算法的递归深度,这种手段在利用递归结决问题时非常有借鉴意义。-students Informatics Olympiad answer the questions, inside a special application of the control measures to limit the recursive algorithm recursive depth, this means the use of re
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40851
    • 提供者:孙叔敖
  1. feedback_loading

    0下载:
  2. 回溯算法的应用,经典的装载问题,程序通过答辩,好用!-retroactive application of the algorithm, classic loading issues, procedures adopted by the respondent and ease of use!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16836
    • 提供者:高媛
  1. McolorGraph

    0下载:
  2. 四色问题以及推广为M色问题的算法实现,包括说明文件及数据文件-four color issues and the promotion of the M color algorithm, including descr iptions of documents and data files
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:26674
    • 提供者:张焕人
  1. Dynamic_Programming

    1下载:
  2. 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:汤烈
  1. jxjh

    0下载:
  2. 数据结构的课设内容,实现教学计划编制问题-data structure classes based content, the teaching programming issues
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3313
    • 提供者:碰字见
  1. haffnode

    0下载:
  2. 哈夫曼树问题:数据结构中的基本问题,可以实现哈夫曼树的建立及编码问题-Huffman tree problem : data structure of the basic issues can be achieved Huffman tree and the establishment of coding problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10230
    • 提供者:张伟
  1. recursion_mathod_to_solve_combination_and_all_perm

    0下载:
  2. 简单的全排列与组合问题的递归解法,数据结构与算法中较基础的问题-simple combination with the full array of recursive method, data structure and algorithm based on the issues than
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1139
    • 提供者:sherry
  1. c++huisu

    0下载:
  2. 背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5113
    • 提供者:lee
  1. stir

    0下载:
  2. 经典算法实现题--集合划分问题,包括题目PDF和程序代码实现,与大家分享。-classical algorithm that -- Set demarcation issues, including the subject PDF and procedures to achieve code share with you.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:83635
    • 提供者:林总
  1. prog26

    0下载:
  2. 经典算法实现题--半数单集问题,包括题目PDF和程序代码实现,与大家分享。-classical algorithm that -- half the single set of issues, including the subject PDF and procedures to achieve code share with you.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:68116
    • 提供者:林总
  1. zsxj

    0下载:
  2. 任意长整数相加问题 任意输入两个任意长的整数进行相加 可以得出正确结果数据结构任意长的整数进行加法-arbitrary long integer column two issues indiscriminate importation arbitrarily long integer for the column can reach the right result data nodes arbitrary structure for a long integer Adder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6097
    • 提供者:欧阳幻月
  1. Urban-travel-issues

    0下载:
  2. 城市出行问题。某城市有若干中心区,在一些中心区之间存在道路相连。这些道路中的一些已开通了公交线路。需要在中心区间旅行的人们有如下几种交通方式可供选择: 1.骑自行车,平均速度15km/h。 2.公交与步行结合,不同道路的公交车平均速度不同,标注于下图的B 中,B=0 代表这 条道路尚未开通公交线路,步行的平均速度为5km/h。允许搭乘公交与步行两种方式自由进 行组合,切换的次数不限。 3.自驾车,不同道路的平均速度不同。 现在你要从区域A 出发要区域B,由于时间紧迫,请提
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:937647
    • 提供者:靳舒馨
  1. issues-in-algorithms

    0下载:
  2. 程序设计中有关数据结构与算法的关键问题,两页A4大小适合复习-Programming, data structures and algorithms related to the key issues for review two pages A4 size
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:15661
    • 提供者:
  1. Delete-several-issues

    0下载:
  2. 使用c++实现了删数问题的算法,根据具体的要求对一串输入的数字进行删除。-Using c++ to achieve a number of issues deletion algorithm, according to the specific requirements of the digital input string to delete. Delete several issues
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:670
    • 提供者:rucy
  1. Board-covering-issues

    0下载:
  2. 棋盘覆盖问题的算法设计,从而求出需要三角板的个数-Board covering issues of algorithm design, and thus find the required number of triangle
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:887883
    • 提供者:wendy
  1. 3-6-Yacht-rental-issues

    0下载:
  2. 3-6 Yacht rental issues 算法设计与分析 课后答案 算法实现题3-6-3-6 Yacht rental issues
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:553
    • 提供者:henry
  1. exchange-issues

    0下载:
  2. 贪心算法求解货币兑换问题。算法里的经典问题,用C实现的,开发环境是vs2010-Greedy algorithm currency exchange issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:563
    • 提供者:牛海玲
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com