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

搜索资源列表

  1. Matrix111

    0下载:
  2. 矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析-matrix continually multiply problems for a number of matrix continually multiply the consumption analysis
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:839byte
    • 提供者:邵柏波
  1. 求解约瑟夫问题

    2下载:
  2. 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the star
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.84kb
    • 提供者:葛林
  1. 3x3填质数问题

    0下载:
  2. 3X3填质数问题,在一个3×3的矩阵中填写1-10的数字,保证上下左右相加都是质数-3X3 fill several quality problems in a 3 3 matrix to fill in the figures 1-10, ensuring that all about is the sum of the number of quality
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.23kb
    • 提供者:万万
  1. 全排列

    0下载:
  2. 多种方法解决全排列的问题 在vb环境下编写-various methods to solve all problems with the environment in preparation vb
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.71kb
    • 提供者:yy
  1. vbC13

    0下载:
  2. 用VB语言实现偏微分方程的解法 包括解边值问题的松弛法、交替方向隐式方法等-VB language PDE solution of the boundary value problems including Xie relaxation method, alternating direction implicit methods
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:刘立立
  1. Dijkstrasolve

    0下载:
  2. 实现了图的数据结构和Dijkstra算法。例子为中关村附近的交通问题。-achieved map data structure and Dijkstra algorithm. For example Zhongguancun near the traffic problems.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.5kb
    • 提供者:刘源
  1. 真正能跑的DES

    0下载:
  2. 看了大家上传得很多得DES算法,试了试很多是有调试问题得.这里一个自己用过得,完全没有问题,可是看下.(谢谢)-read you upload a lot in DES algorithm, Bomb many are in debugging problems. here they used a lead, there is no problem, but a glance. (Thank you)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:197.84kb
    • 提供者:慕容楚冰
  1. migongwenti

    0下载:
  2. 经典的问题 经典的算法 思路清晰 开阔眼界 -classic problems of classical algorithm clear ideas to broaden their horizons
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:李浩
  1. cata

    0下载:
  2. 高精度整数问题,即大数问题,利用c++类来结局问题-high-precision integers, that is exaggeration, use categories to the outcome c problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:严林
  1. LimitBin

    1下载:
  2. 装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最 少箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。 解装箱问题的Best Fit 算法: 设
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.6kb
    • 提供者:严林
  1. shuju1

    0下载:
  2. 利用顺序表模拟Joseph问题过程,按出列顺序打印各人编号。-use order forms Joseph problems process simulation, according to print out the order everyone out numbered.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.09kb
    • 提供者:tangyifang
  1. pr_loqo

    0下载:
  2. loqo用内点法进行解最优化问题。对于训练SVM特别有用。-loqo using interior point method for Solving optimization problems. Training for SVM particularly useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.44kb
    • 提供者:万广鲁
  1. Parking-problems

    0下载:
  2. 停车场问题 Parking problems 用c++进行实现 源码-Parking problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.81kb
    • 提供者:yy
  1. algorithm-for-scheduling-problems

    0下载:
  2. 这里整理笔试和面试中常用的几个排序问题的算法,简单易懂-Written test and interview here in the order of several commonly used algorithm for scheduling problems, easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:13.58kb
    • 提供者:
  1. 8-queens-problems

    0下载:
  2. 用回溯递归法有效解决八皇后问题,这个问题是数据库中的经典例题,用c语言实现。-8 queens problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:649byte
    • 提供者:yinli
  1. 8-queens-problems

    0下载:
  2. MFC实例, 八皇后问题, 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出。-MFC example, 8 queens problems, 8 queens problems is an ancient and famous problem, is the typical examples of retrospective algorithm. The problem is the nineteenth century famous ma
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:44.61mb
    • 提供者:rs
  1. Lexicographic-problems

    0下载:
  2. 算法与设计书中的---经典的字典序问题,C++的形式,可直接用。-Lexicographic problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:555byte
    • 提供者:zhengbeibei
  1. Joseph-problems

    0下载:
  2. 约瑟夫问题的一种描述为,编号为 1,2,3,……n 的n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1 开始顺序报数,报到m 时停止报数。报m 的人出列,将他的密码作为新的m 的值,从他在顺时针方向上的下一个人开始重新从1 报数,如此下去,直至所有的人全部出列为止。试设计一个程序求出出列顺序。-Joseph problems for a descr iption, number 1,2,3,......N n indi
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1.19kb
    • 提供者:王尹晨
  1. Round-robin-schedule-problems

    0下载:
  2. 循环赛日程表问题。为多个参赛选手之间应该如何安排比赛提供了解决方法。-Round-robin schedule problems. For multiple players how should the game between the solutions provided.
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:787byte
    • 提供者:sherry
  1. Plumbing-problems

    0下载:
  2. 数据结构中的管道铺设问题,考虑成本选择最短路径,是关于图,利用迪杰斯特拉算法的一个数据结构经典问题。-Plumbing problems in data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:198.65kb
    • 提供者:libin
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com