CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .41 .42 .43 .44 .45 24846.47 .48 .49 .50 .51 ... 28278 »
  1. pack1

    0下载:
  2. 数据结构中栈的经典算法——第一类背包问题,已经通过测试!-The stack data structure in the classic method- The first knapsack problem, has passed the test!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:880.22kb
    • 提供者:nick
  1. pack2

    0下载:
  2. 数据结构中栈的经典算法——第二类背包问题,已经通过测试!-The stack data structure in the classic method- II knapsack problem, has passed the test!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:864.96kb
    • 提供者:nick
  1. dijkstra

    0下载:
  2. 最段路径的算法 dijkstra算法,用C++编写-The dijkstra algorithm path segment algorithm, using C++ to prepare
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:776byte
    • 提供者:中伟
  1. test3-5

    0下载:
  2. 问题描述:设有11种不问的钱币各若干张,可用这II种钱币产生许多不同的面值。试 设计一个算法,计算给定的某个面值,能有多少种不同的产生方法。例如有1分3张,2分 3张,5分1张,则能组成7分面值的方法有:3个1分+2个2分,1个1分十3个2分,2 个1分+1个5分,1个2分+1个5分共四种。 ^编程任务:对于给定的II种不同钱币,编程计算某个给定面值能有多少种不同的产生 方法。-Problem Descr iption: There should be 11 kinds of coi
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:482.75kb
    • 提供者:伍超洋
  1. test1

    0下载:
  2. 女问题描述: 设R={r1,r2,...rn}要进行排列的n个元素。其巾元素r1,r2...rn可能相同。试设计 一个算法,列出R的所有不同排列。 编程任务: 给定n以及待排列的n个元素。计算出这n个元索的所有不同排列。-Female Problem Descr iption: Let R = (r1, r2, ... rn) must be arranged in n elements. The towel elements r1, r2 ... rn may be the s
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:312.46kb
    • 提供者:伍超洋
  1. quan~`

    0下载:
  2. 这是一个简单的动态现实的约瑟夫环 用于排除制定圈内的某个人-this is a simple system for yuesefu loop
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:52.06kb
    • 提供者:庞超慧
  1. test5-2

    0下载:
  2. 问题描述: 给定n个石子,其重量分别a1,a2,a3...an,要求将其划分成m份,每一份的划分费 义为这份石了中最大重量与最小重量的差的平方。总划分费用等丁m份划分费用之和。 编程任务 对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Descr iption of the problem: Given n-stones, its weight, respectively a1, a2, a3 ... an, asked that it be divided into m
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:738.99kb
    • 提供者:伍超洋
  1. test6-2

    0下载:
  2. 描述 问题描述: 给定一个只包含数字[0..9]的字符串,求使用字符串中的某些字符,构建一个能够整除15的最大的整数。 注意,字符串中的每个字符只能使用一次。 编程任务: 求由给定字符串构建的能够整除15的最大整数。-Descr iption of the problem descr iption: Given a contain only numbers [0 .. 9] of the string, seeking to use some of the charac
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:712.21kb
    • 提供者:伍超洋
  1. shujujiegou

    0下载:
  2. 与严蔚敏的《数据结构》相配套 c语言数据结构学习的基础,必备-And Yan Wei-Min " data structure" matched c language data structure, the foundation of learning must-
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:830.58kb
    • 提供者:wangbin
  1. hello

    0下载:
  2. 动态规划的是思想实现,快速查找最长公共字串的问题(二维数组和一维数组的实现)-adapt the DP to solve the common longest strings(two and one dimension array)
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.31kb
    • 提供者:zhengguohua
  1. algorithm

    0下载:
  2. 详细讲解四个排序算法,帮助大家理解~不过是英文版的哦~原汁原味~呵呵~-Elaborate on four sorting algorithms to help you understand the English version but oh ~ ~ genuine
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:311.16kb
    • 提供者:落笔天外
  1. zhubianli

    0下载:
  2. 实现树的创建算法,创建一个至少包含3层,8个结点的二叉树,并对此树实现先中后序的递归遍历算法。输出三种遍历结果。再实现一个叶子结点查找算法,判断一个给定的数值是否在此树中作为叶子结点。-To achieve the creation of the tree algorithm, to create at least a three-layer, 8 nodes of a binary tree, and after this tree in order to achieve the first
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:31.48kb
    • 提供者:张倩
« 1 2 ... .41 .42 .43 .44 .45 24846.47 .48 .49 .50 .51 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭