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

搜索资源列表

  1. 含并、交和差运算的集合类型试验报告

    0下载:
  2. 含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.79kb
    • 提供者:山子
  1. 分硬币的简单程序

    0下载:
  2. 可实现硬币的分法,一分,二分,五分硬币。内附有for循环版-achieve coins points, one points, two points, five coins. Enclosing a version for recycling
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1010byte
    • 提供者:皮皮
  1. difference

    0下载:
  2. 关于差分方程的一个程序,很简的二维椭圆方程,区域是1x1-differential equations on a procedure for the very simple two-dimensional elliptic equation, the region is 1x1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.24kb
    • 提供者:math
  1. 用分枝定界法求解TSP

    2下载:
  2. 分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 最接近点对问题,分治法实现,随机生成N个数寻找最短路径的两个点-closest point of the problem, realizing the partition method, random number generation N to find the shortest path to the two points
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:张亮
  1. 货郎担分枝限界图形演示

    0下载:
  2. 货郎担分枝限界图形演示 问题描述:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman Branch and Bound graphic demonstration Problem descr iption : A salesman to a number of cities to sell commodities, the known distance
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.15kb
    • 提供者:林周
  1. 四种差分方法求微分方程

    3下载:
  2. 差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:叶真
  1. 模拟分页式存储管理

    0下载:
  2. 模拟分页式存储管理中硬件的地址转换和用先进先出调度算法(FIFO)处理缺页中断-simulation tabbed storage management hardware address translation, and the use of FIFO scheduling algorithm (FIFO) interrupt handling missing pages
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:夏雨
  1. 用分治法求第k小元素

    1下载:
  2. 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 输出:针对每一组输入,输出一个结果,每个结果占一行。 例如: 输入 5↵ 123↵ 12↵ 1↵ 3↵ 4↵ 4↵ 输出: 12 ,Separation method using the first k elements in small
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:531byte
    • 提供者:cj
  1. search

    0下载:
  2. 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.65kb
    • 提供者:张蓓蓓
  1. triangulation

    1下载:
  2. 三角网剖分 将平面数据点进行三角剖分 快速构建delaunay三角网-delaunay triangulation which can triangulate the dots on the plane
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:2.79mb
    • 提供者:wang
  1. fenxing

    0下载:
  2. 分形算法与程序设计—VB实现,有各种分形的vb源程序-Fractal algorithm and program design-VB to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:rhadam
  1. maxProfitBBKnapsack

    0下载:
  2. 用vc++6编写的程序,采用最大收益分枝定界法,解决背包问题。-Vc++6 prepared with the procedure for the maximum benefit from branch and bound method to solve knapsack problem.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:柳春锋
  1. TrianPPS

    0下载:
  2. 计算平面点集的Delaunay三角剖分。使用DCEL数据结构。右键点击可以实现平面的直线穿刺。-Calculate the Delaunay triangulation of planar point set
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4.46mb
    • 提供者:Clyde
  1. VBpdg

    0下载:
  2. 分形算法与程序设计 VB版 分形算法与程序设计 VB版-The fractal algorithm and program design VB version of the fractal algorithm and program design VB version of
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4.51mb
    • 提供者:
  1. jingdiansuanfa

    0下载:
  2. 经典算法+分支限界法+分治法+动态规划+贪心算法+回溯法-Classical branch and bound algorithm+ France+ divide and conquer dynamic programming+++ backtracking greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:274.07kb
    • 提供者:云博
  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
    • 文件大小:2.13mb
    • 提供者:草人
  1. maxamin

    0下载:
  2. 如何用分治法求一个数组中的最大值和最小值-With the Method find an array of maximum and minimum values
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:552byte
    • 提供者:phoenix
  1. triangulation.tar

    0下载:
  2. 对于不带洞多边形的三角剖分算法,速度比较快,但是不是最优剖分-fast triangulation method,but not perfect,maybe strange triangles!very long triangle!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14.3kb
    • 提供者:pengyun
  1. 分治法求最大子数组以及其对应的下标

    0下载:
  2. 分治法应用分治法求最大子数组以及其对应的下标分治法求最大子数组以及其对应的下标(Application of divide and conquer therapy)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:Sincenir
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com